|
such as i have a image with the size 11,the max num of image segmentation is only 1;
if the size is 22(rows by columns),the max num is 16;so the max num is different combination of adjacent pixels inside the image ;
in the paper < image segmentation method for objected-based analysis and classification > , the author said if the image size is 30003000,the max num of segmentation result will be 2^1799400.
but how to calculate it when the image size is mn? |