Peng Xiao
7a2a810de5
Update retina_ocl.cpp
11 years ago
peng xiao
8adebcbc00
Add ocl retina sample.
11 years ago
peng xiao
2a111f7a6c
Let perf/accuracy test of ocl haar uses detectMultiScale api.
...
Fix image to be used by perf test.
11 years ago
Roman Donchenko
d07e7897a0
Fixed building with OpenCL, but without the ocl module.
...
HAVE_opencv_ocl implies HAVE_OPENCL, so checking for both is not
necessary.
11 years ago
Peng Xiao
252f13f53e
Fix a typo
11 years ago
Ilya Lavrenov
ee8f0a3f36
ocl example typo
11 years ago
Ilya Lavrenov
4d86e2140d
OpenCL examples refactoring
11 years ago
peng xiao
7285341083
1. Let btvRegWeights to be constant per `process` call.
...
2. Let Farneback to be the default optical flow method.
3. Fix a timing method bug for ocl path.
4. Remove useless finish operation in farneback
5. Refactor buffer usage.
11 years ago
Vladislav Vinogradov
5673e7e435
fix bug in gpu bgsegm sample
...
create `d_fgimg` matrix before cleaning.
11 years ago
Alexander Alekhin
74329ee416
cmake: revert CRT linkage option for MSVS
11 years ago
ilya-lavrenov
7a53910495
fixed warning on windows
11 years ago
Alexander Alekhin
555c505b70
update cmake 'install' target for Windows platform
...
Allow to build samples via OpenCV binaries from distribution package
(find_package with OpenCV_DIR).
11 years ago
Ilya Lavrenov
35d9ce0c0c
fixed warnings
11 years ago
Alexander Smorkalov
fdc1a06397
Invalid copy-passed exception messages in FaceDetect sample for Android fixed.
11 years ago
Alexander Alekhin
69c2ef5ed2
ocl: update ocl samples
11 years ago
John Stowers
51341738ba
Add cv::logPolar, cv::linearPolar, and a python example
11 years ago
Juan Manuel Perez
fe7bab499f
Corrections for compiling issues in Win, And and Doc
11 years ago
Juan Manuel Perez
61c27ac81e
Shape module added
11 years ago
Alexander Mordvintsev
20fe614c2f
createLineSegmentDetectorPtr -> createLineSegmentDetector in tests and samples
11 years ago
Nghia Ho
b9e542e35e
Missing closedir with opendir
11 years ago
lluis
047b568f6d
erGrouping now uses a classifier for group validation instead of a set of heuristical ifos.
...
Updated documentation and sample to use the new function API
11 years ago
Fedor Morozov
c9ace38897
Docs updated, added InputArray, fixes for makePtr,...
11 years ago
Andrey Pavlenko
0a695eb314
hortening the file names (HighDynamicRange -> HDR)
11 years ago
John Stowers
4b19fda1d6
Add brisk features to python demos
11 years ago
John Stowers
42faaa8b39
Fix mouse handling in python demos
11 years ago
lluis
2837bfd9fa
Added erGrouping function: Find groups of Extremal Regions that are organized as text blocks. Updated sample/cpp to use the complete text detection pipeline
11 years ago
Ozan Tonkal
5780b418c9
delete duplicate bunny.ply, remove tabs and extra lines
11 years ago
Ozan Tonkal
8de46e1f81
removed trailing spaces
11 years ago
Ozan Tonkal
223fb39d94
include viz tutorials in the main tutorials file. ignore viz samples
11 years ago
Ozan Tonkal
a117400577
ignore viz tutorials when BUILD_opencv_viz is not set
11 years ago
Ozan Tonkal
c31fb8ffff
rename widgets from *Widgets to W*
11 years ago
lluis
d25309f82e
first parameter of createERFilterNM1/createERFilterNM2 is now mandatory. changed the sample program to use the new prototypes
11 years ago
Ovidiu Parvu
8bada4c751
Overloaded the minEnclosingTriangle function such that there is an alternative function with the same name which does not require the output parameter ``area''.
...
Changed the sample source file minarea.cpp to use the overloaded version of the function.
Updated some comments in the min_enclosing_triangle.cpp source file.
11 years ago
Mathieu Barnachon
0934344a3d
Update sample and code with external computation of HOG detector.
11 years ago
Ovidiu Parvu
0ed2f6201d
Optimised one assert statement in the min_enclosing_triangle.cpp file. Added the minEnclosingTriangle functionality to the existing minarea.cpp sample file.
11 years ago
Roman Donchenko
3609bb41a7
Updated the native activity sample to master's API.
11 years ago
Ozan Tonkal
56f9168ac1
support VTK 6.0.0: cmakelist.txt might need to be refactored
11 years ago
Ozan Tonkal
c773061457
updated documentation
11 years ago
Ozan Tonkal
2969ec0274
transformations tutorial rst
11 years ago
Ozan Tonkal
5307339f85
tutorial code for makeTransformToGlobal, makeCameraPose, minor fixes in widget_pose tutorial
11 years ago
Ozan Tonkal
7116e22b52
some of the tutorials
11 years ago
Ozan Tonkal
fdbf20c172
delete common.h, viz_types.hpp, rendering properties are public, setcolor in creating_widgets tutorial
11 years ago
lluis
cd33ca0009
changed default parameters in CreateERFiltersNM{1,2} functions. They are not needed now in the sample example.
11 years ago
Vladislav Vinogradov
0c7663eb3b
Merge branch 'master' into gpu-cuda-rename
...
Conflicts:
modules/core/include/opencv2/core/cuda.hpp
modules/cudacodec/src/thread.cpp
modules/cudacodec/src/thread.hpp
modules/superres/perf/perf_superres.cpp
modules/superres/src/btv_l1_cuda.cpp
modules/superres/src/optical_flow.cpp
modules/videostab/src/global_motion.cpp
modules/videostab/src/inpainting.cpp
samples/cpp/stitching_detailed.cpp
samples/cpp/videostab.cpp
samples/gpu/stereo_multi.cpp
11 years ago
lluis
b9a5e919e2
better parameter settings for the ERFilter sample
11 years ago
lluis
15511bff40
better classifiers performance by training them with a new dataset of "manually" selected regions
11 years ago
Ozan Tonkal
f99e874704
tutorial: creating_widgets code
11 years ago
Ozan Tonkal
b60894c1dd
launching viz tutorial
11 years ago
Roman Donchenko
62353b7980
Boring changes - samples.
11 years ago
Mathieu Barnachon
2fe340bf8a
adding sample to train HOG and compare it with default people detector.
11 years ago