搜索资源列表
图表绘制类,支持柱状图,饼图,折线图
- vc封装的图表绘制类,支持绘制柱状图,饼图,折线图等-vc package type mapping, mapping support column, pie, dogleg map
DrawImgOnDlg
- 结合网上的代码,找到了两种全图显示的办法。 第一种是使用GDI+,同样需要使用到picture control,不过这次需要设置属性->杂项->type,选择Owner Draw类型。然后从CStatic类中派生出一个新类:CGdiPlusImgCtrl。重载DrawItem函数来实现绘制图像 可能你觉得使用GDI+麻烦,需要对GDI+环境进行初始化,打包程序又得附带gdiplus.dll。那么我介绍的第二种方法使用GDI就没这么麻烦了。 第一种是使用GDI,同样需要使
HistogramDrawer
- 在vc++程序里面绘制直方图的类。根据传入的数组参数,绘制出数据区间统计直方图-Vc++ program in which the type of histogram mapping. According to the introduction of an array of parameters, to map out the data interval histogram statistics
pngbutton
- pngButton按钮,将png图片贴图到不规则区域按钮,并根据按钮状态变化图片的类和源码-pngButton button to png image map to the irregular region button, the button state changes according to picture type and source
SequenceCapture
- 连续帧采集: SequenceCapture [程序功能]: 本程序提供了连续采集存图的简单例子。 [适用的采集卡类型]: 本程序适用于mvboard1.h和mvboard2.h中包含的所有板卡。 [操作步骤]: 首先要点击“初始化设备”按钮,实现对板卡的初始化,能看到视频图像。 点击“连续帧采集”按钮,弹出一个对话框,可以输入采集帧数和选择存储路径及保存类型,并能输入文件。设置好后,点击“OK”,就开始连续采集和存图了。 最
