搜索资源列表
Jpegduxieyuandaima20070210
- Jpeg读写原代码库,不错的东西,对读写jpeg文件有帮助-Jpeg read and write the original code, and good things to read and write documents to help jpeg
imageconvertVC
- 图形转换代码,完成pic到tif图像格式的转换,并且完成了读写pic,tif图像文件的源代码。挖图菜单完成在原始图中获取任意位置和大小的图像。 -graphics rendering code, complete pic tif format images to the conversion, and completed a literacy pic. tif image file to the source code. Dredging plan menus in the original
GUI_IntensityTransform
- 一个用MATLAB开发的GUI程序,程序本身是用来进行图像的灰度变换,但是是学习GUI入门编程的好代码,初学者不妨一读
bmp_file_operation
- 利用VC++进行BMP位图操作(包括读和写)的程序原代码。
zengqiang
- 用途:数字图象处理算法的演示,包括: • 图象的DFT和逆DFT • 图象的FFT和逆FFT • 在图象中加入正弦噪声 • 图象的模板运算实现图象平滑和锐化 • 图象的直方图均衡化 • 图象的对比度拉伸 • 图象的中值滤波 • 图象灰度直方图的显示 • 若干频域滤波器 • 图象的镜像 • 图象的旋转(
read_write_bmp_C
- 纯C代码下读写BMP文件代码,简单易懂。
Dib0311
- 自写Dib类,西安理工大学和克智老师自写的DIB类,包括序列化、读写、灰度化等,以及少量扩展函数,该DIB不使用简单,代码通俗易懂,与其他使用时使用句柄的DIB不同,属于基本DIB,扩展性很好,在此基础上编写其他图像处理功能很方便
BMPreadwrite
- 本代码可以对任一BMP文件进行读写操作,方便后期的处理
MFCpictureview
- 代码是基于MFC框架设计的,实现了对BMP、PCX、TGA、JPEG、GIF图像格式的图片进行读、写、显示等基本功能和各种图片格式的转换功能以及一些变换算法,实现了图像的放大、缩小、旋转及百叶窗、马赛克等显示特效
NDTIcode
- 遥感应用中,归一化差分温度指数(NDTI)的核心代码,最近写的,可以移植到你的VC图像读写平台运行-Remote sensing applications, the Normalized Difference Temperature Index (NDTI) the core code, recently wrote, can be transferred to your platform to read and write operation of VC images
imageprocessingbyVC6
- 自己编写的VC图像处理程序,绝对可执行。有详细代码。有缩写日期,可以看出本人是如何一本本走过来的。包括图像读写,阈值分割,彩色分量提取,变换等十套内容。-I have written VC image processing procedures, the absolute executable. Detailed code. There are the initials date, I can see how one of the books came. Including image read
BasicoperationBMPimagesourcecode
- 这里给出了数字图像处理中BMP文件读写、直方图统计、傅立叶变换、直方图均衡、均值滤波、中值滤波等 一些基本操作的程序代码,供初学者设计图像处理程序参考。-Here give the digital image processing of documents to read and write BMP, histogram statistics, Fourier transform, histogram equalization, the mean filtering, median filt
opencv-source-code
- 此资源将所有OpenCV中的代码制作成chm格式,并且提供代码之间以及数据结构之间的链接功能,方便大家阅读。读代码是好习惯,读成熟可信的代码更是好的选择。-This resource in all the OpenCV code into chm format, as well as between the code and provides the link between data structures function to facilitate everyone to read. Are
zhongzhilvbo
- 本代码用vc编写的图像处理中的中值滤波。代码比较清晰,容易读懂。主要处理bmp图像-Vc prepared with the code of image processing median filter. Code clearer, easier to read. Bmp images is mainly concerned with
face_detection1
- 检测皮肤代码。主要包括图像读入,大小变换,格式转换,图像滤波,颜色空间转换,皮肤模型,去除少像素连同区域以及膨胀作用-face detection based on skin model
GeoTrans
- 256色位图的几何变换,非常全面,自习读此代码有助于VC图像处理的学习。-256-color bitmap geometric transform, a very comprehensive self-study reading of the code contribute to the learning VC image processing.
medianfilter
- 将raw图像文件信息读入,然后进行中值滤波,并生成新文件的c语言代码。-Raw image file information to be read, and then median filtering, and generates a new file c language code.
bezier
- bezier曲线的绘制,代码比较简单,易读-bezier curve drawing, the code is relatively simple and easy to read
1234
- 各种去噪全集合,里面有各种去噪函数,这个程序较经典,能读懂再用,里面的内容不难,请认真读代码-Wavelet denoising the whole collection, which has a variety of wavelet de-noising function, the program is more complex, can read and then
yuv_io
- 简单的读写YUV文件的python代码。还可以对YUV文件进行裁切。(Read/write YUV files by python.)