mirror of
https://github.com/opencv/opencv.git
synced 2025-08-06 14:36:36 +08:00
disabled due to bad accuracy
This commit is contained in:
parent
3f1734bbc7
commit
ee77538cf9
@ -384,7 +384,9 @@ void cv::goodFeaturesToTrack( InputArray _image, OutputArray _corners,
|
|||||||
}
|
}
|
||||||
|
|
||||||
#ifdef HAVE_OPENVX
|
#ifdef HAVE_OPENVX
|
||||||
if(useHarrisDetector && _mask.empty() &&
|
// Disabled due to bad accuracy
|
||||||
|
if(false &&
|
||||||
|
useHarrisDetector && _mask.empty() &&
|
||||||
openvx_harris(image, _corners, maxCorners, qualityLevel, minDistance, blockSize, harrisK))
|
openvx_harris(image, _corners, maxCorners, qualityLevel, minDistance, blockSize, harrisK))
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user