Vadim Pisarevsky
ae00a82dfc
Merge pull request #132 from pokeefe:add-rgbd-registration-function
9 years ago
Balint Cristian
a3b73aa86d
Add LSC (Superpixel segmentation using Linear Spectral Clustering)
9 years ago
Vadim Pisarevsky
cdb93a18d7
Merge pull request #261 from cbalint13:slic
9 years ago
Vadim Pisarevsky
efee450611
Merge pull request #467 from vpisarev:fuzzy
9 years ago
Vadim Pisarevsky
24d9e616f0
Merge pull request #452 from jesusbriales:fixSubpixelPrecision
9 years ago
Alexander Alekhin
4e28272875
cmake: DOWNLOAD_EXTERNAL_TEST_DATA option
9 years ago
Vadim Pisarevsky
156a66d7d7
added a short fuzzy module description to modules/README.md
9 years ago
tucna
92cd2a0a55
Fuzzy module added
9 years ago
Vadim Pisarevsky
926fc203ff
Merge pull request #466 from maccesch:master
9 years ago
Vadim Pisarevsky
b0cb299173
Merge pull request #275 from FelixMartel:master
9 years ago
Vadim Pisarevsky
526f04e630
Merge pull request #325 from StevenPuttemans:add_license
9 years ago
Alexander Alekhin
8ccba1d562
fix
9 years ago
Marc-Stefan Cassola
a540326db3
updated includes for clarity
9 years ago
Vadim Pisarevsky
506ab8e7a4
Merge pull request #367 from zhou-chao:rgf
9 years ago
Vadim Pisarevsky
1a88b254e2
Merge pull request #449 from Audenrith:EnableAccessToUKFErrorCovariance
9 years ago
Vadim Pisarevsky
051759c162
Merge pull request #382 from zhou-chao:l0smooth
9 years ago
Vadim Pisarevsky
752e2a5c44
Merge pull request #441 from cbalint13:hdf
9 years ago
Vadim Pisarevsky
5567c56d56
Merge pull request #290 from edgarriba:sfm
9 years ago
Vadim Pisarevsky
870e9ffcea
Merge pull request #461 from fran6co:simple_optflow
9 years ago
Marc-Stefan Cassola
fb74aa76fb
Fixed include error
9 years ago
Maksim Shabunin
173512b921
Merge pull request #402 from comdiv:comdiv
9 years ago
comdiv
9ff3192ea5
Custom handling of FaceRecognizer results
...
predict method rewritten to use with PredictCollector interface (abstract class)
now face recognizer allow to perform different scenarios of result handling
9 years ago
Francisco Facioni
96194df827
SimpleFlow optimizations
9 years ago
Vadim Pisarevsky
ac1e608b82
Merge pull request #451 from anguyen8:master
9 years ago
Anh Nguyen
84f3ce3f28
Removed trailing spaces
9 years ago
Anh Nguyen
be40bd64fc
Update README.md
9 years ago
Anh Nguyen
049cf34cbc
Update README.md
9 years ago
Anh Nguyen
abc7bc838d
Update README.md
9 years ago
Anh Nguyen
cb7254da98
Update README.md
9 years ago
Anh Nguyen
9ac3ea7805
Update download_sferes.sh
9 years ago
Anh Nguyen
f74b8c9d72
Merge branch 'master' of github.com:anguyen8/opencv_contrib
9 years ago
Anh Nguyen
61cd2e6023
Removed sferes folder and add a script for fetching sferes
9 years ago
Anh Nguyen
36190960e0
Trying to fix whitespace_contrib error in build
9 years ago
Balint Cristian
300896ed47
Add HDF module & implement HDF version 5 I/O.
9 years ago
Vadim Pisarevsky
c373722a9b
Merge pull request #448 from stoneyang:stone_port
9 years ago
Yang Fan
4bf3832b32
Fixed issue caused by missing round() in VS before 2013
9 years ago
Vadim Pisarevsky
745d819477
Merge pull request #445 from paroj:use_cliparser
9 years ago
Vadim Pisarevsky
0b5f25740f
Merge pull request #447 from stoneyang:master
9 years ago
Maksim Shabunin
a181e541f6
Merge pull request #398 from grundman:patch-1
9 years ago
Jesus Briales
ad765a756c
Fix subpixel precision issue and compute line points in original image size
...
Issue 1:
The subpixel precision of LSD was lost in the implicit conversion to Vec4i
Solved:
Line point coordinates are stored in cv::Vec4f
No type conversion needed from extremes to kl float fields
Issue 2:
The keyline point fields for original image were not being correctly filled
Solved:
The points in original image are computed through scaling (using scale factor and octave index)
9 years ago
Anh Nguyen
72372a7808
Updated README.md for download scripts
9 years ago
Anh Nguyen
8af204dcce
Merge branch 'master' of github.com:anguyen8/opencv_contrib
9 years ago
Anh Nguyen
03671cc2bf
Added scripts for downloading proper patches of Caffe
9 years ago
Pavel Rojtberg
6b90a405df
aruco: port samples to cv::CommandLineParser
...
results in less code and more consistent parameter handling.
9 years ago
Maksim Shabunin
67ceb42d0f
Merge pull request #439 from 103yiran:master
9 years ago
Maksim Shabunin
a23e43ec4a
Merge pull request #436 from fran6co:patch-1
9 years ago
Maksim Shabunin
139cf65e37
Merge pull request #437 from fran6co:patch-2
9 years ago
Francisco Facioni
534bad4768
Fixes cvv compilation for Apple's clang
...
It doesn't support thread_local
9 years ago
baudenri
6259c1e49b
Expose Error Cross-Covariance in Uncented Kalman Filters
...
For some applications it is useful to have an estimate of how uncertain
the specific variable is estimated. This could help to act accordingly
e.g. increase the measurement zone if the current estimate is very
uncertain.
9 years ago
Maksim Shabunin
c3f432be9c
Merge pull request #434 from mshabunin:ios-framework
9 years ago