We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hello, would it be possible, to use openCV library to blur the faces or interact with the are of image where the face is in other ways? By default you using face detection i get rectangles around the faces, but could i acces only the pixels inside theese rectangles somehow?
Answers
how do you get rectangles? an x and y and a width and height?
https://processing.org/reference/get_.html
Yes,
And did you check the link?
yes, but i want to distort the image of the area in different ways. not only fill it for example blur it i can't seem to be able to do that with this function
Please don't post duplicates (especially don't call them 'a problem'). Ask any follow up questions here.
As for the original problem, you've said you can get the position and size of any faces, so you can now manipulate the image any way you like using that information.
i can't get it to work.
The script starts, but as soon as it does the manipulation, face detection stops working.
how can i fix this?
Thank you, I finally figured out how to achieve what i wanted using the get() function, you stated at the begining
is it possible to use for only one of the images in sketch?
i found my answer here https://processing.org/reference/PImage_loadPixels_.html