Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
NCTM or The Math Forum.
|
|
|
Re: Segmentation - Image Process
Posted:
Feb 18, 2013 2:07 AM
|
|
Image URL: http://snag.gy/tk7kH.jpg
I would like to distinguish between "background" pixels and the "orange bag" pixels in order to manipulate those pixels (count, hist, etc).
I can't use indx = I(I ~= 1) because there are some white pixel inside the orange plastic bug.
Moreover, this bag is align but it might be rotate.
Those two reasons why I need morphological method (unless there is other way...)
|
|
|
|