Ilya Lavrenov
099ea91823
typos
11 years ago
Ilya Lavrenov
eedf86402d
typos
11 years ago
Arun JVS
31fb7c4fec
Fixed Bug #3568 : Build fails with WITH_OPENGL=ON
11 years ago
Pierre Moulon
f3f8b843b6
Fix a typo error
11 years ago
Roman Donchenko
88f993dbda
Deleted an assignment to a variable that doesn't exist.
11 years ago
Ilya Lavrenov
b92a46c130
some more fixes
11 years ago
Alexander Smorkalov
7da3e98dfd
Application pause/resume fix for Android sample NativeActivity.
11 years ago
Ilya Lavrenov
879c0196d4
enabled OpenGL on MacOSX
11 years ago
Sven Wehner
f7041bacc0
grabcut.py sample: Allow drawing rect from bottom/right
...
The grabcut sample script isn't able to create rectangles correctly that are
drawn from e.g. bottom-right to top-left.
This small commit uses four min() calls to determine the correct
top-left point of the rectangle.
It also removes some unnecessary white spaces before colons.
11 years ago
Alexander Smorkalov
6ae4a9b09b
Multiple improvements in OpenCV examples build.
...
EMBED_CUDA and FORCE_EMBED_OPENCV flags added to cmake macro add_android_project;
INSTALL_CUDA_LIBRARIES option added to OpenCV.mk
opencv_dynamicuda library installation with enabled OPENCV_INSTALL_MODULES flag fixed;
CUDA initialization apportunity added to OpenCVLoader.initDebug();
Tutorial-4-CUDA sample reimplemented with static OpenCV and CUDA initialization.
11 years ago
Ilya Lavrenov
2e8579fe9b
cleaned up super_resolution sample from old OCL
11 years ago
Ilya Lavrenov
c7fe162829
renamed **2 -> **
11 years ago
Vadim Pisarevsky
30593ee55e
3rd attempt to prepare patch with improved OpenCL kernels of CascadeClassifier.
11 years ago
Vladislav Vinogradov
214cbabc40
update stitching sample
11 years ago
Ilya Lavrenov
f8dd9960af
one more ocl deletion
11 years ago
Ilya Lavrenov
0f168936a0
OCL module 2 trash
11 years ago
unknown
14b1e8c7f1
New KNN code -should compile now
11 years ago
Alexander Smorkalov
39201e68e2
Code review notes fixed.
...
Env setup for testing package implemented using /etc/profile.d;
Variable with path for all native samples added;
Path for test binaries and test data updated.
11 years ago
Roman Donchenko
6a511755b2
Fixed build for samples/cpp/train_HOG.cpp.
...
get_hogdescriptor_visu is passed img->clone(), which is not usable
as a non-const reference (and it doesn't modify the argument, anyway).
11 years ago
Alexander Smorkalov
f332cba14b
OpenCV C/C++/OCL/CUDA samples install path fixed. Install rools for tests added.
11 years ago
Konstantin Matskevich
07778e1760
fixes
11 years ago
Konstantin Matskevich
450ea3131f
samples
11 years ago
Alexander Smorkalov
b75cbfde45
All installed files marked with component names for install customization.
11 years ago
Ilya Lavrenov
5d206059a8
moved bioinspired to opencv_contrib
11 years ago
Anatoly Baksheev
130914d9f4
fixed documentation warnings
11 years ago
Ilya Lavrenov
118709fd9f
added OpenCL accelerated warpers
11 years ago
Nghia Ho
bf4994554d
Removed unecessary initialisation of Mat centers.
11 years ago
Ilya Lavrenov
6b9ebcbf3d
deleted extra semicolons
11 years ago
Nghia Ho
601b7d1dd3
Fixed a valgrind 'Conditional jump or move depends on uninitialised value(s)' on cv::kmeans(...). The original code used points(sampleCount, 1, CV_32FC2), which confused generateCentersPP into thinking it is a 1 dimensional center, instead of 2. As a result it would set only the x variable and leave y unitialised.
11 years ago
Ilya Lavrenov
c4c913ff13
converted CPU-based example to T-API (Mat 2 UMat, etc)
11 years ago
Ilya Lavrenov
63e4af8536
added the first T-API example - CamShift tracking
11 years ago
Alexander Smorkalov
cea9a97434
CUDA support check added.
11 years ago
Alexander Smorkalov
b3eee49451
New sample for CUDA on Android added.
11 years ago
Alexander Smorkalov
529bd41751
Build fixes for case where HAVE_CUDA==OFF.
11 years ago
Vadim Pisarevsky
ec3f22cee2
renamed OpenCL kernel filename; made some final changes
11 years ago
Andrey Pavlenko
8c60498673
adding timing for multi-threaded case
11 years ago
Vladimir Bystricky
dd71bef6f5
Fix errors in example (samples/cpp/intelperc_capture.cpp)
11 years ago
Andrey Pavlenko
e719bee2b8
minor refactoring, no functional changes
11 years ago
Vladimir Bystricky
63ae0eeba5
Fix build errors
11 years ago
Vladimir Bystricky
cc08e00876
Fix notes about cmake files. Fix build warning.
11 years ago
Vladimir Bystricky
4088013251
Add set/get depth generator properties by default. Add documentation
11 years ago
Adrien BAK
c5c3fd4443
modify signature of stereoCalibrate for consistency
11 years ago
StevenPuttemans
12c25b9310
Fixed suggestion of bugfix 3431
...
Seems correct to me and builds fine
11 years ago
StevenPuttemans
e4b41d38f1
Fixed descripotorsCount to descriptorsCount
...
See feature 2862
11 years ago
Alexander Alekhin
11b9d5bf4d
core: added DirectX interop implementation (OpenCL) with samples
11 years ago
Vladimir Bystricky
e8d2a9752b
Add support Creative Senz3D camera by Intel Perceptual Computing SDK
11 years ago
Mimmmo Cosenza
f07e9e7c5f
add clojure sample
11 years ago
Ilya Lavrenov
1015c5c24d
fixed facedetect sample
11 years ago
Vadim Pisarevsky
302a5adcc2
converted Haar cascades to the new format; now they are handled with C++ code.
11 years ago
Peter Andreas Entschev
6f3163f62d
DescriptorExtractor: added defaultNorm() to return default norm type.
...
Added the defaultNorm() method to the DescriptorExtractor class. This method returns the default norm type for each descriptor type. The tests and C/C++ samples were updated to get the norm type directly from the DescriptorExtractor inherited classes.
This was reported in feature report #2182 (http://code.opencv.org/issues/2182 ). It will make it possible to get the norm type usually applied matching method for each descriptor, instead of passing it manually.
11 years ago