ACEDrawingView icon indicating copy to clipboard operation
ACEDrawingView copied to clipboard

Can I get the bounding box containing only drawing ?

Open sriteja25 opened this issue 6 years ago • 1 comments

Is there any way in which I can get the bounding box of the drawing ? I am looking to create a resized around the exact bounding of the image

screen shot 2018-04-01 at 9 17 31 pm

sriteja25 avatar Apr 01 '18 12:04 sriteja25

I used OpenCV.

cv::findContours() cv::boundingRect()

hezhk3 avatar Apr 04 '18 01:04 hezhk3