Vladislav Vinogradov
0ed6d86a49
optimized some gpu::cvtColor functions
13 years ago
Alexandre Benoit
4408423c9f
waiting for optimisation at Retina::_convertCvMat2ValarrayBuffer
13 years ago
Alexandre Benoit
05c0cd72d0
updated retina modules : minor misakes correction & changed pixel format to float instead of double to keep some memory, precision is almost sufficient, check for residual mistakes
13 years ago
Alexandre Benoit
66ee335ca9
updated retina modules : minor misakes correction & changed pixel format to float instead of double to keep some memory, precision is almost sufficient, check for residual mistakes
13 years ago
Vadim Pisarevsky
eb9401d353
applied patch #1326
13 years ago
Alexandre Benoit
752eed00f2
updated GUI photoreceptors sensitivity parameter management
13 years ago
Andrey Kamaev
014ba699a3
Attempt to fix a build problem (ambiguous PixelType error when compiled on Mac x86)
13 years ago
Vadim Pisarevsky
3b7b833a4e
merged latest fixes from 2.3 branch; since 2.3.1 is out, the version in trunk is bumped to 2.3.2
13 years ago
Vladislav Vinogradov
971e35f283
fixed bug in gpu::cvtColor
13 years ago
Vladislav Vinogradov
5e9ae6b19f
added TransformFunctorTraits, optimized some functions that use transform
13 years ago
Vadim Pisarevsky
6ce2277cc7
fixed multi-scale Hough transform (ticket #1320 )
13 years ago
Vadim Pisarevsky
d3d55f3234
fixed crashes in parallel HOG detector; avoid use of new POPCNT instruction in ORB (to make it compatible with older CPUs).
13 years ago
Alexey Spizhevoy
78bb392088
refactored opencv_stitching
13 years ago
Alexey Spizhevoy
b6e9ed4ec5
fixed bug in opencv_stitching (added handling of homography evaluation failure)
13 years ago
Vadim Pisarevsky
c66ed3e02f
fixed Ximea constructor call
13 years ago
Vadim Pisarevsky
fba70ca131
fixed bug #1306 (Vec assignment); added tests for Vec & Matx multiplication
13 years ago
Alexey Spizhevoy
ee18397f58
added CameraInfo class into opencv_stitching
13 years ago
Alexey Spizhevoy
b97ecdff0d
refactored opencv_stitching, added possibility to turn off BA
13 years ago
Vladislav Vinogradov
6e3a1f7b49
implement optimized version of gpu::BruteForceMatcher::knnMatch when k == 2
13 years ago
Alexey Spizhevoy
c92b040c48
updated saving matches graph in opencv_stitching
13 years ago
Alexey Spizhevoy
8b7d74e9f0
minor changes in opencv_stitching
13 years ago
Alexey Spizhevoy
f95e71ea3a
added saving of matches graph into opencv_stitching (in DOT format)
13 years ago
Andrey Kamaev
7820c343eb
Documentation: fixed CvSlice and FeatureDetector descriptions.
13 years ago
Andrey Kamaev
a69c591927
Fixed Android build.
13 years ago
Alexey Spizhevoy
aba2008711
implemented rotating-only cameras calibration
13 years ago
Vadim Pisarevsky
a51a8ad577
fixed tickets #1301 , #1303 , #1305
13 years ago
Alexander Mordvintsev
a0af870719
added CV_OUT to CvANN_MLP::predict
...
python cv2 MLP sample done
13 years ago
Andrey Kamaev
d7a9b99b1d
Documentation: fixed references for C++ operators
13 years ago
Andrey Kamaev
6168eaf745
Documentation: fixed "template<class T> const T" case for ".. ocv:function::" macro
13 years ago
Andrey Kamaev
d6e3ccc1b2
Documentation: fixed about 100 cross-referencing errors.
13 years ago
Alexandre Benoit
b4d42ae6f1
optimised input image management
13 years ago
Alexandre Benoit
1a749c5141
optimised input image management
13 years ago
Andrey Kamaev
431daf59b6
* Fixed cross-referencing in reference manual (except C++ operator() ).
...
* Fixed display of struct and class definitions (except classes with base class specified).
* Fixed formatting and referencing errors in several documentation files.
13 years ago
Vadim Pisarevsky
cff30dd2bb
added cv.py micro-module for backward compatibility with existing Python scripts using prev-gen Python API.
13 years ago
Vadim Pisarevsky
960fd51cf0
another attempt to fix #1299
13 years ago
Vadim Pisarevsky
d37beb4074
fixed Matx33 * Point3 and Matx22 * Point operators (ticket #1299 )
13 years ago
Vadim Pisarevsky
50d70cf9c6
made retina code compile with VS2005/VS2008
13 years ago
Andrey Kamaev
6c767b281e
Java API: generated test stubs for 2 new functions
13 years ago
Vadim Pisarevsky
02c98152d7
export HOGDescriptor::getDefaultPeopleDetector() to Python (ticket #1298 )
13 years ago
Vadim Pisarevsky
c65c67eff4
preserve alpha channel in PNG, when imread(..., -1) is called (ticket #1107 )
13 years ago
Vadim Pisarevsky
6942799669
fixed kmeans center initialization in the case of huge matrices (ticket #1291 ); fixed warinings in libtiff.
13 years ago
Vadim Pisarevsky
2fe3ed75c1
fixed building retina code on Windows
13 years ago
Vadim Pisarevsky
411f51367e
raised threshold in ORB test; temporarily disabled always failing Opponent SIFT test
13 years ago
Vadim Pisarevsky
2842d34611
added retina model, by Alexander Benoit
13 years ago
Vadim Pisarevsky
d1588c0439
added support for Ximea cameras (missing parts in the prev. commit)
13 years ago
Vadim Pisarevsky
bd0d8429ee
added support for Ximea cameras (patch by Marian Zajko), fixed GCC warnings in MOG2 background subtractor.
13 years ago
Vadim Pisarevsky
d58459ccdd
fixed default maxSize case in cvHaarDetectObjects (ticket #1296 )
13 years ago
Vadim Pisarevsky
d3350b50aa
avoid infinite loops when 0-area image is filtered (ticket #1295 )
13 years ago
Andrey Kamaev
7c8a49b475
Java API: Removed meaningless tests
13 years ago
Andrey Kamaev
1863f58a67
Java API: generated test stubs for recently added functions/classes
13 years ago