MichalBusta / FASText

Efficient Unconstrained Scene Text Detector
GNU General Public License v2.0
191 stars 74 forks source link

Line Detector Issue #28

Closed BurhanUlTayyab closed 7 years ago

BurhanUlTayyab commented 7 years ago

HI!

When I try to run, testlines.py, I get this issue

OpenCV Error: Assertion failed (total >= 0 && (depth == CV_32F || depth == CV_32S)) in convexHull, file /home/burhan/cv/opencv/modules/imgproc/src/convhull.cpp, line 136 terminate called after throwing an instance of 'cv::Exception' what(): /home/burhan/cv/opencv/modules/imgproc/src/convhull.cpp:136: error: (-215) total >= 0 && (depth == CV_32F || depth == CV_32S) in function convexHull

I'm using OPENCV 3.2.0 for Linux

Please help me solve the issue

Thanks Burhan Ul Tayyab

MichalBusta commented 7 years ago

Hi, can you share data?

BurhanUlTayyab commented 7 years ago

Solved it, it was OPENCV Problem, found that it only works with OPENCV v2., OPENCV v3 gives that error. Thanks by the way!!!!!!!!!!!

vinodhian commented 6 years ago

But is there a way to fix the issue in openCV v3?