mirror of
https://github.com/opencv/opencv.git
synced 2024-11-29 13:47:32 +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
|
||||
if(useHarrisDetector && _mask.empty() &&
|
||||
// Disabled due to bad accuracy
|
||||
if(false &&
|
||||
useHarrisDetector && _mask.empty() &&
|
||||
openvx_harris(image, _corners, maxCorners, qualityLevel, minDistance, blockSize, harrisK))
|
||||
{
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user