Following are the ways of doing comparison in C++ and java
C++
image < 100
Java
Core.compare(image, 100, mask, Core.CMP_LE);
How this can be done in python?
Following are the ways of doing comparison in C++ and java
C++
image < 100
Java
Core.compare(image, 100, mask, Core.CMP_LE);
How this can be done in python?