搜索结果
找到约 6,515 项符合
区域图像融合 的查询结果
按分类筛选
源码/资料 vc++数字图像处理 ,是一本很不错的介绍数字图像方面的书籍,这里有本书的全部源码
vc++数字图像处理 ,是一本很不错的介绍数字图像方面的书籍,这里有本书的全部源码
源码/资料 关于数字图像处理的例子,包括傅立叶变换,直方图变换等
关于数字图像处理的例子,包括傅立叶变换,直方图变换等
数值算法/人工智能 C语言作的四色验证1.需求分析问题描述:证明了可以用不多于4种颜色对n个区域着色
C语言作的四色验证1.需求分析问题描述:证明了可以用不多于4种颜色对n个区域着色,而满足相邻的区域具有不同的颜色输入形式 : 暂定最多50个区域,如需证明更多区域,修改#define S 50 即可;以整形形式输入(取值范围1-32767)用户需要证明的区域数目,相联的一对矩阵; 输出形式:以0和1输出关联矩阵,和以blue yellow o ...
通讯/手机编程 vc图像编程的经典教案
vc图像编程的经典教案,是VC程序员的必备参考
源码/资料 Displaying a large bitmap file on a dialog box, in its original size, is quite difficult in the VC++
Displaying a large bitmap file on a dialog box, in its original size, is quite difficult in the VC++ environment. However, it is possible to display a large bitmap to a predefined area of the dialog by using the StretchBlt( ) function.The major disadvantage of this is that the clarity of the image w ...