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> |
||
|---|---|---|
| .. | ||
| opencl | ||
| perf_accumulate.cpp | ||
| perf_bilateral.cpp | ||
| perf_blur.cpp | ||
| perf_canny.cpp | ||
| perf_corners.cpp | ||
| perf_cvt_color.cpp | ||
| perf_distanceTransform.cpp | ||
| perf_filter2d.cpp | ||
| perf_floodfill.cpp | ||
| perf_goodFeaturesToTrack.cpp | ||
| perf_histogram.cpp | ||
| perf_houghLines.cpp | ||
| perf_integral.cpp | ||
| perf_main.cpp | ||
| perf_matchTemplate.cpp | ||
| perf_moments.cpp | ||
| perf_morph.cpp | ||
| perf_phasecorr.cpp | ||
| perf_precomp.hpp | ||
| perf_pyramids.cpp | ||
| perf_remap.cpp | ||
| perf_resize.cpp | ||
| perf_sepfilters.cpp | ||
| perf_spatialgradient.cpp | ||
| perf_threshold.cpp | ||
| perf_warp.cpp | ||