编者注: popular file
grabit extracts data points from an image file.
grabit starts a gui program for extracting data from an image file. it is capable of reading in bmp, jpg, tif, gif, and png files (anything that is readable by imread). multiple data sets can be extracted from a single image file, and the data is saved as an n-by-2 matrix variable in the workspace. it can also be renamed and saved as a mat file.
following steps should be taken:
1. load the image file.
2. calibrate axes dimensions. you will be prompted to select 4 points on the image.
3. grab points by clicking on points. right-click to delete a point. image can be zoomed during this stage.
4. multiple data sets will remain in memory so long as the gui is open. variables can be renamed, saved to file, or edited in array editor.
panning is achieved by clicking and dragging on the image. in addition to using the zoom button, there are keyboard shortcuts for zooming:
- > > >
标签
致谢
启发作品: , ,
community treasure hunt
find the treasures in matlab central and discover how the community can help you!
start hunting!探索实时编辑器
创建集代码、输出和格式化文本于一体的可执行脚本文档。
版本 | 已发布 | 发行说明 | |
---|---|---|---|
1.0.0.1 | updated license |
|
|
1.0.0.0 | fixed bug. now, grayscale images can be loaded. |
|