搜索资源列表
VC_JPG
- 从网上下的 加入jpeg支持的CImg.h 图像库应用例子- 没有界面, 就几个语句,就可以实现图片的显示、在图片上绘图、处理鼠标输入等等 原作者邮件地址如下: bugzhao@sdu.edu.cn-from the Internet under the support of the accession CImg.h jpeg image database application examples - no interface, on a few words on the p
CImg
- 我常用的图象处理工具。就一个.h文件所以用起来很简明。-frequently used image-processing tools. On the one. H Therefore, the use of paper up quite succinctly.
CImg-1.3.1
- 一个简单的读取图像文件、进行图像处理的开放源码-The CImg Library is an open-source C++ toolkit for image processing. It consists in a single header file CImg.h providing a minimal set of C++ classes and methods that can be used in your own sources, to load/save,
FFT-C
- 一维傅里叶变换及其逆变换,快速算法,用于图像处理等领域-one dimensional fast fourier transform and inverse fast fourier transform
CImg-1.3.4
- CImage类 CImage是MFC和ATL共享的新类,它能从外部磁盘中调入一个JPEG、GIF、BMP和PNG格式的图像文件加以显示,而且这些文件格式可以相互转换。由于CImage在不同的Windows操作系统中其某些性能是不一样的,因此在使用时要特别注意。例如,CImage::PlgBlt和CImage::MaskBlt只能在 Windows NT 4.0 或更高版本中使用,但不能运行在Windows 95/98 应用程序中。CImage::AlphaBlend和CImage::Tran
CImg-library
- CImg Library是一个用C++写的图像处理工具包,里面包含了大量的图像处理函数。-CImg Library is an image processing toolkit written with C++ language,and includes hundreds of image processing functions.
CImg-1.5.4
- 很小很方便的一个图像处理小工具包,使用时只需要把CImg.h头文件加入工程即可-The CImg Library is an open-source C++ toolkit for image processing. It consists in a single header file CImg.h providing a minimal set of C++ classes and methods that can be used in your own sources,
canny
- cimg canny 使用cimg库实现的canny边缘检测方法,需要下载CImg.h文件-cimg canny
src
- 使用CIMG作为库的平行投影的例子,里面包括平行投影和透视投影,需要下载者自行下载CIMG.h(It's a simple example of parallel projection, using cimg.h as library.)