Ask Your Question

congliu's profile - activity

2016-10-12 08:50:43 -0600 received badge  Self-Learner (source)
2016-10-12 08:38:25 -0600 answered a question text module build failed

The opencv and contrib 3.1.x develop version solved my problem!

2016-10-11 23:12:16 -0600 commented question text module build failed

I have tried opencv3.1 with contrib 3.1. Now the problem still exists.

2016-10-10 05:00:10 -0600 asked a question text module build failed

Hi guys. I have builded text module from the contrib-repo without the Tesseract (the text recognition is not necessary ). The cmake output seems right, but the text detection functions such as cv2.text.loadClassifierNM1 and createERFilterNM1 etc. cannot be called in python. So what's wrong here? any ideas? P.S. My environment is ubuntu 15.05, opencv 3.0 with python enable. This is the output of the command help(“cv2.text”). I was expected to find methods like “loadClassifierNM1”, etc. Help on module cv2.text in cv2:

NAME
cv2.text

FILE
(built-in)

DATA
ERFILTER_NM_IHSGRAD = 1
ERFILTER_NM_IHSGrad = 1
ERFILTER_NM_RGBLGRAD = 0
ERFILTER_NM_RGBLGrad = 0
ERGROUPING_ORIENTATION_ANY = 1
ERGROUPING_ORIENTATION_HORIZ = 0
OCR_DECODER_VITERBI = 0
OCR_LEVEL_TEXTLINE = 1
OCR_LEVEL_WORD = 0

(END)