Need help in understanding freeman chain coding
1 次查看(过去 30 天)
显示 更早的评论
Hello,I have read about freeman coding which connects pixels in 8 neighbourhood area.
Now I am currently using the subpixel edge detection to detect edges,but the edge points are in extremelyrandom order.
So as per the discussion I had with the author of the subpixel code(code is listed below),he has recommended that I use freeman chain coding to link those points
Now f,the two existing implementations of freeman on matlab are incorrect and end up failing on my images.
So I would appreciate it if someone could either point out why the method is failing on my cases or if there are any articles/tutorials that can help me understand this.
Images that I use
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/722949/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/722954/image.jpeg)
freeman chain code on matlab
Subpixel accuracy edge detection
0 个评论
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!