搜索资源列表
dect_image
- 功能是图象的检测,模板匹配 命令行编译过程如下 vcvars32 rc bmp.rc cl detect.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.bmp必须存在-function is image detection, template matching process compiler command line as follows vcvars32 rc bmp.rc cl detect.c
trans_image
- 打开一幅位图,实现几何变换 命令行编译过程如下 vcvars32 rc bmp.rc cl geotrans.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.bmp必须存在-open a bitmap, achieving geometric transformation process compiler command line as follows vcvars32 rc bmp.rc cl geot
trace_image
- 功能是边沿检测与提取,轮廓跟踪 命令行编译过程如下 vcvars32 rc bmp.rc cl edge.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.bmp必须存在-functions of edge detection and extraction. Contour Tracking command line compiler process following vcvars32 rc bmp.rc
4356463453453
- 这里是LDS(lossless data-compression sources)的KIT.我发现很多人都想这么一份压缩软件的源代码,但是他们很难找到,特别是一些比较好的. 所有的源代码已经用Borland C++编译成功.每个目录中都包含一个makefile或者是make.bat用以创建可执行的文件.其它的编译器或操作系统需要改动一些地方. 所有的源代码包括它们的原始文档.-LDS (lossless data-compression sourc es) of KIT. I fou
picturesmooth
- 实现图象的平滑(去噪声),锐化 命令行编译过程如下 注意事项: 运行时,文件c:\\test.bmp必须存在-achieve a smooth image (to noise), Sharpen command line compiler attention to the process as follows : running, documents c : \\ test.bmp must exist
mean_shift
- mean shift的源代码,用于学习 Bilkent University: Mean-shift Tracker based Moving Object Tracker in Video Version: 1.0 Compiler: Microsoft Visual C++ 6.0 (tested in both debug and release mode) -mean shift in the source code, for learni
vc_pictureprocess
- c++编译的图像处理程序,主要包括:几何变换、滤波、边缘检测、锐化、轮廓提取和边界跟踪、形态学处理-c compiler of image processing procedures, including : geometric transformations, filtering, edge detection, sharpening, contour extraction and border tracking and morphological processing, etc.
Cdb
- 此示例阐释了将 CImage 支持实现到应用程序中,以便以多种图像格式对数据进行基本加载和保存。另外,此示例阐释了直接的 DIB 图面操作,以及如何使用对 MMX 和 SSE2 整数指令的更高级别的编译器支持,来优化位图操作而不必编写汇编程序代码。在项目中,Surface.* 文件包含 DIB 图面操作的 C++ 基类。-This example will explain the CImage support the achievement of applications, to a varie
直方图均衡化
- 直方图修正和彩色变换 命令行编译过程如下 vcvars32 rc bmp.rc cl colorope.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.bmp必须存在-color histogram amendments and command line compiler transformation process following vcvars32 rc bmp.rc cl colorope.c bmp.res user32.lib
实现图象化及
- 可以实现图象化现图案化和抖动技术,以及bmp2txt命令行编译过程如下vcvars32rc bmp.rccl dither.c bmp.res user32.lib gdi32.lib注意事项:运行时,文件c:\\test.bmp必须存在-imaging can be achieved is pictorial and jitter technology, and command line compiler bmp2txt process following vcvars32rc bmp.rcc
2
- bmp图像的显示,已通过Visual C++ 6.0 编译通过,欢迎大家下载-bmp images show that has passed through Visual C++ 6.0 compiler is passed, welcome you to download
DIBDisplay
- C++编译环境下使用DIB读写BMP文件示例,大家需要就拖吧-C++ Compiler environment to read and write BMP files using the DIB example, we need to drag it
256_colors_to_grayscale
- 用C++编译的关于256色转灰度图的程序,以供大家交流学习用-Using C++ compiler of about 256 colors to grayscale procedures to communicate for the U.S. study by
scrnsave_code
- 这是一个在windows平台下运行的类似于win98的屏幕保护程序“变幻线”的东东,不过屏蔽掉了Alt+Ctrl+Del,Alt+Tab键,运行时全屏,只能用特定的密码退出,密码是:kkcocoon.呵呵,记住了,不然,可能要逼得你重新启动机器。 本程序对于每一个windows下编程的程序员(比如正在使用VC,VB,Delphi,C++Builder等的朋友)来说,相信都会是一个很有价值的示例程序。因为本程序没有使用MFC,VCL等类库,用Windows SDK(Windows Soft
project
- 数独游戏 二、 使用说明 1. 安装手册 将project_rar解压缩即可。 其中main.c和graphic.c为主要程序文件。Include中是头文件库。其他为bmp形式图片。 2. 使用手册 编译后直接运行生成的main.exe,根据提示操作即可。 -Sudoku Game Two, the use of one. Project_rar installation manual will be extracted. Main.c and graph
nana-0.1.8
- C++ 打造的一个GUI界面控件库源码, vc8,vc7.1,dev-c++均可直接编译使用.-C++ to create a GUI interface source control database, vc8, vc7.1, dev-c++ compiler can be used directly.
ShowEffect
- Visual C++6.0环境编译通过,是数字图像处理中的一个程序,通过使用DIB实现图像的特效显示-Visual C++6.0 environment through the compiler, digital image processing is a process, through the use of DIB image shows the effects
imgrestore
- visual c++编译环境下的的图像复原代码,经过试验已经调试成功-visual c++ compiler environment of image restoration code that has been tested successfully debug
3DMed_OpenSource
- 本文件为田捷教授所编写的Mitk的源代码,非常强大,仿造VTK和ITK的的结果,才用VC++编译器试用C和C++语言所编写,具有强大的图像处理和三维重建功能,对Dicom格式医学图像进行处理。-This document is Professor Tian Jie prepared Mitk the source code, very powerful, copy VTK and ITK of the results, only with VC++ compiler, try C and C++
hge181_dx9
- HGE is an easy to use yet powerful hardware accelerated 2D game engine. It is a full featured middleware for all who want to develop commercial quality 2D games rapidly and easily. It covers all imaginable 2D game genres: you could create everything