PyFlowOpenCv icon indicating copy to clipboard operation
PyFlowOpenCv copied to clipboard

Image crop does not show rectangle properties

Open rrr311 opened this issue 3 years ago • 2 comments

I tried using the image_crop but it does not show the rectangle properties. Any quick fix for this issue?

rrr311 avatar Aug 21 '22 00:08 rrr311

Hi There! the image_crop expects a Rect as a input ( like the one created by a faceDetection Node for example ). You can create a node that create a Rect from user input data ( x, y , w and h ) and pipe that into the crop Node. I may be creating it soon as i plan on expanding the library theese days, already working on new nodes now, stay tunned!

pedroCabrera avatar Sep 15 '22 16:09 pedroCabrera

Thanks Pedro! Look forward to the new modes. This is a very useful tool for on the fly assessment. Kudos to you and Changbo!

rrr311 avatar Sep 15 '22 16:09 rrr311