First time here? Check out the FAQ!
answered 2016-10-09 20:06:02 -0600
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.