mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +04:00
core: rework getContinuousSize() for vector-col/row support
This commit is contained in:
@@ -1489,7 +1489,7 @@ bool checkRange(InputArray _src, bool quiet, Point* pt, double minVal, double ma
|
||||
{
|
||||
int i, loc = 0;
|
||||
int cn = src.channels();
|
||||
Size size = getContinuousSize( src, cn );
|
||||
Size size = getContinuousSize2D(src, cn);
|
||||
|
||||
if( depth == CV_32F )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user