1035 Commits (fb66acb6c87dcdaaaf6d8de4ef34e0f685b6a49b)
 

Author SHA1 Message Date
Vitaliy Lyudvichenko fb66acb6c8 API refactoring 10 years ago
Vitaliy Lyudvichenko f07c5647e3 Add test data for layers 10 years ago
Vitaliy Lyudvichenko e644b5a358 Changed Blob::ptr and Blob::offset methods 10 years ago
Vitaliy Lyudvichenko 519167ec9e Refactored cmake and disabled AlexNet test 10 years ago
Vitaliy Lyudvichenko 44e52a08fa Try fix msvc warnings 10 years ago
Vitaliy Lyudvichenko 93a372f58c Try fix msvc error and cmake error on android 10 years ago
Vitaliy Lyudvichenko fc9795b4bc libprotobuf is a separate 3rdparty lib now 10 years ago
Vitaliy Lyudvichenko 4929177904 Add compiled caffe protobuf files 10 years ago
Vitaliy Lyudvichenko 0903d79919 Added libprotobuf 2.5 as thridparty library 10 years ago
Vitaliy Lyudvichenko 9d932af746 Add new method to Net 10 years ago
Vitaliy Lyudvichenko 7acfda2c11 Fixed im2col_ocl bug caused non-zero UMat offset 10 years ago
Vitaliy Lyudvichenko 23d3ede6ab Added OpenCL im2col 10 years ago
Vitaliy Lyudvichenko 06f949a590 Added initModule() procedure to explicitly init builtin layers 10 years ago
Vitaliy Lyudvichenko 160d86440c Fixed small warn and example error 10 years ago
Vitaliy Lyudvichenko c65d03235e Merge branch 'master' of https://github.com/ludv1x/opencv_contrib 10 years ago
Vitaliy Lyudvichenko 7d2e745868 Minor test changes 10 years ago
Vitaliy Lyudvichenko b3dcc39c1e Moved caffe.proto 10 years ago
Vitaliy Lyudvichenko f28effb490 Cleaned caffe dependencies 10 years ago
Vitaliy Lyudvichenko df5eec6844 Added MVN layer. Renamed layer test data. 10 years ago
Vitaliy Lyudvichenko f8119ea058 Fixed Deconvolution layer. Added more wide layers test coverage. 10 years ago
Vitaliy Lyudvichenko d0875b1c4c Fixed average pooling error 10 years ago
Vitaliy Lyudvichenko 5b0805322e Added ability to remove singleton dimensions in Reshape layer. 10 years ago
Vitaliy Lyudvichenko b2f4ba30d1 Merge branch 'master' of https://github.com/Itseez/opencv_contrib 10 years ago
Vitaliy Lyudvichenko 436d929578 Resolve reference counting problem in Torch importer. 10 years ago
Vitaliy Lyudvichenko 1c220cf03b Added simple tests for Torch importer, fixed some importing issues. 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
Vitaliy Lyudvichenko 8df8936810 Added Torch blob reader and torch convolution test. 10 years ago
Vitaliy Lyudvichenko 2905c03581 Multiple layers support added into Torch importer. 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
Vitaliy Lyudvichenko 7d795af6a0 Fixed Torch parser 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
Vitaliy Lyudvichenko 4da1046d68 Implemented draft Torch importer 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