10-14-2015 11:54 AM
[dist, Index]=bwdist(image) is the Distance Transform in Matlab. It returns the shortest distance and location of the nearest pixel. Is there an equivelent function in LabView before I figure how to implement such one? Thanks.
10-15-2015 06:12 PM
Hey MengHuiHanTang,
While I am not sure if there will be an exact 1 to 1 function, this question will probably get better results if you post it over on the vision forum. It looks like this white paper indicates there may be something that will work.
http://www.ni.com/white-paper/3470/en/
CyanRyan
10-16-2015 08:40 AM
The closest one is probably the Distance or Dannielson, but neither returns the location of the closest pixel on the contour.
I thought this might be a general Labview question, but I like your suggestion and will post it in the vision forum. Thanks.