creating a boundary of object as separate image?
I have a circular object in a binary image. I assumed I could run a "distance map" (2D morphology filter) and the boundary of the object would be represented by pixels which have an intensity of "1". I could then threshold the distance map image with threshold limits of 1 and 1 and this would give me a single pixel boundary image? When i ran the distance map however and inspected the bitmap i could not find any pixels with value of 1? distance map image attached.
0
Best Answers
-
Distance map in 2D filters creates a 16-bit image where pixel intensities are scaled.
Distance map of 3D filters creates a floating point image without intensity scaling, so please check 30 distance map, you will have intensity of 1 there.
Yuri0 -
Another way to extract the boundary of the object would be to apply a Sobel or Roberts filter to your mask instead to extract the edge. You can apply a thinning filter to it afterwards if needed to make sure it is only a pixel thick.0
Categories
- All Categories
- 961 Image-Pro v9 and higher
- 9 Image-Pro FAQs
- 18 Image-Pro Download & Install
- 448 Image-Pro General Discussions
- 486 Image-Pro Automation (Macros, Apps, Reports)
- 20 AutoQuant Deconvolution
- 2 AutoQuant Download & Install
- 18 AutoQuant General Discussions
- 195 Image-Pro Plus v7 and lower
- 3 Image-Pro Plus Download & Install
- 106 Image-Pro Plus General Discussions
- 86 Image-Pro Plus Automation with Macros
- 19 Legacy Products
- 16 Image-Pro Premier 3D General Discussions
- 26 Image-Pro Insight General Discussions