Ask Your Question

dura's profile - activity

2020-12-28 06:29:12 -0600 received badge  Popular Question (source)
2018-05-14 20:48:03 -0600 commented answer Crop a Region of Interest; RotatedRect

Thank you so much ! You saved my life! Hope you have a nice day:)

2018-05-14 20:33:57 -0600 asked a question Find sqaures, Crop and save the image

Find sqaures, Crop and save the image void detect_text(string input){ Mat large = imread(input); Mat rgb; // downsa

2018-05-14 20:28:22 -0600 commented answer Crop a Region of Interest; RotatedRect

I tried this but it gave me this error: OpenCV Error: Assertion failed (0 <= roi.x && 0 <= roi.width &

2018-05-14 04:40:00 -0600 asked a question Crop a Region of Interest; RotatedRect

Crop a Region of Interest; RotatedRect void detect_text(string input){ Mat large = imread(input); Mat rgb; // downs

2018-05-13 05:22:57 -0600 asked a question Find squares and save the region of interest

Find squares and save the region of interest static void drawSquares( Mat& image, const vector<vector<point>