mirror of
https://github.com/opencv/opencv.git
synced 2026-07-27 22:33:03 +04:00
@@ -861,7 +861,7 @@ cvCreateData( CvArr* arr )
|
||||
if( CV_IS_MAT_CONT( mat->type ))
|
||||
{
|
||||
total_size = (size_t)mat->dim[0].size*(mat->dim[0].step != 0 ?
|
||||
mat->dim[0].step : total_size);
|
||||
(size_t)mat->dim[0].step : total_size);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user