Finding the supremum of two images in opencv -
does know hot supremum 2 images in opencv? instruction trying find, in matlab like:
a = max(i, j);
where , j images.
it exactly same in opencv:
mat i,j; mat = cv::max(i,j);
does know hot supremum 2 images in opencv? instruction trying find, in matlab like:
a = max(i, j);
where , j images.
it exactly same in opencv:
mat i,j; mat = cv::max(i,j);
Comments
Post a Comment