How to do shear transformation Python
Working on making a shear algoritme pixel by pixel.
i have the basic math which is
https://paste.ofcode.org/36ULUSQrvNWs...
from there i'm stuck and have problems progressing
What can i do to get the help i need ?
have a look at remapping
" pixel by pixel." -- that's exactly the opposite, of how it should be done.
calculate the mapping once, re-use for any further image..
that i do not know to do. I'm in this big dilemma, i have to learn opencv and python at the same time, and python is so simpel my mind cant comprehend. Iknow that image shearing is an affine transformation, but how to make an algortihm out of it is getting to me. I'm stuck at the point of not knowing how to od it.
yea, noobs will be noobs. just take your sweet time. but learn, that blindly asking around won't get you anywhere. it's YOUR ellbow grease required here.
Hate it, i have to make the algortihm before 26th okt :D
again,we can't help you with the algorithm, or mend your (lack of) programming skills, sorry for being brutal, hate it
// Shear
I do not understand much of that :/ sorry