The code below causes an exception. Why?
#include #include using namespace cv; using namespace std; void mai
I presume you are talking about filling zeros of some existing mat? How about this? :)
mat *= 0;