『浅吟』 发表于 2013-7-14 10:05

【求助】mathematica关于从照片中提取数据的问题

请问 如何才能用mathematica把一张曲线图(图片文件)中各个颜色(红 黄 蓝)的曲线的点的坐标提取出来啊~~  本人菜鸟 求高人指点~!~~ 感激不尽

『浅吟』 发表于 2013-7-14 10:12

没人吗 {:3_60:}

sycxyc 发表于 2013-7-14 13:43

举个例子p1 = Image@Plot

ListPlot[Position[
   ImageData@p1 /. 1. -> 1, {_Real, _Real, _Real}] /. {x_,
    y_} -> {y, -x}, PlotRange -> All]参考 ImageData 和 Position

『浅吟』 发表于 2013-7-14 15:48

sycxyc 发表于 2013-7-14 13:43 static/image/common/back.gif
举个例子参考 ImageData 和 Position

谢谢~~~~~~~~~~~~~~~~~~~
页: [1]
查看完整版本: 【求助】mathematica关于从照片中提取数据的问题