mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
Partially back-port #25075 to 4.x
This commit is contained in:
@@ -574,7 +574,7 @@ void RNG::fill( InputOutputArray _mat, int disttype,
|
||||
CV_Assert( scaleFunc != 0 );
|
||||
}
|
||||
else
|
||||
CV_Error( CV_StsBadArg, "Unknown distribution type" );
|
||||
CV_Error( cv::Error::StsBadArg, "Unknown distribution type" );
|
||||
|
||||
const Mat* arrays[] = {&mat, 0};
|
||||
uchar* ptr;
|
||||
|
||||
Reference in New Issue
Block a user