digitizeImg

版本 1.0.0.0 (11.8 KB) 作者: Marc Jakobi
GUI for digitizing bitmap graphs.
483.0 次下载
更新时间 2016/10/5

查看许可证

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 (2024). digitizeImg (https://www.mathworks.com/matlabcentral/fileexchange/59507-digitizeimg), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2016b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Structures 的更多信息
致谢

参考作品: digitize2.m, digitize

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0