edge following method code
이전 댓글 표시
Dear all,,
is there any reference code about edge following in matlab??
thanks before ^_^a
댓글 수: 2
Image Analyst
2012년 2월 12일
Graph/network edges, or image edges? Where have you looked so far?
Elsya Nurul Aini
2012년 2월 12일
답변 (1개)
Image Analyst
2012년 2월 12일
0 개 추천
Why do you want to "follow" them? Why not first detect them? Then, once you have the edges, which will have various "strengths" of course, what do you want to accomplish? If you really want to follow them you can use bwboundaries but I doubt you want to do that.
댓글 수: 3
Elsya Nurul Aini
2012년 2월 12일
Image Analyst
2012년 2월 12일
I'm having trouble with step 3. There will be no different content. That's how quadtree decomposition works. It keeps dividing up the image into homogenous blocks until no block had any contours or different gray levels in it. Of course you specify what "different" means. But let's say that you kept going until no block had a gray level spread more than, say, 5 gray levels. So, by definition the block is uniform to within 5 gray levels and there will be no edge or contours within a block.
Elsya Nurul Aini
2012년 2월 13일
카테고리
도움말 센터 및 File Exchange에서 Object Analysis에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!