imextrac(Image) extract and isolate dots in a binary image
image2=imextrac(Image)
Image=[1 0 0 0 0 0 1 0 0 0 1 0 ;... 1 1 0 0 0 1 1 0 0 0 1 1 ;... 1 0 0 0 1 0 1 0 0 0 0 1 ;... 0 0 0 0 1 1 1 0 0 0 0 0 ;... 0 0 0 0 0 0 0 0 0 0 0 0 ]; image2=imextrac(Image)