Comment ipp version of CV_BGR2GRAY color convertion, by problems in BRIEF accuracy test and Path_Idx_Cn_NPoints_WSize perfomance test
This commit is contained in:
parent
ad23ef2a42
commit
c321330777
@ -3313,12 +3313,15 @@ void cv::cvtColor( InputArray _src, OutputArray _dst, int code, int dcn )
|
|||||||
dst = _dst.getMat();
|
dst = _dst.getMat();
|
||||||
/**/
|
/**/
|
||||||
#if defined (HAVE_IPP) && (IPP_VERSION_MAJOR >= 7)
|
#if defined (HAVE_IPP) && (IPP_VERSION_MAJOR >= 7)
|
||||||
|
/*
|
||||||
if( code == CV_BGR2GRAY )
|
if( code == CV_BGR2GRAY )
|
||||||
{
|
{
|
||||||
if( CvtColorIPPLoop(src, dst, IPPColor2GrayFunctor(ippicviColor2GrayC3Tab[depth])) )
|
if( CvtColorIPPLoop(src, dst, IPPColor2GrayFunctor(ippicviColor2GrayC3Tab[depth])) )
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
else if( code == CV_RGB2GRAY )
|
else
|
||||||
|
*/
|
||||||
|
if( code == CV_RGB2GRAY )
|
||||||
{
|
{
|
||||||
if( CvtColorIPPLoop(src, dst, IPPGeneralFunctor(ippicviRGB2GrayC3Tab[depth])) )
|
if( CvtColorIPPLoop(src, dst, IPPGeneralFunctor(ippicviRGB2GrayC3Tab[depth])) )
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user