mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +04:00
Outdated ICV restrictions were removed;
This commit is contained in:
@@ -375,7 +375,7 @@ Mat& Mat::operator = (const Scalar& s)
|
||||
|
||||
if( is[0] == 0 && is[1] == 0 && is[2] == 0 && is[3] == 0 )
|
||||
{
|
||||
#if defined HAVE_IPP && !defined HAVE_IPP_ICV_ONLY && IPP_DISABLE_BLOCK
|
||||
#if defined HAVE_IPP && IPP_DISABLE_BLOCK
|
||||
CV_IPP_CHECK()
|
||||
{
|
||||
if (dims <= 2 || isContinuous())
|
||||
|
||||
Reference in New Issue
Block a user