In OpenCV Java, When I perform Core.subtract(next.clone(), previous.clone(), result);
, My result is an all black image. Both the next Mat and the previous Mat have been converted to grayscale and also thresholded prior to the subtract operation. Why is this happening?