how to convert this random distributed pixels to one pixel element in each place
2 次查看(过去 30 天)
显示 更早的评论

i want to smooth(reduce pixeles) this image's confuse distribute pixels to one pixel element in each place .
Best regard Thank you!
0 个评论
回答(1 个)
Image Analyst
2015-10-23
Increase the resolution, then threshold and skeletonize. See bwmorph().