195 Commits (8f40a44b59cb0ef96db3f74fc0f7e38b2e65dbb0)

Author SHA1 Message Date
sghoshcvc a617059f24 removed Java Wrapper 8 years ago
sghoshcvc 8cf800e650 fix a dependency bug 8 years ago
sghoshcvc 73ddeab66f simple cleaning and added comments 8 years ago
sghoshcvc 1bc908bdbd Added python sample script 8 years ago
sghoshcvc be395e5981 Modified the class heirarchy 8 years ago
sghoshcvc 2b8ed124f2 added instructions to build 8 years ago
Justin Hotchkiss Palermo 574e20000d fix spelling 8 years ago
sghoshcvc e494efb4b0 Added comments 8 years ago
sghoshcvc fc9c41b8d4 Minor modification 8 years ago
sghoshcvc 40db962641 Add sample script 8 years ago
sghoshcvc 9ae765a197 Text detector class and Custom Image processor Class 8 years ago
Jcrist99 6c9d6d507b Merge pull request #1210 from abratchik:contrib.java.wrapper.fix.3.2 8 years ago
abratchik 53da3059a4 Fix java wrappers for Text module 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
goldstar616 478baf937f Merge pull request #981 from goldstar616:master 8 years ago
Alexander Alekhin cee4edbbfd cmake: add global defines to enable useful macros 8 years ago
logic1988 99294995f0 Merge pull request #921 from logic1988/master 8 years ago
Alexander Alekhin c028502f76 cmake: fix CMake error 9 years ago
Alexander Alekhin e1f01bafa0 text: add simple test 9 years ago
Alexander Alekhin b5d9ca9be7 text: update cmake 9 years ago
Alexander Alekhin 31d1137890 text: minor refactoring in C++ sample 9 years ago
Alexander Alekhin 1dc84e81e5 text: refactor floodfill + findContours code patterns 9 years ago
Alexander Alekhin d632079783 text: update detectRegions() 9 years ago
Alexander Alekhin 590dc2986d text: fix valgrind errors, minor changes 9 years ago
Vladislav Sovrasov bedd1f763c Replace a dummy pointer with the smart in ERStat 9 years ago
Vladislav Sovrasov c15051611e Fix ERFilterNM fails on some images 9 years ago
berak c3c9723fbd text: fix memleak in ocr_hmm_decoder 9 years ago
Anguelos Nicolaou 5a3c6a3354 explicit cast to int for rowRange with size_t parameters 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 5c526f7951 casted size_t variables to int explicitly in the construction of as Size from two size_t, also changed rangeEnd variable to a size_t 9 years ago
Anguelos Nicolaou fc77ceab3c Removed const from classifer data memebers to allow for assignment operator (windows 7 warned it could not create one). Created size_t temporary variables to contain integer values so that there is never math/comparissons between ints and size_t 9 years ago
Anguelos Nicolaou bb8a51b55d Going back before expanding ifdef HAVE_CAFFE expantion 9 years ago
Alexander Alekhin 823dea726f migration: github.com/opencv/opencv_contrib 9 years ago
Anguelos Nicolaou 158c8a9876 fixed doxygen warning 9 years ago
Anguelos Nicolaou d566884a6e fixed doxygen attempt to fix IOS and visual studio warnings 9 years ago
Anguelos Nicolaou b7a76004f6 Attenpt to supress visual studio and IOS warnings v2 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 7c7ecd71d2 Fixing warnings 9 years ago
Anguelos Nicolaou 551d1e684c GSOC 2016 9 years ago
Anguelos Nicolaou 44d7339feb Wordspotter implemented 9 years ago
StevenPuttemans dd33354fd5 fix the CMAKE order for issue #630 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 7aedcae1ec fix MSVS warnings 9 years ago
lluisgomez 581ae6b006 fix MSVS warnings 9 years ago
lluisgomez 9281cbfd2b ERFilter python bindings 9 years ago
Patrick Snape 0900a86b58 Add float cast to OCR HMM 9 years ago
Patrick Snape 6457fb8fff Add float cast to OCR Beemsearch 9 years ago