이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
DIGITIZEIMG2 Starts a GUI for digitizing graphs.
Can be used for multiple data sets per graph and NOs
if a data point is marked incorrectly.
Use:
Follow the instructions of the GUI.
RIGHT CLICK: Choose data point
LEFT CLICK: Finish
MIDDLE MOUSE BUTTON: NO of the last data point
Syntax: digitizeImg2
opens an file picker. Can only be used on data types that are
compatible with IMREAD.
After choosing a file, a GUI will open that will guide you through
the steps required for extracting the data.
If called without outputs, the data is saved in a MAT
file.
ImgData = digitizeImg2;
Saves the data in the matrix/struct ImgData (struct if more than one data set).
digitizeImg2(filename);
To choose the file directly.
see also: IMREAD, IMFINFO
Input arguments:
- filename: file name of the image to be digitized (optional)
Output arguments:
- ImgData: X- and Y-coordinates of the digitized graphs
Author: Marc Jakobi - 15.12.2015
Original versions: digitize (by J.D.Cogdell) / digitize2 (by A. Prasad)
인용 양식
Marc Jakobi (2026). digitizeImg (https://kr.mathworks.com/matlabcentral/fileexchange/59507-digitizeimg), MATLAB Central File Exchange. 검색 날짜: .
도움
도움 받은 파일: digitize2.m, digitize
| 버전 | 퍼블리시됨 | 릴리스 정보 | Action |
|---|---|---|---|
| 1.0.0.0 |
