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