搜索资源列表
fcma
- 模糊聚类算法的实现,用c语言实现,有测试内容,附有测试文件-The realization of fuzzy clustering algorithm, using c language implementation, there are contents of the tests with a test file
dip_OpenFile
- 这是利用很常用的BMP图像的读取的c++源代码-This is a very common use of the BMP image to read the source code c
FaceDetection
- 基于visual c++ 2005和OpenCV环境 FaceDetection是一个静态人脸检测程序,注意FaceDetection需要OpenCV提供的库支持,因此请首先到相关网站上下载并安装OpenCV,此外本程序需要导入一个分类器文件haarcascade_frontalface_alt.xml,该文件在OpenCV中提供,请读者将该文件复制到程序同一目录下,程序即可正确运行。-Based on visual c++ 2005 and OpenCV is a static envir
EdgeDetectionAndExtraction
- 边缘检测与提取,轮廓跟踪 注意事项: 运行时,文件c:\test.bmp必须存在-Edge detection and extraction, contour tracing Note: run-time, file c: \ test.bmp must exist
FFT
- 1. 运行myfft.exe 把音频数据经过fft后存放在data.txt文件中 2. 再运行HUITU.exe把data.txt中的数据一帧一帧的画到屏幕上,形成动态效果 3. 运行soundee.exe 是还原声音 注:其中myfft.c是fft的C语言代码,用VC实现的;HUITU.C是绘图代码,用TC实现的;soundee.c是还原声音代码,用VC实现的。 -1. Myfft.exe run the audio data stored in the post-fft
source7
- 边沿检测与提取,轮廓跟踪 source目录下为本章介绍的源程序 功能是边沿检测与提取,轮廓跟踪 命令行编译过程如下 vcvars32 rc bmp.rc cl edge.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\test.bmp必须存在 -Edge detection and extraction, contour tracing source directory of the source cod
generate_mean_covariance
- 本程序编程语言为C,主要用来对遥感训练数据进行处理,得到covariance矩阵。-This program is used to generate 3 files:mean file,covariance matrix of the training set, and inverse covariance matrix for training set.
medianfilter
- 将raw图像文件信息读入,然后进行中值滤波,并生成新文件的c语言代码。-Raw image file information to be read, and then median filtering, and generates a new file c language code.
ForWin32
- 一种高性能的算术编码方法。对二进制文件有很好的压缩性能。-A high-performance arithmetic coding method. Binary file has a very good compression performance.
gray_level
- 可以降低BMP圖檔的程式碼,預設要讀lena.bmp-BMP image file can reduce the code, the default to read lena.bmp
file
- 程序说明: 1)image文件里保存着标定图片 2)calibdata.txt 保持标定图片的路径(根据实际设置) 3)在标定源文件中 calibration.cpp 根据不同的标定标规格需要设置的参数: CvSize board_size = cvSize(5,7) /* 定标板上每行、列的角点数 */(不包括边缘的角点) 这里值得注意的是拍摄的时候要完整的拍下标定板。-you can learn this
picture_cut
- 实现从系统剪切板或图片文件获取图片,并切掉选定边框,存成需要的图片文件-To achieve from the system clipboard or a picture file to obtain images, and cut off the selected frame, saved as image files needed
geotrans
- 功能是打开一幅位图,实现几何变换 命令行编译过程如下 vcvars32 rc bmp.rc cl geotrans.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\test.bmp必须存在-Function is to open a bitmap, to achieve geometric transform command-line compiler as follows vcvars32 rc bmp.rc cl
smooth
- 功能是实现图象的平滑(去噪声),锐化 命令行编译过程如下 vcvars32 rc bmp.rc cl smooth.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\test.bmp必须存在-Function is to achieve a smooth images (to noise), Sharpen command-line compiler as follows vcvars32 rc bmp.rc cl s
dither
- 功能是实现图案化和抖动技术,以及bmp2txt 命令行编译过程如下 vcvars32 rc bmp.rc cl dither.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\test.bmp必须存在-Function is to achieve the patterning and jitter technology, and bmp2txt command-line compiler as follows vcva
colorope
- 功能是直方图修正和彩色变换 命令行编译过程如下 vcvars32 rc bmp.rc cl colorope.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\test.bmp必须存在-Function is histogram correction and color transformation command-line compiler as follows vcvars32 rc bmp.rc cl color
1234
- 是腐蚀,膨胀,细化算法 命令行编译过程如下 vcvars32 rc bmp.rc cl morph.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\test.bmp必须存在 -Are erosion, dilation, thinning algorithm command-line compilation process is as follows vcvars32 rc bmp.rc cl morph.c b
234
- 边沿检测与提取,轮廓跟踪 命令行编译过程如下 vcvars32 rc bmp.rc cl edge.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\test.bmp必须存在-Edge detection and extraction, contour following command-line compilation process is as follows vcvars32 rc bmp.rc cl edge.
Canny
- Canny边缘检测,及提取,轮廓跟踪 注意事项: 运行时,文件c:\test.bmp必须存在 -Canny edge detection, and extraction, contour following precautions: run-time, file c: \ test.bmp must exist
C-SCAN
- 用于处理超声波相控阵C扫描的数据文件和图片处理,采用的是Matlab语言(the code of Matlab is used to process the data file and picture of ultrasonic phased array C scan)