wonderworks-software / PyFlowOpenCv

Wrapper for openCv (https://opencv.org/) python module.
GNU General Public License v3.0
127 stars 25 forks source link

Image crop does not show rectangle properties #13

Open rrr311 opened 2 years ago

rrr311 commented 2 years ago

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

pedroCabrera commented 2 years ago

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!

rrr311 commented 2 years ago

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