lluis
2dc4cd934b
Fix for Bug 4074. This seems to be just a typo-error, because the Tesseract API can handle correctly with RGB images (double-checked and it works).
10 years ago
Vladimir
1c70b5a014
Shadow Fix
10 years ago
Vladimir
237ca8172d
Fixed Warnings #3
10 years ago
Vladimir
15da808556
Fixed Warnings #2
10 years ago
Vladimir
603fb880e5
Fixed Warnings #1
10 years ago
Vladimir
303c1c507e
Fix #4
10 years ago
Anatoly Baksheev
eb958463c9
some warnings disabled
10 years ago
Anatoly Baksheev
10c3a1378a
umbrealla header
10 years ago
Anatoly Baksheev
42b36fb346
more compilation
10 years ago
Anatoly Baksheev
62feeec31d
fixed compilation witn C++11 compiler
10 years ago
Vladimir
59c0798cbd
Fix #3
10 years ago
Vladimir
0c610a5e63
Fix #2
10 years ago
Vladimir
3c200866d8
Fix
10 years ago
Vladimir
2c9b8e8307
Fixed build error
10 years ago
Vitaliy Lyudvichenko
24a9effd59
Merge branch 'master' of https://github.com/Itseez/opencv_contrib
10 years ago
Vitaliy Lyudvichenko
77321e3ad6
Added binary .caffemodel import support.
...
Some changes in API.
Caffe source files was cleared from unnecessary code.
10 years ago
Vladimir
85fdd13220
Fixed header
10 years ago
Vladimir
98afd5525e
Added BSD-compatible license
...
Added BSD-compatible license to some files
10 years ago
Vladimir
135cf2960d
Added test on TLD Dataset
10 years ago
Kurnianggoro
50492e9e38
Fixing the tabulation
10 years ago
Kurnianggoro
f77a46167f
Updated the support for color-names features and fixing some typos
10 years ago
Vladimir
612b7f26b5
TLD Fixes & Optimizations
...
1. TLD now have module structure
2. Made some small code optimizations
3. Fixed Ensemble Classifier according to the original paper - 10
randomized ferns
4. Added comments to most of the functions and methods
10 years ago
Muresan Mircea Paul
01d8c7b491
New stereo module created and added some relevant files for this module
10 years ago
Vitaliy Lyudvichenko
6e23d93b39
Added simple .prototxt Caffe importer.
10 years ago
Maksim Shabunin
844c30e8b2
Merge pull request #239 from sbokov/disparityFiltering
...
Interface and demo for disparity filtering, basic WLS implementation
10 years ago
Vitaliy Lyudvichenko
a6963b4abb
Updated CMakeLists.txt to support protobuf Messages auto generation.
10 years ago
Vadim Pisarevsky
6123e89122
Merge pull request #247 from cbalint13/daisy
...
Bugfix Normalization / Enhance "float/double" mode queries for DAISY.
10 years ago
Vitaliy Lyudvichenko
cfb9cfab9b
Added libprotobuf to CMake. Added some Caffe files.
10 years ago
cbalint13
cef5666fa3
Bugfix Normalization / Enhance "double" mode queries for DAISY.
10 years ago
Kurnianggoro
df9adff577
Fixed warning: conversion from double to int
10 years ago
Kurnianggoro
f4ba9a8baa
Fixing the ColorNames table initialization
10 years ago
Kurnianggoro
b2db444907
Added new line at end of file
10 years ago
Kurnianggoro
26962e86b4
Added error message for descriptor other than GRAY
10 years ago
Vadim Pisarevsky
d4f651ea25
Merge pull request #242 from Aljaksandr/patch-1
...
Bug fix for feature extraction
10 years ago
Vadim Pisarevsky
a08b709e16
Merge pull request #243 from cbalint13/daisy
...
BugFix & Enhance DAISY.
10 years ago
cbalint13
d3895582c7
Add back the wrapper.
10 years ago
cbalint13
a7356eb532
BugFix & Enhance DAISY.
10 years ago
Aliaksandr
d76b976012
Bug fix for feature extraction
...
According to CartToPolar() function documentation, result angles could be in range (0..360). To prevent index overflow this check is important.
10 years ago
Vadim Pisarevsky
7e0e8e72ab
Merge pull request #241 from vpisarev/30_small_fixes
...
fixed several warnings in opencv_contrib (text, xfeatures2d)
10 years ago
Kurnianggoro
efc0322ec8
Add a framework for choosing the descriptor
10 years ago
Vadim Pisarevsky
cf3dff2e9a
fixed several warnings in opencv_contrib (text, xfeatures2d); added tesseract installation mini-guide in text/readme.md
10 years ago
Vadim Pisarevsky
e76ca3ee67
Merge pull request #207 from cbalint13/brief
...
Add rotation invariance option for BRIEF descriptor.
10 years ago
Kurnianggoro
e746608599
change the color-names table to const
10 years ago
Kurnianggoro
b214736e19
Removing all shadowing variables, make functions to const, make the table of color-names become static
10 years ago
Vitaliy Lyudvichenko
2f6d743342
Added dnn module with draft interface.
10 years ago
Kurnianggoro
5027710ded
Fixed: ROI extraction when the given ROI is out of image; made the max_patch_size to be adjustable; add the CN feature extraction method
10 years ago
Kurnianggoro
5d772dae42
Unified the formatting
10 years ago
sbokov
a70af9f7d6
Adding edge-aware disparity filtering
...
Added basic interface and demo for disparity filtering, added unoptimized fast weighted least
squares filter implementation. Current demo tests domain transform, guided and
weighted least squares filters on a dataset, measures speed and quality.
10 years ago
cbalint13
ee4a9c8d14
Fix docs and repush for buildbot.
10 years ago
Vadim Pisarevsky
860eda950e
Merge pull request #214 from LaurentBerger/bugfix4269
...
bugfix4269 included remarks in http://answers.opencv.org/question/59293/ ...
10 years ago