only for channels == 1
int get countNoneZero { cvAssert(channels == 1, "countNoneZero only for channels == 1"); return cffi.Mat_CountNonZero(ref); }