vipinanand4
39e742765a
Merge pull request #9618 from vipinanand4:goodFeaturesToTrack_added_gradiantSize
...
Added gradiantSize param into goodFeaturesToTrack API (#9618 )
* Added gradiantSize param into goodFeaturesToTrack API
Removed hardcode value 3 in goodFeaturesToTrack API, and
added new param 'gradinatSize' in this API so that user can
pass any gradiant size as 3, 5 or 7.
Signed-off-by: Vipin Anand <anand.vipin@gmail.com>
Signed-off-by: Nilaykumar Patel<nilay.nilpat@gmail.com>
Signed-off-by: Prashanth Voora <prashanthx85@gmail.com>
* fixed compilation error for java test
Signed-off-by: Vipin Anand <anand.vipin@gmail.com>
* Modifying code for previous binary compatibility and fixing other warnings
fixed ABI break issue
resolved merged conflict
compilation error fix
Signed-off-by: Vipin Anand <anand.vipin@gmail.com>
Signed-off-by: Patel, Nilaykumar K <nilay.nilpat@gmail.com>
7 years ago
Suleyman TURKMEN
89480801b8
some improvements on tutorials
7 years ago
Suleyman TURKMEN
11ca1c95f8
update cpp samples and tutorials
8 years ago
ValeryTyumen
297808e6b9
Feature #3957
9 years ago
RafaRuiz
f0595b8254
Update lkdemo.cpp because of memory leak
...
In MacOSx x64 it was getting a memory leak even without initializing points:
http://code.opencv.org/issues/4250
10 years ago
RafaRuiz
660a53e0e0
Update lkdemo.cpp because of memory leak
...
In MacOSx x64 it was getting a memory leak even without initializing points:
http://code.opencv.org/issues/4250
10 years ago
vbystricky
d58f736935
Split highgui module to videoio and highgui
10 years ago
StevenPuttemans
2b106db02f
Applied all fixes related to translating C to C++ code
...
Also fixed some typos and code alignment
Also adapted tutorial CPP samples
Fixed some identation problems
11 years ago
Kirill Kornyakov
53a06913cb
Minor code cleanings in lkdemo.cpp
12 years ago
Kirill Kornyakov
e351538697
#2813 bugfix
12 years ago
Andrey Kamaev
199a35a105
Move C API of opencv_video to separate file
12 years ago
Andrey Kamaev
0738ea7d0f
Make highgui.hpp independent from C API
12 years ago
Andrey Kamaev
bd0e0b5800
Merged the trunk r8589:8653 - all changes related to build warnings
13 years ago
Andrey Kamaev
c5aba337e9
Fixed number of warnings. Fixed mingw64 build.
13 years ago
Andrey Kamaev
49a1ba6038
Set stricter warning rules for gcc
13 years ago
Marina Kolpakova
1d2c6ef410
fixed sample for new signature of calcOpticalFlowPyrLK
13 years ago
Vadim Pisarevsky
eebe4860da
added minEigThreshold parameter to calcOpticalFlowPyrLK to filter out bad points earlier.
13 years ago
Anatoly Baksheev
998fab0ef5
warningx fixed under vs2008
14 years ago
Gary Bradski
272ce5938d
revamped
14 years ago
Vadim Pisarevsky
fa1d85bc14
removed obsolete headers from opencv.hpp, fixed 2 gcc warnings and bug in SVBackSubst().
14 years ago
Vadim Pisarevsky
f2a3e7e312
converted some more samples to C++
14 years ago
Vadim Pisarevsky
ee3618243d
converted some OpenCV C samples to C++
14 years ago
Vadim Pisarevsky
042271f5f7
use the new-style headers in the samples to improve OpenCV build time.
14 years ago
Vadim Pisarevsky
127d6649a1
"atomic bomb" commit. Reorganized OpenCV directory structure
15 years ago