Contour-to-contour distance

버전 1.0.2 (5.26 KB) 작성자: Hao-Chiang Shao
This function calculates the contour-to-contour distance by using Euclidean distance transform.
다운로드 수: 45
업데이트 날짜: 2021/11/22

라이선스 보기

This function calculates the contour-to-contour distance by using Euclidean distance transform.
[MeanDist, StdevDist, MaxDist]= DistC2C( GTfilename, Inputfilename)
== Input argument ==
GTfilename: filename of ground-truth
Inputfilename: filename of the to-be-compare image
== Outputs ==
MeanDist: mean contour-to-contour distance
StdevDist: standard deviation. (because we derive the contour-to-contour distance in pixel-wise manner.)
MaxDist: max contour-to-contour distance
Programmed by Prof. Hao-Chiang Shao, email:shao.haochiang@gmail.com
@article{shao2020ic,
title={From IC Layout to Die Photograph: A CNN-Based Data-Driven Approach},
author={Shao, Hao-Chiang and Peng, Chao-Yi and Wu, Jun-Rei and Lin, Chia-Wen and Fang, Shao-Yun and Tsai, Pin-Yian and Liu, Yan-Hsiu},
journal={IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems},
volume={40},
number={5},
pages={957--970},
year={2021},
publisher={IEEE}
}

인용 양식

Hao-Chiang Shao (2024). Contour-to-contour distance (https://www.mathworks.com/matlabcentral/fileexchange/75551-contour-to-contour-distance), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2017a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
태그 태그 추가

Community Treasure Hunt

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

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

update journal information

1.0.1

update only function description

1.0.0