Vitaliy Lyudvichenko
383715d330
libprotobuf is optional dependency now
10 years ago
Vitaliy Lyudvichenko
eba62d5068
Layers implementations divided onto separated files.
10 years ago
Vitaliy Lyudvichenko
2638433849
Merge branch 'master' of https://github.com/Itseez/opencv_contrib
10 years ago
Vitaliy Lyudvichenko
51df95d45f
Added GSTRB test data.
10 years ago
Vitaliy Lyudvichenko
ed1c5691f4
[Bomb commit] Implemented 4 main layers. Changes in API. Added worked classification example from GTSRB into tests.
10 years ago
Vadim Pisarevsky
2a199bc94e
Merge pull request #259 from Jiaolong/dataset_inria
...
added INRIA pedestrian dataset
10 years ago
Vitaliy Lyudvichenko
194271df50
Implemented allocation of DAG and it's forward pass.
...
Added wrappers for basic layers.
10 years ago
jiaolong_x220
f7a5bab785
added INRIA pedestrian dataset
10 years ago
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
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
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
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
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
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
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
Vitaliy Lyudvichenko
2f6d743342
Added dnn module with draft interface.
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
Vadim Pisarevsky
9064d28d2a
Merge pull request #223 from albenoit/master
...
Added python support, updated Retina class documentation
10 years ago
cbalint13
6baf963079
Get in sync with master.
10 years ago
cbalint13
73a384d2dd
Merge branch 'brief' of https://github.com/cbalint13/opencv_contrib into brief
10 years ago
cbalint13
332a504b95
Add rotation invariance option for BRIEF descriptor.
10 years ago
Vadim Pisarevsky
5d4350c559
Merge pull request #229 from cbalint13/daisy
...
Add DAISY descriptor for wide-baseline / keypoints.
10 years ago
cbalint13
7ec4559509
Fix docs once again.
10 years ago
cbalint13
4c0278f387
Remove few tabs due to vs2013.
10 years ago
cbalint13
a324c6c658
Refactor DAISY for more opencv style.
10 years ago
Vadim Pisarevsky
e47744bad4
Merge pull request #236 from bismoy2013/feature/GrabDisplayRedLinedPolygonFromGoogleMaps
...
Code to grab the red lined polygon from Google Maps
10 years ago
cbalint13
309274a4ae
Fix doc in header.
10 years ago
cbalint13
1a617614b7
Merge branch 'master' of https://github.com/Itseez/opencv_contrib into daisy
10 years ago
Vadim Pisarevsky
7b6fe5cdf9
Merge pull request #231 from GilLevi/AddingLATCH
...
Adding the LATCH descriptor
10 years ago