搜索资源列表
Sampling_Peter
- C#编写的图像高质量的三次插值函数,其中有COM的接口程序,可以在VC中调用-prepared by the high-quality images of the three interpolation function, which is the COM interface, can be called in VC
26595503ComUse
- 以图像处理的线性拉伸、直方图显示及直方图均衡化为例,示例了COM组件的调用,同时还实现了组件的注册、反注册、检测等功能。-To image processing, linear stretching, histogram display and histogram equalization, for example, the sample of the COM component calls, but also to achieve the registration of components,
OperationMatlabmwArrayArray
- 操作Matlab mwArray阵列.Matcom、Matlab COM Builder与Visual C++混编程以及在Visual C++中调用Matlab C++数学库。-Operation Matlab mwArray Array
ImgCluster
- vc++6.0+gdal开发的聚类算法的COM组件,可在vb或.Net中直接调用。其中包含的聚类算法有:K-Means,ISODATA等,可对Image影像进行聚类处理。-vc++6.0 development of COM components clustering algorithm can vb or. Net direct call. Which includes the clustering algorithm are: K-Means, ISODATA, etc.
Callthesystemfunction
- 调用系统函数.Matcom、Matlab COM Builder与Visual C++混编程以及在Visual C++中调用Matlab C++数学库。-Call the system function
surfer_demo
- 通过C++的COM接口技术调用Surfer 对Surfer Automation的调用,除了通过上述的MFC Automation客户外,还可以通过COM 技术的 IDispatch 接口实现这一功能。-Surfer Automation
sift_experiment
- Matlab+C SIFT 特征提取与匹配演示程序 http://download.csdn.net/source/3472933 http://www.pudn.com/downloads372/sourcecode/graph/texture_mapping/detail1607889.html 使用 Matlab+C++混合编程的SIFT特征提取与匹配演示程序,很完整,是 Morton金字塔无缝漫游 GDAL SIFT 照片配准系统 的底层算法,很适合研究改进。使用这个
dajinfa
- VC调用matlab com组件实现matlab图像嵌入VC界面。-The realization of matlab image embedded VC interface
多项式运算
- 本程序由黄金锭 022397 编写 如遇问题,请发信至aresbb@eyou.com 本程序在往链表插数据时先把所有的数据按大小插入(insert_data(poly , p_node))的办法,然后使用 format_list(poly); 合并了指数相同的项,并删除了系数为零的项。 insert_data(poly , p_node)和format_list(poly)在接下来的多项式相加中再度发挥作用, 提高了代码的复用率,同时使程序的编写简单化。 在多项式相减中,