Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
region growing image segmentation matlab code
#1

region growing image segmentation matlab code

Simple and efficient (only one loop) example of "Region Growing" algorithm from a single seed point.

The region is iteratively grown by comparing all unallocated neighbouring pixels to the region, using mathematical morphology. The difference between a pixel's intensity value and the region's mean is used as a measure of similarity. The pixels within the parameter tolerance boundaries around the region's intensities mean are allocated to the region.
Reply

#2
I couldn't apply region growing image segmentation code to a image which is the output of watershed segmentation.But the same code applicable for the original grayscale image and it gives the output.can you send region growing image segmentation code applicable for all images which may be the output of wateshed segmentation.
Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

Powered By MyBB, © 2002-2024 iAndrew & Melroy van den Berg.