79733181

Date: 2025-08-12 12:35:33
Score: 2.5
Natty:
Report link

There is an option in MATLAB to imshow() that makes clear that the bwdist transform is NOT all-black.
Yes, you can scale the image by dividing by max(distance(:)); but you can also just:

imshow(distance, [])

The square brackets auto-scale the visualization.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Brett Shoelson