2014年9月10日

vs 2010调用matlab dll显示窗口核心代码

摘要: matlab代码: figure('NumberTitle','off','menubar','none','toolbar','none','name','Topo Image'); x=0:pi/100:2*pi;y=2*exp(-0.5*x).*sin(2*pi*x);plot(x,y)... 阅读全文

posted @ 2014-09-10 22:29 吴一达 阅读(528) 评论(0) 推荐(0)

OpenCV实现图像物体轮廓,前景背景,标记,并保存。

摘要: #include // for standard I/O#include // for strings#include // for controlling float print precision #include // string to number conversion... 阅读全文

posted @ 2014-09-10 16:26 吴一达 阅读(348) 评论(0) 推荐(0)

导航