搜索资源列表
tansform
- 是腐蚀,膨胀,细化算法 命令行编译过程如下 vcvars32 rc bmp.rc cl morph.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.bmp必须存在 rc bmp.rc cl edge.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.bmp必须存在 -corruption, inflation, thinnin
sinbox
- 正弦波的源程序, 并在文件里有相关函数的说明 -sine wave source, the document is a note correlation function
edgesearch
- 边沿检测与提取,轮廓跟踪 命令行编译过程如下 vcvars32 rc bmp.rc cl edge.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.bmp必须存在-edge detection and extraction, Contour Tracking command line compiler process following vcvars32 rc bmp.rc cl edge.c bmp .
redbirdsource2
- 直方图修正和彩色变换 功能是直方图修正和彩色变换 命令行编译过程如下 vcvars32 rc bmp.rc cl colorope.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.bmp必须存在-amendments and color histogram function is to transform the amendment and color histogram Transform c
gat_shiyan3
- 这是我的计算机图形学的大作业,其中包括的算法有: 直线绘制的DDA算法,中点算法,绘制抛物线的正负法,中点法。 扫描转换多边形扫描线算法,种子填充算法。 线段裁剪(CohenSutherland)编码算法,多边形逐边裁剪(SutherlandHodgman)算法 注:分别设计了功能完整的类-This is my big computer graphics operations, including the algorithm are : DDA linear mapping al
boolean_6_53
- 多边形布尔运算处理原代码及说明-polygon processing Boolean operation code and the original note
DalsaNetlink
- Dalsa netlink 图像采集设备试验程序。 说明:需要图像采集卡安装后才能够有对应的驱动库。-Dalsa Netlink image acquisition equipment testing procedures. Note : the need for image acquisition card can be installed after corresponding driver library.
pic_process5
- 程序代码说明 P0502:计算图像中的欧拉数-code P0502 Note : computer images of Euler number
JpgFile
- 网上的jpeg的解码库是对于jpeg文件的解码,输出到bmp文件,本源码修改了库函数,使之接受一个jpeg文件的数据流,然后输出到bmp的点阵,可以直接输出到屏幕。具体的调用方法见源码中的说明。-online jpeg decoder for the document jpeg decoder, the output of bmp documents, The modified source code library functions to make it accept a jpeg docu
2119316719420051251652244090319
- 关于 matlab的一些应用说明,图像处理中均衡化的应用。文件简单容易明白,而且篇幅少-some of the Matlab Application Note, image processing and balanced application. Document simple and easy to understand, but space!
Video_Codec
- 这里提供的是一个视频编解码与传输的Demo程序,分为两部分,分别是Server和Client端,演示了视频编码、传输、解码以及视频显示等功能。 该程序采用了VFW(Video For Windows)体系结构进行编程,编译工具为VC++6.0或以上,视频编码采用了VFW体系下的DivX,当然你也可以根据需要改为Xvid或是其它,由于这份Demo以前写得较匆忙,没有留下任何文档,主要是因为程序非常的简单,但是对于没有VC++基础或是对VFW不太熟悉的朋友可要仔细看了,有问题就到中华视
2005126142643
- 一套关于时域分析的matlab,带详细注释-set of time-domain analysis of Matlab, with detailed explanatory note
dssdf
- 本程序在EVC4.0+PPC SDK 2003下调试通过。 用Independent JPEG Group发行的JpegLib进行Jpeg图像的读取与保存。 这里只加了一个简单的处理示例——负片。其他的处理可以用与这个类似的方法,有了处理的算法对像素数据进行操作。或者加上鼠标事件的处理来完成绘画功能等等,这里主要是对JPEG文件进行操作的部分。 注意:程序中的CTScreenBuffer并未使用,原因是使用它加载后有段内存没有释放,加上BMP数据本来就比较好处理,所以自己写一段
luzj
- 注意:本程序中,每点击一次“增加亮度”,图像灰度提升16;每点击一次“降低亮度”,图像灰度降低16。-Note : This procedure, every click an "increase in brightness," gray upgrade 16; Click on each of a "lower brightness," gray lower 16.
20051216175843918
- 图象的检测,模板匹配 命令行编译过程如下 vcvars32 rc bmp.rc cl detect.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.bmp必须存在-image detection, template matching process compiler command line as follows vcvars32 rc bmp.rc cl detect.c b mp.res user32
20051216172854831
- 实现图象的平滑(去噪声),锐化 命令行编译过程如下 vcvars32 rc bmp.rc cl smooth.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.bmp必须存在 -image smoothing (to noise), Sharpening command line compiler process following vcvars32 rc bmp.rc cl smooth.c bmp
cutofbeeline
- 基于VC++6.0实现直线段的Cohen-Sutherland算法裁剪. 操作说明: 打开裁剪.EXE,点击画矩形或画直线,就可以进行画矩形或直线;然后点击裁剪,就可以进行直线段的Cohen-Sutherland裁剪。 -based VC 6.0 line of the Cohen-Sutherland algorithm cutting. Operation Note : Open cut. EXE, it painted rectangular or line drawing,
Designandvibration
- 实现图案化和抖动技术,以及bmp2txt 命令行编译过程如下 vcvars32 rc bmp.rc cl dither.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.bmp必须存在 -achieve dithering patterns and technologies, and the command line compiler bmp2txt process following vcvars32
Geometrytransformation
- 图象的几何变换 打开一幅位图,实现几何变换 命令行编译过程如下 vcvars32 rc bmp.rc cl geotrans.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.bmp必须存在 -images of geometric transformation open a bitmap, Geometric Transform command line compiler process foll
Amendedandcolorhistogramalgorithmcode
- 直方图修正和彩色变换的经典VC源码 命令行编译过程如下 vcvars32 rc bmp.rc cl colorope.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.bmp必须存在 -and color histogram that transform a classic VC command line compiler source process is as follows vcvars32 rc