Ask Your Question

wilsonchoo's profile - activity

2020-03-04 13:01:25 -0600 received badge  Necromancer (source)
2020-03-04 03:17:46 -0600 answered a question How to merge nearby rectangles

Append all your rectangles in rectList and use cv2.boundingRect() to get the bigger rectangle that enclose all sub recta

2019-10-21 04:09:31 -0600 commented answer Problem using Imgproc.getTextSize() in java/Android

although its 3rd party wrapper, but the method should work the same. Please give it a try.

2019-10-21 04:00:23 -0600 answered a question Problem using Imgproc.getTextSize() in java/Android

This worked for me, the java method getTextSize() is from "org.bytedeco.opencv.global.opencv_imgproc" int baseline[]={