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); 

Comments

Popular posts from this blog

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

nvd3.js - angularjs-nvd3-directives setting color in legend as well as in chart elements -