Syahrul, it does do segmentation into several areas - each coin is a different area. How can you label something without having a binary image? You can't, but why would you want to avoid labeling even if you could?
Comment only
20 Jan 2012
BlobsDemo
Image Processing Tutorial to demonstrate the basic concepts to beginner users.
sivan, you must have a color image for some reason. You probably changed the filename to one of your images. Coins.png that my demo uses is a monochrome (gray scale) image.
Comment only
19 Jan 2012
BlobsDemo
Image Processing Tutorial to demonstrate the basic concepts to beginner users.
UPDATE: in the new version (3.2) the problem due to the fact that INTERNAL is not declared for the MEGA has been solved (basically now there is a macro that defines INTERNAL as equal to INTERNAL1V1 when compiling for the MEGA).
Please consider downloading the last version if you often switch between the UNO and MEGA boards.
Sun, the MATLAB Support Package does not support code generation. The included Simulink blocks communicate with the Arduino in Simulink "normal" (aka. simulation) mode only.
For blocks that support code generation, see http://www.mathworks.com/academia/arduino-software/arduino-simulink.html
Comment only