68 Commits (c4c2e85d8977b8d40cdb37ea3b7c6fb40e940e90)

Author SHA1 Message Date
Alexander Alekhin 036e699553 samples: apply CV_OVERRIDE/CV_FINAL 7 years ago
Vitaly Tuzov 8c394a4f2e Updated internal calls to linear resize to use bit-exact version 7 years ago
Alexander Alekhin 57ff363389 python: 'cv2.' -> 'cv.' via 'import cv2 as cv' 7 years ago
Maksim Shabunin b16d9dbcc5 Fixed several warnings produced by GCC 7 8 years ago
Dmitry Kurtaev c5c3aa5625 Update PriorBox layer 8 years ago
Vladislav Sovrasov fd2e37da56 text: improve DL-based samples 8 years ago
Vladislav Sovrasov 27961cd8cc text: fix wrong channel swap in TestDetectorCNN 8 years ago
Vladislav Sovrasov 7031316cb7 text: add text recognition sample 8 years ago
Vladislav Sovrasov 9195d2e614 text: small adjustments in samples and image preprocessing 8 years ago
Vladislav Sovrasov 3253fe9f7e text: impovements in samples and module interface 8 years ago
Vladislav Sovrasov 1306621f3d text: add prototxt for text detection model 8 years ago
Vladislav Sovrasov 951e18272d text: cleanup dnn text detection part 8 years ago
Maksim Shabunin 3aa88889aa Reworked HolisticWordspotter to work with dnn module 8 years ago
sghoshcvc c697e41b8d added calculation of output size 8 years ago
Suleyman TURKMEN 1a9a3fdcf9 Update webcam_demo.cpp 8 years ago
sghoshcvc a2cab07193 DNN backend initial commit 8 years ago
sghoshcvc 103fbaf4f2 White Space error in sample python script 8 years ago
sghoshcvc 4c9af58133 Fixed Text box demo error 8 years ago
sghoshcvc b913cac1df Fixed Doxygen Warning and error 8 years ago
sghoshcvc ca2a2abed0 Removed white space errors and platform specific warnings 8 years ago
sghoshcvc 1bc908bdbd Added python sample script 8 years ago
Justin Hotchkiss Palermo 574e20000d fix spelling 8 years ago
sghoshcvc 40db962641 Add sample script 8 years ago
Max-Wang f1892ad916 fix erGrouping parameter error 8 years ago
Haaris 58f7afcb2d Merge pull request #1066 from hsed:patch-1 8 years ago
Alexander Alekhin 31d1137890 text: minor refactoring in C++ sample 9 years ago
Alexander Alekhin d632079783 text: update detectRegions() 9 years ago
Alexander Alekhin 590dc2986d text: fix valgrind errors, minor changes 9 years ago
Anguelos Nicolaou 5d5ec99c37 casted size_t values to std::vector<Mat>::const_iterator and fixed unreachable code in the cpp sample 9 years ago
Anguelos Nicolaou d566884a6e fixed doxygen attempt to fix IOS and visual studio warnings 9 years ago
Anguelos Nicolaou 2b788904c3 Attenpt to supress visual studio and IOS warnings 9 years ago
Anguelos Nicolaou 53a8677664 GSOC 2016 removed warnings from example 9 years ago
Anguelos Nicolaou 44d7339feb Wordspotter implemented 9 years ago
lluisgomez f07a00cfae remove trailing whitespace 9 years ago
lluisgomez 4092d2efe3 erGrouping python bindings and sample script textdetection.py which mimics the same detection pipeline as in textdetection.cpp 9 years ago
lluisgomez 9281cbfd2b ERFilter python bindings 9 years ago
Lluis Gomez-Bigorda 7cd6dbb0c9 Adds two more examples of croped word recognition, and show how to set the beam size parameter for small lexicon. 10 years ago
Suleyman TURKMEN e58699e69f Update webcam_demo.cpp 10 years ago
Lluis Gomez-Bigorda 0be529da05 Adds demo program of Scene Text Character Recognition using the CNN classifier. 10 years ago
Lluis Gomez-Bigorda 1481194b54 Fix w64 warnings 10 years ago
Lluis Gomez-Bigorda 2538bf74a6 Adds example on segmented word recognition. Shows the use of the OCRHMMDecoder with the NM and CNN default classifiers. 10 years ago
lluis c146d37b93 Better CNN model for character recognition. Trained with an augmented dataset by adding translation/scale variations. Updated the croped word recognition with new class numbering (compatible with previous NM classifier). 10 years ago
lluis 00f670e779 update to use the new createOCRHMMTransitionsTable() function, and fix program description in header comments 10 years ago
lluis 662e2ce561 trailing whitespaces 10 years ago
lluis 9c55b98813 Add a demo program for the OCRBeamSearchDecoder class and needed data files 10 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
Poly Takahiro Horikawa d9d8db3f1c Fix key name to switch between MSER/CSER regions. 11 years ago
lluis 83fe716c2e updates webcam_demo sample to use OCRHMMDecoder class 11 years ago
lluis 5073d5bc91 refactors OCRTesseract interface 11 years ago