What is equivalent of opencv comaparision operator in python

时间:2015-08-06 07:43:26

标签: python opencv image-comparison

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?

0 个答案:

没有答案