55 Commits (71cfae419ce43aca0a19193a2b73d7f170d3447c)

Author SHA1 Message Date
Lluis Gomez-Bigorda d7410500e0 Fix for Bug #3633: do away with "quads [2][3] = 255;" The four lowest bits in each quads[i][j] correspond to the 2x2 binary patterns Q_1, Q_2, Q_3 in the NM paper [1] (see in page 4 at the end of first column). Q_1 and Q_2 have four patterns, while Q_3 has only two. 10 years ago
lluis 2dc4cd934b Fix for Bug 4074. This seems to be just a typo-error, because the Tesseract API can handle correctly with RGB images (double-checked and it works). 10 years ago
Vadim Pisarevsky cf3dff2e9a fixed several warnings in opencv_contrib (text, xfeatures2d); added tesseract installation mini-guide in text/readme.md 10 years ago
Maksim Shabunin 67a2066c4b Java and python wrappers for contrib modules 10 years ago
Maksim Shabunin 7d9bbdcaad Remove all sphinx files 10 years ago
Maksim Shabunin 2b74ca6f12 Added opencv_contrib_world module and fixed some compilation warnings on iOS 10 years ago
Jay Bosamiya e2253ea471 Fix typo 10 years ago
Jay Bosamiya 58f2dc3b4c Fix typo 10 years ago
Nisarg Thakkar c21fd589db Fix for Bug 4074. Both conditions of if are same 10 years ago
Maksim Shabunin a20c5c8dd9 Doxygen documentation for all modules 10 years ago
Maksim Shabunin bad3cd2427 Fixed some existing doxygen comments 11 years ago
manuele 7f97464cc3 logtopolar 11 years ago
Sancho McCann 6d4c23a63a Corrected function call. 11 years ago
Sancho McCann f83cffe74a Bugfix: NNs not found due to precision error. 11 years ago
Vadim Pisarevsky 218358a5d5 corrected text detection once again to match the new MSER interface 11 years ago
Vadim Pisarevsky 0cfd795303 refactored xfeatures2d in the same style as features2d 11 years ago
StevenPuttemans c20ea8e7e8 adding more clear documentation 11 years ago
Sancho McCann 86dd8f745a Bugfix: Precision error. 11 years ago
Alexander Mordvintsev 3f7cca4a6f fixed 'xphoto' and 'text' build on MSVC 2008 11 years ago
Poly Takahiro Horikawa d9d8db3f1c Fix key name to switch between MSER/CSER regions. 11 years ago
lluis 0898fb9d86 fix MSVC warnings 11 years ago
lluis 43a19a029d fix warnings in docs build 11 years ago
lluis 0c1229c59a adds documentation for OCRHMMDecoder class and related methods 11 years ago
lluis 83fe716c2e updates webcam_demo sample to use OCRHMMDecoder class 11 years ago
lluis 67da3f0691 adds class OCRHMMDecoder API interface and implementation 11 years ago
lluis 36a3116191 update OCRTesseract documentation 11 years ago
lluis 493785a785 moves implementation to cpp file and removes using directive from header file 11 years ago
lluis 3ab6308272 rename ocr.cpp to ocr_tesseract.cpp 11 years ago
lluis 5073d5bc91 refactors OCRTesseract interface 11 years ago
lluis f58d402722 update to new OpenCV 3.0 ml API 11 years ago
lluis 1cbeb8cebf adds parallel_for_ OCR recognition 11 years ago
Vadim Pisarevsky 943a79a6c7 make ERFilter compile with refactored ml 11 years ago
lluis 278c35801e fix warnings of MSVC 11 years ago
lluis 007b1d9cb0 adds MSERsToERStats function and its documentation; adds webcam_demo sample code and modifies cmakelists to link with features2d module 11 years ago
lluis bcf38c3fbf fix docs warnings 11 years ago
lluis d8ad70d7f3 updates documentation for the text module 11 years ago
lluis ffee43f437 fix warnings from MSVC 11 years ago
lluis a8c8ce625a fix warnings from MSVC 11 years ago
lluis 5c89c786f2 Adds OCRTesseract class and sample demo 11 years ago
lluis 70a2bca24a fix warnings from MSVC 11 years ago
lluis b56353a7ae fix a bug that prevents opencv_python module to build together with opecv_text 11 years ago
lluis bbca7b0c7f removes hardcoded filename for ERFilter used in feedback loop by adding a dummy classifier 11 years ago
lluis 157e08f3f2 fix warnings from MSVC and remove trailing whitespaces 11 years ago
lluis 786876c0f2 Adds The exhaustive search algorithm and updates the previous grouping code 11 years ago
lluis 890073a1c7 Add xml files with default classifier models 11 years ago
Vadim Pisarevsky a52c0a2bb0 probably fixed compile errors 11 years ago
Vadim Pisarevsky 4906050ea1 added "text" module; added linemod to rgbd module, fixed compile errors in rgbd. 11 years ago