1007 Commits (b2f4ba30d13d6583131549e2f52bc7bdcaa8aee7)
 

Author SHA1 Message Date
Vitaliy Lyudvichenko b2f4ba30d1 Merge branch 'master' of https://github.com/Itseez/opencv_contrib 10 years ago
Maksim Shabunin 172fdb3152 Merge pull request #303 from sbokov:improvingStereoSGBM 10 years ago
Vadim Pisarevsky 6e4d6bca75 Merge pull request #321 from lluisgomez:ocr_refactor_even 10 years ago
Lluis Gomez-Bigorda 796c26f68a Fix w64 warnings 10 years ago
Lluis Gomez-Bigorda 1481194b54 Fix w64 warnings 10 years ago
Lluis Gomez-Bigorda 2315f9ca22 Minor bugfix: removes unwanted space character at the begining of recognition output strings. 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
Vitaliy Lyudvichenko c1f44104d0 cnpy warns fix 10 years ago
Vitaliy Lyudvichenko dd15521860 Merge branch 'master' of github.com:ludv1x/opencv_contrib 10 years ago
Vitaliy Lyudvichenko 5e5cc9696b Merge branch 'master' of https://github.com/Itseez/opencv_contrib 10 years ago
lluis ee677a255b Overload the run() method in BaseOCR class in order to adapt to different classifier callbacks. The original run() method accepts only one Mat input image, this is expected to be a binarzed image with black and white text and works both with the OCRTesseract class and the OCRHMMDecoder class when the character classifier callback works with binary images (e.g. NM). The new run() method accepts two Mat input parameters. One for the gray scale (or color) source image and the other for a binary mask where each connected component corresponds to a pre-segmented character in the input image. This way the OCRHMMDecoder is able to work with character classifiers that operate in grey scale (or color) images (e.g. a CNN). 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
sbokov 6a0545e6fe Improving DisparityWLSFilter interface and adding a tutorial 10 years ago
Vadim Pisarevsky f9d42886f1 Merge pull request #298 from lluisgomez:master 10 years ago
Maksim Shabunin b63d80260b Merge pull request #316 from StevenPuttemans:update_faceRecognizer_tutorials 10 years ago
StevenPuttemans 076f53d667 fixing facerecognizer tutorials and interface 10 years ago
Alexander Alekhin 3572007ae7 Merge pull request #304 from AlexanderStohr:master 10 years ago
Vitaliy Lyudvichenko db4ff2172a Updated classification example 10 years ago
Vitaliy Lyudvichenko 6548839454 Added testdata images. Fixed Dict copy constructor. 10 years ago
Vadim Pisarevsky f9969b0da6 Merge pull request #308 from lluisgomez/4373 10 years ago
Vadim Pisarevsky 2aba2d8271 Merge pull request #307 from lluisgomez/b4420 10 years ago
lluis 43b5febc63 Fix bug #4373: Error (Assertion failed in resize) when passing very elongated contours to the recognition module 10 years ago
Vitaliy Lyudvichenko ff45c2252b Fixed gcc build errors. 10 years ago
lluis 015e00bcdb Fix memory leak bug #4420 10 years ago
Alexander Alekhin 17a947d887 Merge pull request #305 from mshabunin:fix-android-warnings 10 years ago
Vitaliy Lyudvichenko 9b1e28ec17 Refactored ConvolutionLayer, added Deconvolution. 10 years ago
Maksim Shabunin aafda8fa66 Fixing GCC 4.9 warning 10 years ago
Alexander Stohr 70a2b23a6d use better condition for checking if compiler supports round() 10 years ago
Alexander Stohr df88c31892 eliminate some warnings 10 years ago
Alexander Stohr 024d8486a4 fix suffix that was in-compatible with MSVC 2012 (VC 11) 10 years ago
Alexander Stohr 8e24552f6c make sources compile again on MSVC 2012 (VC 11) by adding round() 10 years ago
Vitaliy Lyudvichenko 527fa656a5 Rewrited concat_layer.cpp in OpenCV-style. Fixed slice layer, added test for slice, split and reshape layers. 10 years ago
Vadim Pisarevsky 865346fdbe Merge pull request #299 from atomala/master 10 years ago
Vitaliy Lyudvichenko 71cfae419c Added Split and Slice layer. 10 years ago
Vitaliy Lyudvichenko 172419ea1c Added Reshape layer and altered importer to correctly handle its params. 10 years ago
Vitaliy Lyudvichenko 3aa37d2971 Array of parmaters support into caffe_importer.cpp 10 years ago
Vitaliy Lyudvichenko 0362da927c Added array support for Dict. 10 years ago
Vitaliy Lyudvichenko ec74678920 Added element-wise layers. Fixed downloader and ConcatLayer. 10 years ago
Vitaliy Lyudvichenko de4d8005a9 Added .caffemodel files downloader for tests on post-build step. 10 years ago
Alex Tomala 6219b5dfba Fixed bug in LSDDetector where mask doesn't remove all undesired lines 10 years ago
lluis 2e787d6b42 fix Winx64 warnings 10 years ago
lluis 00f670e779 update to use the new createOCRHMMTransitionsTable() function, and fix program description in header comments 10 years ago
lluis e4cc9a77a9 Adds createOCRHMMTransitionsTable() utility function to create a tailored language model transitions table from a given list of words (lexicon) 10 years ago
Vitaliy Lyudvichenko 9783bba1bf Merge branch 'master' into work 10 years ago
Vitaliy Lyudvichenko b9e85edd39 fixed sign type mismatch warnings in cnpy 10 years ago
Vitaliy Lyudvichenko 75e09fdc63 Implement ambiguous blobs naming scheme like: "layerName[.OutputName]". 10 years ago
Vadim Pisarevsky f9634fd8cd Merge pull request #288 from Auron-X/TLD_OpenCL_Support 10 years ago
Vadim Pisarevsky f86a703b7e Merge pull request #296 from berak/wrap_xfeatures2d 10 years ago
berak bbee260321 wrap DAISY and LATCH to scripting 10 years ago
Vladimir 6b377061ce Fixing Warnings 10 years ago