Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Averaging Moment value for Binary image

Hello, I have an image which have multiple white area after the thresholding process. Can the average of the moment could be calculated?

Another thing, is it true that, the calculation of white pixel after thresholding using function countNonZero(thresholded_image); could also describe the area and the moment of the area?

Averaging Moment and arch length value for Binary image

Hello, I have an image which have multiple white area after the thresholding process. Can the average of the moment could be calculated?calculated? Can it be done to arc length too?

Another thing, is it true that, the calculation of white pixel after thresholding using function countNonZero(thresholded_image); could also describe the area and the moment of the area?