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
Alfonso (the fonz) de la Osa
df0c43321d
--no-display property fix in stereo_match.cpp sample
11 years ago
Ilya Lavrenov
926cab2baa
fixed warnings
11 years ago
Andrey Pavlenko
894724eaf0
minor improvements
11 years ago
Konstantin Matskevich
7a78559708
some fixes
11 years ago
Konstantin Matskevich
0a1ff0d42d
multithreading facedetector
11 years ago
Konstantin Matskevich
e38ba1999b
facedetect
11 years ago
Baichuan Su
632b21e090
Modify default setting, using ocl method when have ocl module
11 years ago
Baichuan Su
2cf16db683
Add Macro to decide using ocl method or not.
11 years ago
Baichuan Su
00300baa53
Add OpenCL SVM paths for bagofwords_classification and points_classifier samples.
11 years ago
siddharth
778edff9e1
Added comment in demo file
11 years ago
siddharth
33e6c07485
Removed build errors and removed test images
...
Removed conflict
Error fix 1
Error fix 2
Error fix 3
Error fix 3
Error fix 4
Error fix 5
Error fix 6
Error fix 7
Error fix 8
Error fix 9
Error fix 10
Error fix 11
Error fix 12
Errors fixed
Removed opencv_extra folder inside opencv folder
11 years ago
siddharth
f85a615f3f
whitespaces removed and other minor changes to fix build error
...
Update 1
update 2
Update 3
Update 4
Update 5
update 6
Update 7
Update 8
Update 9
Update 10
Update 11
Update 12
Update 13
Update 14
Update 15
Update 16
Update 17
Update 18
Update 19
Update 20
Update 21
Update 22
Removed Headers
Update 23
Update 24
Update 25
Update 26
Update 27
Update 28
11 years ago
siddharth
05c7c9325a
cloning_gui.cpp updated
11 years ago
siddharth
75b76554bf
errors in samples/cpp removed
11 years ago
siddharth
01e1ccfa88
cloning_demo error removed
11 years ago
siddharth
f8b00e5269
renamed
11 years ago
siddharth
7ab43585aa
remove cloning_example.cpp
11 years ago
siddharth
50c19423f9
cloning demo added
11 years ago
siddharth
56ab1c18e6
new filters added and all the 3 modules updated
...
All 3 modules Updated
11 years ago
siddharth
1ed0e44090
added keyboard control
11 years ago
siddharth
e170115ad0
new interface added. decolor and cloning module added.
...
Both modules added
11 years ago