Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Good News! The call stack says what I need. You are passing a Mat() as the mask. You need to pass noArray(). It is seeing a valid Mat object and trying to use the mask even though it doesn't exist.