Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - directory
Search - directory - List
source目录下为本章介绍的源程序功能是图象的检测,模板匹配-source directory for the chapter describes the functions of the source image detection and template matching
Date : 2025-12-30 Size : 22kb User : Steven

source目录下为本章介绍的源程序 功能是行程编码,JPEG压缩编码(基本系统)-source directory for the chapter describes the functions of the journey is the source coding, JPEG compression coding (basic system)
Date : 2025-12-30 Size : 234kb User : Steven

DL : 0
图象的半影调和抖动技术 source目录下为本章介绍的源程序 功能是实现图案化和抖动技术,以及bmp2txt 命令行编译过程如下 vcvars32 rc bmp.rc cl dither.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\test.bmp必须存在-penumbral image dithering techniques to reconcile source directory for the chapter describes the function is the source of pictorial and jitter technology, and command line compiler bmp2txt process following vcvars32 rc bmp.rc cl dither.c bmp.res user32.lib gdi32.lib Note : Runtime documents c : \ test.bmp must exist
Date : 2025-12-30 Size : 22kb User : 利菲

直方图修正和彩色变换 source目录下为本章介绍的源程序 功能是直方图修正和彩色变换 命令行编译过程如下 vcvars32 rc bmp.rc cl colorope.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\test.bmp必须存在-and color histogram that transform source directory for the chapter describes the functions of the source and color histogram that transform command line compiler process following vcvars32 rc bmp.rc cl colorope.c bmp.res user32.lib gdi32.lib Note : running, documents c : \ test.bmp must exist
Date : 2025-12-30 Size : 29kb User : 利菲

腐蚀,膨胀,细化算法 source目录下源程序 功能是腐蚀,膨胀,细化算法 命令行编译过程如下 vcvars32 rc bmp.rc cl morph.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\test.bmp必须存在-corrosion, swelling, thinning algorithm source directory source function is corrosion, swelling, thinning algorithm command line compiler process following vcvars32 rc bmp.rc cl morph.c bmp.res user32.lib gdi32.lib Note : running, documents c : \ There must be test.bmp
Date : 2025-12-30 Size : 15kb User : 利菲

DL : 0
边沿检测与提取,轮廓跟踪 source目录下为源程序 功能是边沿检测与提取,轮廓跟踪 命令行编译过程如下 vcvars32 rc bmp.rc cl edge.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\test.bmp必须存在-edge detection and extraction, contour tracking source directory function is the source for edge detection and extraction, contour tracking command line compiler process following vcvars32 rc bmp.rc cl edge.c bmp.res user32.lib gdi32.lib Note : running, documents c : \ test.bmp must exist
Date : 2025-12-30 Size : 31kb User : 利菲

一个简单地测试DirectDraw渲染速度的程序,需要在同目录下有名为"1.bmp"的图片。包括了一个DirectDraw的类。-a simple test DirectDraw exaggerating the speed of procedures, in the same directory under "1.bmp" the pictures. Include a DirectDraw class.
Date : 2025-12-30 Size : 945kb User : cyrys

“wavelet”目录中存放的是API函数源程序 “wavelet_gui”目录中存放的是JPEG2000应用举例的DELPHI调用 “可执行应用”目录中存放的是笔者编译成功的可执行应用程序-"wavelet" directory is placed source API function "wavelet_gui "directory is kept JPEG2000 applications for the DELPHI called" executable application "directory deposit The author is up to the success of the compiler executable applications
Date : 2025-12-30 Size : 385kb User : guzhiru

基于DCT变换的水印图像水印算法源代码(matlab实现)。将文件解压缩到MATLAB安装目录下的work文件夹中,然后打开aaa.m文件,运行即可。-Based on the DCT Transform Watermarking Image Watermarking Algorithm source code (matlab achieve). Extract the file to the MATLAB installation directory under the work folder, then open the document aaa.m, running can be.
Date : 2025-12-30 Size : 55kb User : xuan

一个BMP文件压缩打包工具源码. 在LIB目录中包括了一系列相关C++类源码. 其中有INI文件一读写类,字符串类(可计算表达式)图形类.-A BMP file compression tool for source code package. In the LIB directory, including a series of related C++ type source. Which one to read and write INI file type, string type (computable expression) type graphics.
Date : 2025-12-30 Size : 421kb User : 周志鹏

ead your package and describe it at least 40 bytes in English. System will automatically delete the directory of debug and release, so please do not put files on these two directory. If you have not registered, Please [regist first].You should upload at least five sourcecodes/documen
Date : 2025-12-30 Size : 131kb User : 123123

its an project which will give full details of each and every file in an directory, and as well as of the directory-its an project which will give full details of each and every file in an directory, and as well as of the directory...
Date : 2025-12-30 Size : 51kb User : vadi

atically delete the directory of debug and release, so please do not put
Date : 2025-12-30 Size : 2kb User : adli

This function imports images from a directory and then creates a collage of those images to form a new image by matching pixel colours.
Date : 2025-12-30 Size : 1kb User : laurah

Calculates dominante color and measure the similarity between the input image and directory contains other images
Date : 2025-12-30 Size : 25kb User : Hosny

CURSES函数库这个压缩包里面的文件内容: COption目录,储存CURSES函数库的初始化函数的声明 MyClass1目录,储存的是函数库的头文件-CURSES library file inside the archive contents: COption catalog, store CURSES library initialization function declaration MyClass1 directory is stored in the header file library
Date : 2025-12-30 Size : 88kb User : tang

DL : 0
该文件夹中是三种二值化算法的matlab代码,下面以otsu二值化算法实现为例进行说明: 在Matlab上运行时,可以把该文件夹设为当前目录(Current Directory) 先读入灰度图片, 图片假设保存在D盘 I = imread( D:\coins.bmp ) 二值化 I_bw = otsu(I) 查看二值化结果 figure, imshow(I_bw) -I = imread( D:\coins.bmp ) I_bw = otsu(I) figure, imshow(I_bw)
Date : 2025-12-30 Size : 4kb User : 自己人

用JTree实现的GUI界面,模仿QQ客户端界面的目录树。-JTree GUI interface implemented to mimic the directory tree of the QQ client interface.
Date : 2025-12-30 Size : 2kb User : 田超

It is a telephone directory written in c++ with beautiful graphics.-It is a telephone directory written in c++ with beautiful graphics.
Date : 2025-12-30 Size : 4kb User : Imran Mehmoo

DL : 0
时钟程序,请自行在可执行文件目录中加入分辨率1024×768的BMP图像文件作为背景-BMP image file as a background clock program, please join in the executable directory resolution 1024×768
Date : 2025-12-30 Size : 117kb User : liujinhun
« 12 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.