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