Vladislav Vinogradov
|
f38596b783
|
implemented brute force convolve for small kernel sizes
|
14 years ago |
Anatoly Baksheev
|
ee768d4605
|
fixed bug in ptr in optflow.cu
|
14 years ago |
Vladislav Vinogradov
|
ed749c4bfe
|
added missing arithm operations to gpu module
|
14 years ago |
Vadim Pisarevsky
|
f947c2eb96
|
new, much simpler and SSE2-optimized implementation of FAST
|
14 years ago |
Leonid Beynenson
|
484e56f31f
|
Fixed small bug in opencv_traincascade application: overflow sometimes happened during calculation of the number of negative samples.
|
14 years ago |
Andrey Kamaev
|
22bd127365
|
Added performance tests for cv:phase and cv::SURF
|
14 years ago |
Alexey Spizhevoy
|
9047ef2cdf
|
Renamed warp of point method into warpPoint
|
14 years ago |
Alexey Spizhevoy
|
a7fbcad283
|
Added warp method into the RotationWarper interface, added find() into VoronoiSeamFinder which uses only source image sizes
|
14 years ago |
Andrey Kamaev
|
9ae8443d37
|
Tegra optimized FastAtan2
|
14 years ago |
Alexey Kazakov
|
78bd2133cc
|
Added HOG features to the traincascade module
|
14 years ago |
Kirill Kornyakov
|
0e9d0f6d06
|
updated erode perf test
|
14 years ago |
Kirill Kornyakov
|
20e49c8286
|
added perf test for cv::erode
|
14 years ago |
Maria Dimashova
|
408d6b84fa
|
added func to different colors generation
|
14 years ago |
Leonid Beynenson
|
630288fdef
|
Added possibility of prefiltering into CascadeClassifier. Now OpenCV users can implement their own mask generators and insert them into CascadeClassifier.
|
14 years ago |
Vadim Pisarevsky
|
1e6479224a
|
fixed bug #1331
|
14 years ago |
Vadim Pisarevsky
|
282c3044e6
|
exported C++ stereoRectify in Python
|
14 years ago |
Andrey Morozov
|
6138956b5e
|
minor fix
|
14 years ago |
Andrey Morozov
|
99c2326e51
|
minor fix
|
14 years ago |
Andrey Morozov
|
8a06b20ad6
|
fixed compile for linux
|
14 years ago |
Anatoly Baksheev
|
f444f9b43e
|
optflow gpu compilation fix under vs2010
|
14 years ago |
Andrey Morozov
|
f366553a80
|
improved some methods in the Directory class
|
14 years ago |
Andrey Morozov
|
d58ff0f478
|
fixed include on Linux
|
14 years ago |
Maria Dimashova
|
ba62621534
|
updated test on lsvm
|
14 years ago |
Andrey Morozov
|
af730e4bff
|
added class Directory
|
14 years ago |
Maria Dimashova
|
36967575be
|
Added doc on c++ version of latent svm
|
14 years ago |
Maria Dimashova
|
a4bc940a50
|
fixed method clear()
|
14 years ago |
Vladislav Vinogradov
|
d6d7ac9cee
|
fixed tests for BruteForceMatcher_GPU::radiusMatch
|
14 years ago |
Maria Dimashova
|
d3cd2cb5c0
|
removed porting to java of latent svm
|
14 years ago |
Alexander Shishkov
|
b71bfef702
|
fixed bug with using not built-in ZLIB library
|
14 years ago |
Maria Dimashova
|
a70496e414
|
added test for c++ version of latent svm and updated testdata
|
14 years ago |
Maria Dimashova
|
4d85ee7de1
|
added c++ wrapper of latent svm
|
14 years ago |
Alexey Spizhevoy
|
8a799aa89a
|
Updated optimal block size estimation for the convolve() function
|
14 years ago |
Andrey Morozov
|
bee68e519a
|
fixed several bugs in CommandLineParser
|
14 years ago |
Andrey Morozov
|
bf636e40bf
|
improved print help in CommandLineParser
|
14 years ago |
Vadim Pisarevsky
|
60ebe2003f
|
fixed multiple warnings on Windows. fixed bug #1368
|
14 years ago |
Alexey Spizhevoy
|
74561c5b8e
|
Added createWightMaps function into FeatherBlender (stitching)
|
14 years ago |
Anatoly Baksheev
|
923f771cfc
|
warnings
optical flow gpu cosmetics
|
14 years ago |
Andrey Kamaev
|
ee413b8026
|
Avoid duplicated surf extraction step when same parameters are used for detection and descriptors calculation
|
14 years ago |
Andrey Kamaev
|
20af242a03
|
Updated command line arguments in performance tests
|
14 years ago |
Alexey Spizhevoy
|
dce50b67fc
|
Fixed support of translation in the GPU-based plane warper
|
14 years ago |
Alexey Spizhevoy
|
607a7fd2c2
|
Updated GPU warpers interface
|
14 years ago |
Alexey Spizhevoy
|
404e9cb9d5
|
Refactored warpers in the stitching module, added buildMaps function into the RotationWarper interface
|
14 years ago |
Andrey Morozov
|
b7a3d36729
|
fixed several bugs in CommandLineParser
|
14 years ago |
Andrey Morozov
|
135b9280f1
|
improved print help in CommandLineParser
|
14 years ago |
Marius Muja
|
0e18f066a8
|
Fixing ticket #1402
|
14 years ago |
Andrey Morozov
|
97d54612c7
|
fix print help
|
14 years ago |
Andrey Morozov
|
d449b0492f
|
fixed several bugs in CommandLineParser
|
14 years ago |
Alexey Spizhevoy
|
c5357cc17c
|
Added fix for removing too similar images into the stitching module
|
14 years ago |
Andrey Morozov
|
3d3efe7c07
|
fixed sub algorithm in CommandLineParser
|
14 years ago |
Anatoly Baksheev
|
0fc8fc77c0
|
eliminated shread_ptr dependency from optical flow gpu. It caused compilation errors.
|
14 years ago |