I just upgraded to Mathematica 11.3. but now my FindFaces instructions do not work anymore.
I guess they changed the syntax in 11.3.
Here is the original code:
boxes = FindFaces[image, {190, Infinity}];
I want to find all faces in an image which are greater than a certain scale. How can I do it in Mathematica 11.3?
FindFaces::oldsize: The syntax FindFaces[image, {min, max}] is obsolete and will not be supported in future versions of the Wolfram Language.– james Apr 25 '18 at 18:39