Vadim Pisarevsky
11f538856e
Merge pull request #253 from lluisgomez/master
...
Fix for Bug 4074. This seems to be just a typo-error.
10 years ago
Seon-Wook Park
508092ac23
Suppress uchar conv related warning on Windows
10 years ago
Kurnianggoro
7b22105284
Split the training coefficient into numerator and denumerator
10 years ago
Seon-Wook Park
3b4d98017a
Add more doxygen comments
10 years ago
Seon-Wook Park
a8b1abcb30
Add basic perf tests for grayworld
10 years ago
Seon-Wook Park
dea8aae243
Add saturation based thresholding to grayworld WB
10 years ago
Seon-Wook Park
aaf0ffe9e0
autowbGrayworld: include+src+test+testdata+sample
10 years ago
Vitaliy Lyudvichenko
ee837c1132
Updated CMakeLists.txt
10 years ago
Lluis Gomez-Bigorda
d7410500e0
Fix for Bug #3633 : do away with "quads [2][3] = 255;" The four lowest bits in each quads[i][j] correspond to the 2x2 binary patterns Q_1, Q_2, Q_3 in the NM paper [1] (see in page 4 at the end of first column). Q_1 and Q_2 have four patterns, while Q_3 has only two.
10 years ago
Vitaliy Lyudvichenko
cae0bd495d
Merge branch 'master' of github.com:ludv1x/opencv_contrib
...
Conflicts:
modules/dnn/include/opencv2/dnn.hpp
10 years ago
Vitaliy Lyudvichenko
1fd9304965
Dnn API changes (removed NetConfiguration, added LayerRegister, improved Blob).
10 years ago
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