Alexander Reshetnikov
|
951a3d6c7a
|
fixed a bug which caused incorrect work of function eigen()
|
13 years ago |
Alexander Reshetnikov
|
07fa62f0c4
|
some design code changes in new tests
|
13 years ago |
Andrey Kamaev
|
ea5d01558c
|
Updating opencv module definition in cmake (continued)
|
13 years ago |
Vadim Pisarevsky
|
9469f65094
|
added tests on cv.CreateImage() (thanks to mythsmith).
|
13 years ago |
Vadim Pisarevsky
|
d1b5f43700
|
adjust the header parser to support "public virtual" construction and make a tweak for multiple inheritance, fix potential memory problem with Python's IplImage.tostring() method (ticket #1486)
|
13 years ago |
Andrey Kamaev
|
c86c6a028c
|
Updating opencv module definition in cmake (continued)
|
13 years ago |
Vadim Pisarevsky
|
18ce0dff24
|
fixed bug #1552
|
13 years ago |
Vadim Pisarevsky
|
4f86af7e16
|
fixed bug #1531. added separate distanceTransformWithLabels function that returns labels, since normally the labels are not needed.
|
13 years ago |
Andrey Kamaev
|
82ae0b2c0c
|
Attempt to fix build on Mac OS X
|
13 years ago |
Andrey Kamaev
|
9d5c24cdc8
|
Updating opencv module definition in cmake (continued)
|
13 years ago |
Kirill Kornyakov
|
c946a740bb
|
Optimized version of adaptiveThreshold added
|
13 years ago |
Vladislav Vinogradov
|
ddf56fa629
|
added additional error check
|
13 years ago |
Vladislav Vinogradov
|
79cc05d062
|
minor fix
|
13 years ago |
Vadim Pisarevsky
|
676f19233a
|
added the abstract cv::Algorithm class; low-level exp & fastAtan etc. functions for more efficient SIFT implementation; fixed bug #1521
|
13 years ago |
Andrey Kamaev
|
13f4e70e95
|
Updating opencv module definition in cmake
|
13 years ago |
Leonid Beynenson
|
2395654cbf
|
Made changes in the stitching log macros: now the function stitchingLogLevel() may be used to make the stitching classes more/less verbose.
|
13 years ago |
Andrey Kamaev
|
6f99447fbf
|
Fixed compiler flags caching in cmake
|
13 years ago |
Andrey Kamaev
|
504a93ed0a
|
Alternative xml naming for performance logs
|
13 years ago |
Andrey Kamaev
|
da5ee65e4e
|
Fixed build without SSE
|
13 years ago |
Vadim Pisarevsky
|
04c0783b2f
|
applied patch by Will Lucas; improved separable filter performance (in particular cv::GaussianBlur) on 16s images (for [much] faster SIFT)
|
13 years ago |
Andrey Pavlenko
|
d0981a628a
|
Tegra optimization for image filtering
|
13 years ago |
Ivan Korolev
|
88896166cf
|
Corrected perf tests: merge, split.
|
13 years ago |
Vladislav Vinogradov
|
5e1808c797
|
fixed bug in gpu::Canny
|
13 years ago |
Vladislav Vinogradov
|
1d1da9c5d6
|
added support of BORDER_REFLECT to gpu::cornerHarris and gpu::cornerMinEigenVal
|
13 years ago |
Andrey Kamaev
|
347a7106ab
|
Added exhaustive perf test for cvtColor instead of several small tests
|
13 years ago |
Vladislav Vinogradov
|
6c1de21a76
|
fixed bug in gpu::transformSmart with mask
|
13 years ago |
Alexander Reshetnikov
|
cec641fb83
|
completed test for boundingRect function
|
13 years ago |
Ivan Korolev
|
754891ec96
|
Created perf tests for cvtColor_toBGR565, cvtColor_C3toC4_and_back, split, merge.
|
13 years ago |
Alexey Spizhevoy
|
a9d19b1394
|
Updated the stitching module docs
|
13 years ago |
Alexey Spizhevoy
|
0733689583
|
Updated the stitching module docs
|
13 years ago |
Alexander Reshetnikov
|
3b92e9518e
|
Several updates of code in countNonZero test
|
13 years ago |
Alexander Reshetnikov
|
b5bbce5b54
|
Completed countNonZero test (found that it's already exist, so new implementation isn't used now).
|
13 years ago |
Alexey Spizhevoy
|
aaace6332f
|
Updated the stitching module docs
|
13 years ago |
Ivan Korolev
|
513f4128ec
|
account test
|
13 years ago |
Alexey Spizhevoy
|
8e8beb070e
|
Updated the stitching modudle docs
|
13 years ago |
Andrey Kamaev
|
f8bd4252db
|
Tegra optimization for split, merge and some color conversions
|
13 years ago |
Alexey Spizhevoy
|
9fa6edf281
|
Updated the stitching module docs
|
13 years ago |
Alexey Spizhevoy
|
69b670bdaa
|
Updated the stitching module docs
|
13 years ago |
Andrey Pavlenko
|
9c1ec1ce84
|
fixing compilation; but some code lines look weird,
e.g. "n += abs(sign(value))" or "n += sign(cv::norm(value) > eps_64"
|
13 years ago |
Alexander Reshetnikov
|
a3d2020db0
|
countNonZero & boundingRect tests - added first versions
|
13 years ago |
Andrey Kamaev
|
a43c47d6cf
|
First version of native camera support for Android 3.x.x and 4.0.x
|
13 years ago |
Alexey Spizhevoy
|
2bdd395357
|
Added the first version of the stitching module docs
|
13 years ago |
Vladislav Vinogradov
|
cdae0743ab
|
fix OpenGL render functions
fix createOpticalFlowNeedleMap
|
13 years ago |
Alexander Reshetnikov
|
70820224c3
|
added checking homography matrix computing for vector <Point2f>
|
13 years ago |
Alexander Reshetnikov
|
b5034ac33f
|
Completed findHomography test (source data has type CV_32FC2). In plans add the same checking for vector <Point2f>.
|
13 years ago |
Andrey Kamaev
|
c377804ee8
|
Refactored YUV420 to RGB/BGR/RGBA/BGRA conversion
|
13 years ago |
Vladislav Vinogradov
|
e45d5e8a5f
|
added performance test for createOpticalFlowNeedleMap
|
13 years ago |
Kirill Kornyakov
|
49f29aeb6a
|
Created perf tests for cornerHarris, cornerEigenValsAndVecs, goodFeaturesToTrack, adaptiveThreshold, HoughLines.
|
13 years ago |
Vladislav Vinogradov
|
6d5171e5b6
|
fixed gpu docs
|
13 years ago |
Andrey Kamaev
|
c326de43c1
|
More natural sorting of MatType constants in performance reports.
|
13 years ago |