sghoshcvc
111b3bed7d
Modified to silent Clang warnings
8 years ago
sghoshcvc
0e74d63d2f
Modified to handle windows warning
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
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
...
fix java wrappers for ERFilter, OCRHMMDecoder, OCRBeamSearchDecoder (#1210 )
* fix java wrappers for ERFilter, OCRHMMDecoder, OCRBeamSearchDecoder
* fix comments
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
...
fixed typo in comment (#1066 )
Line 139: Fixed typo of word "length".
8 years ago
goldstar616
478baf937f
Merge pull request #981 from goldstar616:master
...
issue #980 resolves - Some module has a round error similar to #975 . (#981 )
* round function changes to cvRound
Minor changes to fix lower visual studio version build errors.
* round function changes to cvRound
Minor changes to fix lower visual studio version build errors.
* round function changes to cvRound
Minor changes to fix lower visual studio version build errors.
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
...
Bug in Text module when set Optimization Level to "-Ofast" in xcode (#921 )
* Bug in Text module when set Optimization Level to "-Ofast" in xcode
Bug when set Optimization Level to "-Ofast" (Fastest, Aggressive Optimizations) in xcode, read the wrong patch_size parameters to 7 (should be 8). This bug will occured in loadOCRHMMClassifierCNN function called by example_text_character_recognition and example_text_segmented_word_recognition.
* Bug in Text module when set Optimization Level to "-Ofast" in xcode
Bug when set Optimization Level to "-Ofast" (Fastest, Aggressive Optimizations) in xcode, read the wrong patch_size parameters to 7 (should be 8). This bug will occured in loadOCRHMMClassifierCNN function called by example_text_character_recognition and example_text_segmented_word_recognition.
8 years ago
Alexander Alekhin
c028502f76
cmake: fix CMake error
...
"install DIRECTORY does not allow "COMPONENT" after PATTERN or REGEX"
8 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
...
changed double *p to vector<double>
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
...
Implemented Classifier and Wordspotter as two independent classes
9 years ago
Anguelos Nicolaou
44d7339feb
Wordspotter implemented
...
Classifier implemented as an independednt class from the worspotter.
-Works both on CPU and GPU at expected top performance of 26ms per sample on a GTX 980Ti
-Simple demo for wordspoter added for cpp
-Interactiuve demo added for python
9 years ago
StevenPuttemans
dd33354fd5
fix the CMAKE order for issue #630
...
ensure that the double pass through CMakeLists.txt files do not generate double output
9 years ago
lluisgomez
f07a00cfae
remove trailing whitespace
9 years ago