Find the best boundary/cut/split between two points on an image

버전 1.1 (11.7 KB) 작성자: sagi eppel
Find the best boundary/cut/split that pass between two points on the grayscale image.
다운로드 수: 242
업데이트 날짜: 2015/1/23

라이선스 보기

Find the best boundary/cut/split that pass between points (Ax,Ay) and (Bx,By) on the grayscale image Is.

Input:
Is: Grayscale image of the vessel containing the material.
Ax,Ay: coordinates of the start pixel in which the split/path starts
Bx,By: coordinates of the end pixel in which the split/path ends

Note that the A and B must not be on the outer boundary of the image(A,B must be surrounded by pixels)

Output
MarkedImage: The input image Is with the best path between pixels A and B marked on the image (also displayed on screen)
BstPathAB: binary image with the path between the start and end points.
Notes
Scanning method based on the Dijkstra's algorithm.
Note that the resulting path cannot include loops (only propagation from left to right or vertical propagation of path is allowed).

인용 양식

sagi eppel (2024). Find the best boundary/cut/split between two points on an image (https://www.mathworks.com/matlabcentral/fileexchange/49132-find-the-best-boundary-cut-split-between-two-points-on-an-image), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2012b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.1

cover image

1.0.0.0