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.
...
Updated torch importer
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.
...
Also DictValue was refactored.
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
...
Now the filter natively supports StereoBM and StereoSGBM with no
parameter tuning required. Also, now user won't need to set the ROI and
the right matcher parameters manually, it is all done in the respective
convenience factory method based on the left matcher instance. Tutorial
was added to clarify the provided example of use.
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
...
Fix bug #4373 :
10 years ago
Vadim Pisarevsky
2aba2d8271
Merge pull request #307 from lluisgomez/b4420
...
Fix memory leak bug #4420
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