creating a weight map from a binary image

9 views (last 30 days)
Amirreza Mahbod
Amirreza Mahbod on 26 Jul 2018
Commented: Guillaume on 26 Jul 2018
Hi, I would like to create a weight map from a binary image in way to have more intensity values in the border pixels between the close object. To make it more clear I need to calculate w(x) from an input image in the below image following the formula mentioned below. Where w0 and sigma are two constant value, x denotes pixels in the image, d1 denotes the distance to the border of the nearest object and d2 is distance to the border of the second nearest cell.
I need this weight map to implement the loss function in the U-net architecture for image segmentation.
  4 Comments
Amirreza Mahbod
Amirreza Mahbod on 26 Jul 2018
Thanks for your quick reply. Could you please tell me how it would be possible to calculate the distance to nearest object in matlab or python? You can find the paper from here (I am referring to figure 3c and 3d) but unfortunately there is no practical explanation for that.
Guillaume
Guillaume on 26 Jul 2018
The distance to the nearest object is bwdist with the correct metric as per the link in my previous comment.

Sign in to comment.

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!