CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - file c

搜索资源列表

  1. fcma

    0下载:
  2. 模糊聚类算法的实现,用c语言实现,有测试内容,附有测试文件-The realization of fuzzy clustering algorithm, using c language implementation, there are contents of the tests with a test file
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:3.32kb
    • 提供者:xia
  1. dip_OpenFile

    0下载:
  2. 这是利用很常用的BMP图像的读取的c++源代码-This is a very common use of the BMP image to read the source code c
  3. 所属分类:Special Effects

    • 发布日期:2017-11-25
    • 文件大小:1.15kb
    • 提供者:王辉
  1. FaceDetection

    0下载:
  2. 基于visual c++ 2005和OpenCV环境 FaceDetection是一个静态人脸检测程序,注意FaceDetection需要OpenCV提供的库支持,因此请首先到相关网站上下载并安装OpenCV,此外本程序需要导入一个分类器文件haarcascade_frontalface_alt.xml,该文件在OpenCV中提供,请读者将该文件复制到程序同一目录下,程序即可正确运行。-Based on visual c++ 2005 and OpenCV is a static envir
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1.5mb
    • 提供者:Chris
  1. EdgeDetectionAndExtraction

    0下载:
  2. 边缘检测与提取,轮廓跟踪 注意事项: 运行时,文件c:\test.bmp必须存在-Edge detection and extraction, contour tracing Note: run-time, file c: \ test.bmp must exist
  3. 所属分类:Special Effects

    • 发布日期:2017-04-26
    • 文件大小:30.72kb
    • 提供者:
  1. FFT

    3下载:
  2. 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
  3. 所属分类:Special Effects

    • 发布日期:2014-09-09
    • 文件大小:312.17kb
    • 提供者:游智超
  1. source7

    0下载:
  2. 边沿检测与提取,轮廓跟踪 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
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:30.74kb
    • 提供者:阿斯顿
  1. generate_mean_covariance

    0下载:
  2. 本程序编程语言为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.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:3.53kb
    • 提供者:李会利
  1. medianfilter

    0下载:
  2. 将raw图像文件信息读入,然后进行中值滤波,并生成新文件的c语言代码。-Raw image file information to be read, and then median filtering, and generates a new file c language code.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:553.16kb
    • 提供者:杨帅
  1. ForWin32

    0下载:
  2. 一种高性能的算术编码方法。对二进制文件有很好的压缩性能。-A high-performance arithmetic coding method. Binary file has a very good compression performance.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:1.38mb
    • 提供者:丁一
  1. gray_level

    0下载:
  2. 可以降低BMP圖檔的程式碼,預設要讀lena.bmp-BMP image file can reduce the code, the default to read lena.bmp
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:182.41kb
    • 提供者:王大明
  1. file

    2下载:
  2. 程序说明: 1)image文件里保存着标定图片 2)calibdata.txt 保持标定图片的路径(根据实际设置) 3)在标定源文件中 calibration.cpp 根据不同的标定标规格需要设置的参数: CvSize board_size = cvSize(5,7) /* 定标板上每行、列的角点数 */(不包括边缘的角点) 这里值得注意的是拍摄的时候要完整的拍下标定板。-you can learn this
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-05-11
    • 文件大小:525.86kb
    • 提供者:wuwei
  1. picture_cut

    0下载:
  2. 实现从系统剪切板或图片文件获取图片,并切掉选定边框,存成需要的图片文件-To achieve from the system clipboard or a picture file to obtain images, and cut off the selected frame, saved as image files needed
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:48.27kb
    • 提供者:老万
  1. geotrans

    0下载:
  2. 功能是打开一幅位图,实现几何变换 命令行编译过程如下 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
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:868.78kb
    • 提供者:ft5272633
  1. smooth

    0下载:
  2. 功能是实现图象的平滑(去噪声),锐化 命令行编译过程如下 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
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:22.56kb
    • 提供者:ft5272633
  1. dither

    0下载:
  2. 功能是实现图案化和抖动技术,以及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
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:843.52kb
    • 提供者:ft5272633
  1. colorope

    0下载:
  2. 功能是直方图修正和彩色变换 命令行编译过程如下 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
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:28.77kb
    • 提供者:ft5272633
  1. 1234

    0下载:
  2. 是腐蚀,膨胀,细化算法 命令行编译过程如下 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
  3. 所属分类:Special Effects

    • 发布日期:2017-04-15
    • 文件大小:5.58kb
    • 提供者:yuhaoshuai
  1. 234

    0下载:
  2. 边沿检测与提取,轮廓跟踪 命令行编译过程如下 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.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-15
    • 文件大小:7.37kb
    • 提供者:yuhaoshuai
  1. Canny

    0下载:
  2. Canny边缘检测,及提取,轮廓跟踪 注意事项: 运行时,文件c:\test.bmp必须存在 -Canny edge detection, and extraction, contour following precautions: run-time, file c: \ test.bmp must exist
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:3.82mb
    • 提供者:小紫英
  1. C-SCAN

    3下载:
  2. 用于处理超声波相控阵C扫描的数据文件和图片处理,采用的是Matlab语言(the code of Matlab is used to process the data file and picture of ultrasonic phased array C scan)
  3. 所属分类:图形图像处理

    • 发布日期:2020-12-29
    • 文件大小:6kb
    • 提供者:yuankkee
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com