StevenPuttemans
a92feafc49
Fixed bug 3166 - added paper reference to stardetector code
12 years ago
Vadim Pisarevsky
8b6afd697d
added call to IPP's ippiDistanceTransform_5x5_8u32f_C1R (by Alexander Kapustin)
12 years ago
Roman Donchenko
1432f3a82c
Fix xls-report.py not working with more than one comparison.
12 years ago
Philippe FOUBERT
9c04db554f
Rename PVAPI_DECLARATIONS to PVAPI_DEFINITIONS
12 years ago
StevenPuttemans
27ed32f833
Applied bugfix #3165 : Changed min_eps value
12 years ago
StevenPuttemans
52bfa7b850
Fixed bug 1873 : return image keypoint descriptors + fix on line 152 pure declaration
12 years ago
Andrey Pavlenko
6b047ca0eb
minor improvement (consistency, readability)
12 years ago
Andrey Pavlenko
74c72a1d7a
removing unreachible code
12 years ago
StevenPuttemans
dd0481ef2d
Added brackets around line 888-892 for correct code!
12 years ago
Jan Starzynski
9bf216742f
fixed cpackage -> package
12 years ago
StevenPuttemans
f9b594bf08
Changed first approach to a more general MS-specific approach.
...
Suggested by @SpecLad
12 years ago
Jan Starzynski
ee42b65063
corrected some spelling errors
12 years ago
Vladislav Vinogradov
f87ef77269
removed GPU_/CPU_ prefix from gpu's sanity test
12 years ago
StevenPuttemans
5caa808879
Fixing bug #3131 adding breakpoints to featuretracker.cpp
12 years ago
peng xiao
e1f43e3b03
Add sort_by_key for oclMat.
...
Most codes are ported from AMD's Bolt library.
Four methods are implemented:
SORT_BITONIC, // only support power-of-2 buffer size
SORT_SELECTION, // cannot sort duplicate keys
SORT_MERGE,
SORT_RADIX // only support signed int/float keys
12 years ago
Vladislav Vinogradov
ebe7ff991f
fixed compilation without CUBLAS and CUFFT
12 years ago
Jan Starzynski
12c42ac145
fixed strings in n1_dims(): n1_dcols() -> n1_dims()
12 years ago
StevenPuttemans
c3dee28394
Fixed bug #3101 , problem on ellipse2poly function
12 years ago
Jan Starzynski
1ccfa62f4f
adding method dims() to core.Mat
12 years ago
StevenPuttemans
1fc89bb2e0
Added the solution mentioned in patch #3125
12 years ago
Alexander Smorkalov
16cfc7a531
WindowsRT build warning fixes.
12 years ago
yao
f1060ac514
a little simplify to pyrlk kernel
12 years ago
kdrobnyh
487ded8b27
Add IPP erosion and dilation
12 years ago
Vadim Pisarevsky
be040ff513
revert patch from PR 1074, since it break capturing on MacOSX
12 years ago
Roman Donchenko
28a5c127ea
Made the Python bindings not use deprecated NumPy 1.7 API.
12 years ago
Roman Donchenko
523048f99f
Fixed a compilation error (get<N> not found).
12 years ago
peng xiao
ff73557304
Fix compilation error on Mac
12 years ago
peng xiao
e5c396bb24
Add ocl::gftt performance test.
12 years ago
yao
cdd9234fae
fix hog mismatch on cpu ocl
12 years ago
Nikita Manovich
c55dc3e8ab
Fixed "FileStorage (minor) error in doc (Feature #3151 )"
...
It was just a typo in the documentation.
12 years ago
Nikita Manovich
05aeb70831
Fixed VideoCapture::open() does not release previous capture sources (Bug #3150 ).
...
VideoCapture didn't call release method and just ignored the new capture sources.
OpenCV documentation:
bool VideoCapture::open(const string& filename);
bool VideoCapture::open(int device);
The methods first call VideoCapture::release() to close the already opened file or camera.
12 years ago
Roman Donchenko
06742247be
Removed unused PACKAGE_* macros.
12 years ago
Roman Donchenko
6f326220d3
Removed the HAVE_LRINT macro, which is never set.
12 years ago
Roman Donchenko
e2ef2a5781
Refactored image format library finding logic.
...
Now the HAVE_* macros are set in cvconfig.h. Most of them already were there,
but were nonfunctional.
12 years ago
Roman Donchenko
ca8b621b4f
Refactored detecting several Apple-related technologies.
...
Now the HAVE_* macros are set using cvconfig.h. Previously most
of them already were there, but were always undefined. One,
HAVE_COCOA, I had to add.
This also makes the CMake code more consistent; now, WITH_* variables
are always checked in cmake/*, while HAVE_* variables are checked in
modules/highgui/CMakeLists.txt.
12 years ago
Roman Donchenko
4f9554eead
Removed a few more unused configuration macros.
...
I've left HAVE_LIBPTHREAD as a CMake variable, since TBB's build depends on it.
Some macros in internal.hpp depended on HAVE_ALLOCA_H, but they were, in turn,
unused, so I've just deleted them all.
12 years ago
Roman Donchenko
ac39bfb4cc
Remove HAVE_CVCONFIG_H - it's always defined.
12 years ago
Andrey Pavlenko
2b2e02166e
setting version to 2.4.6.1 (hot-fix release for Linux camera support)
12 years ago
Roman Donchenko
ea3239a00e
xls-report.py: Added an option to show per-pixel times
12 years ago
Roman Donchenko
5b2dc26f2c
Made the crude ability less crude.
12 years ago
Roman Donchenko
215b3e749f
Added to the test log parser a crude ability to detect non-implemented tests.
12 years ago
Roman Donchenko
1080c4295a
xls-report.py: removed image size and type from the list of other parameters.
...
Also, shrunk the corresponding column and the test name column.
12 years ago
Roman Donchenko
63d151a29c
xls-report.py: add ability to specify arbitrary sheet properties
12 years ago
kdrobnyh
f8eb806565
Add IPP support to integral function
12 years ago
peng xiao
5032240c9d
Fix ocl gftt file name typo.
12 years ago
Alexander Smorkalov
f77d1f57ee
V4L and V4L2 based Video capture bug fix (Bugfix #3144 ).
12 years ago
Andrey Pavlenko
fcb4c0e51c
fixing working with test data and a small fix for init code
...
- set init value for `numsdev` to prevent use of uninitialized value
- stop use of 'workdir' and files from samples
- forcing use of 'opencv_extra' instead
Note: set OPENCV_TEST_DATA_PATH to full path to 'opencv_extra/testdata' (gitolite@code.opencv.org:opencv_extra.git) before running the test!
12 years ago
Andrew Senin
aa2ca3aa8f
Improve FPS on black and white Ximea cameras
12 years ago
yao
88ed74a7ec
fix the function name
12 years ago
Roman Donchenko
2b44172026
xls-report.py: make behaviour more intelligent in case of repeated results
12 years ago