finding x and y coordinates of the image and spline fit
2 ビュー (過去 30 日間)
古いコメントを表示
I have binary image 'sceleton.tif' (black line and white background) How can I find x and y coordinates for pixels to make spline fit of the image?
Im=imread('sceleton.tif')
0 件のコメント
回答 (3 件)
Image Analyst
2013 年 6 月 26 日
What do you mean by spline fit? Spline fit of what? The skeleton is continuous so there's nothing to interpolate, unless for some reason you want sub pixel resolution but that wouldn't make sense since the skeletonization was done with pixel resolution.
参考
カテゴリ
Help Center および File Exchange で Splines についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!