Hello everyone Tell me, has anyone worked with affine transformations. Can you give me some examples or where to read about it? Thank you in advance.
What are you trying to achieve?
affine transformations are the basic transformations like translation, rotation, etc… where do you want to apply them?
I’m still trying to create a facial recognition system for people. I need the face obtained from the camera to be brought to the view as in the trained images. I read it here: OpenCV: Face Recognition with OpenCV
The ObjectDetector
should output rectangles, you can use the first one and connect it to a Crop
node, if you are working with OpenCV.
See the “Detect Faces” help patch.
And hello to everyone again. I figured out the Affine transformations. If anyone is interested, I’m posting a patch.
affine.vl (29.7 KB)
1 Like