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

搜索资源列表

  1. Image_src

    0下载:
  2. 图像处理源代码,实现了读取PGM图像,写PGM图像,对图像进行下采样得到一半大小图像的功能。testImage.cpp中包含main函数。-image processing source code, achieving PGM images read, write PGM image, the image sampling to be conducted under half the size of the image function. TestImage.cpp contains main
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1745
    • 提供者:万崇玮
  1. ShuZiTuXiangdip

    1下载:
  2. 图像处理的程序实现,基于matlab,但是没有直接采用matlab的相关语句。 内容包括:1.图像灰度直方图的显示、灰度直方图的计算 2.图像的几何变换——水平镜像图、垂直镜像图、水平错切图、垂直错切图 3.图像的平滑、锐化滤波 4.图像的阈值分割 运行程序的main函数,根据提示进行操作即可 -image processing program, based on Matlab, But not directly related to the use of Matlab statemen
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:3704
    • 提供者:张焕人
  1. Cpp1

    0下载:
  2. 边界方向的直方图统计。采用canny算法实现。 测试图片说明:(图像路径名请在main函数中AnsiString name=\"1.bmp\" 中设定) 1.bmp、2.bmp用来测试尺度变换后图像的识别; 3.bmp、4.bmp用来测试尺度变换后图像的识别; 2.bmp、2_shift.bmp用来测试平移后图像的识别。 实现输出灰度图、平滑图、边缘图以及双阈值处理后的边缘图; 运行后文件夹应该有Image1.bmp,Image2.bmp,Image3.bmp,Image
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:4680
    • 提供者:方哲
  1. readvc

    1下载:
  2. 基于轮廓的形状特征提取 1)该程序在VC++6.0下编译通过; 2)测试图片说明:(图像路径名请在main函数中fp=fopen(\"1.bmp\",\"rb\")中设定) 64×64 24bit BMP: 图像1、2用来验证旋转图像识别;图像1、3用来验证平移图像识别;图像1、4用来验证缩放图像识别; 120×120 24bit BMP: 图像5、6用来验证平移图像识别;图像7、8用来验证旋转图像识别; 3)结果说明: MCS.dat保存了Mountain Cl
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:3033
    • 提供者:方哲
  1. hough_DetectLinesFromImages

    0下载:
  2. 使用hough变换检测图像中的线条;包括main函数和其他4个操作函数,有实验图片!-Detection using hough transform image lines including the main function and operation of the other four functions, there are experimental picture!
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:6804
    • 提供者:重大包
  1. main

    0下载:
  2. 基于最小平方误差准则函数的分类器设计编写程序过程中,难点是收敛判别-Based on the least square error criterion function of the classifier design process of the preparation process, the difficulty of convergence discriminant
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:1187
    • 提供者:赵乃杰
  1. ImageCompressionEncodingBasedonwavelettransform.ra

    0下载:
  2. 基于小波变换的图像压缩编码Image Compression Encoding Based on wavelet transform,自己编的一种图像小波编码,压缩率达到12:1.希望能给新手有所提示.打开main函数,直接运行就行了。wavelet这个函数的参数详见它开头的说明. -Based on Wavelet Transform Image Coding Image Compression Encoding Based on wavelet transform, their own
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:178879
    • 提供者:youxia
  1. Winmain

    0下载:
  2. 采用Winmain代替Main.此debugger功能将从程序的开始(第一有效行)处全速执行,而不是从当前所跟踪的位置开始调 试,这时所有变量的当前值都将被丢弃,debugger会自动停在程序的main()开始处.这时如果选择Step Over(F10)就可以逐步执行main()函数了. -Using Winmain instead Main. This debugger functionality from the beginning of the procedure (the firs
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:423968
    • 提供者:大棚
  1. Main

    0下载:
  2. 这是关于数字图像处理的程序,包括灰度图像直方图显示、灰度图像直方图均衡化、灰度值线性变换处理、灰度值反转处理、二值化处理、几何变换消息处理函数、图像平移函数、图像缩放函数、双线性插值函数、近邻插值函数、梯形变换函数(打开、存储、显示图像文件头文件, 由深圳大学信息工程学院蔡茂国老师编写,2007.04)-This is about digital image processing procedures, including gray-scale image histogram display,
  3. 所属分类:Special Effects

    • 发布日期:2017-05-01
    • 文件大小:743938
    • 提供者:00
  1. HSIimg

    0下载:
  2. 实现的类可以将每个图片转成hsi颜色空间的图片并显示。在main函数中实现一个文件夹下对于视频的递归遍历,将每个视频中的每一帧取出,进行变换,最后将每个视频中所有帧的亮度值(hsi空间中的i)化成折线图输出并存储为图片,在亮度变化特别大的点用圆点圈出,图片存在视频所在目录下。由于要实现对视频中所有帧的处理,为了加快速度因此单独的将每幅图转成hsi之后现实出来的那三个窗口被注释掉了(否则会现),需要的去掉hsi.cpp后面的那几行注释符号就可以。想要转换颜色空间的,只需要单独用的可以只使用hsi.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4311722
    • 提供者:WingLer
  1. main

    0下载:
  2. 将样本矩阵FaceContainer进行主成分分析的整个过程封装在main函数中,参数K是主分量数目,即降维至K维。计算得出样本矩阵的低维表示LowDimFacesitting和主成分分量矩阵W。-The sample matrix FaceContainer principal component analysis of the whole process is encapsulated in the main function, the parameter K is the number o
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:604
    • 提供者:刘丕玉
  1. find_obj(surf)

    0下载:
  2. surf的C++实现类,包含main函数,可直接运行。需要OpenCV的支持-the class of SURF,include main function
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:3157
    • 提供者:zsh
  1. ImageFaceProcessing

    0下载:
  2. 用于视频中的图像处理,快速简便。从主程序main函数入口,可以很快理解程序架构。-Video image processing, fast and easy. From the main program main function entry, you can quickly understand the program structure.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1986359
    • 提供者:houlvlin
  1. fangwen

    0下载:
  2. 该源码实现对位图数据的访问,main()函数中,将读入的图像数据左下角1/4部分置成黑色并存盘,其他对位图的简单处理也可参考该源码,如实现反色,则改变所附的值即可。-Realize the source of the of bitmap data access, main () function in the lower left corner of the image data read 1/4 part set to black and archiving, and the other on
  3. 所属分类:Special Effects

    • 发布日期:2017-11-11
    • 文件大小:3953694
    • 提供者:米米
  1. PCA-main-recognization

    0下载:
  2. 独立的PCA子程序,可以任意调用该函数进行主元提取,main主函数为人脸识别主程序,可以直接运行,其中还包括人脸库-Independent PCA subroutine, you can call this function any principal component extraction main main function of face recognition main program can be run directly face database, which also incl
  3. 所属分类:Special Effects

    • 发布日期:2017-11-22
    • 文件大小:7934352
    • 提供者:shuijing
  1. Meanshift-Object-matching

    0下载:
  2. 基于meanshift目标匹配的程序,计算目标直方图,然后使用直方图反投影函数进行目标匹配,需要用户修改main函数中的视频存放地址。-Based match the meanshift target program to calculate the target histogram, and then use the histogram back projection function the target matching requires the user to modify the ma
  3. 所属分类:Special Effects

    • 发布日期:2017-11-14
    • 文件大小:3683209
    • 提供者:徐从营
  1. LineDection

    0下载:
  2. 论文《一种基于梯度的直线段检测算法—光子学报》的matlab源码和论文PDF,点main函数运行,直线段效果非常好。里面还有一个main_hf的哈夫变换的直线段检测方法,作为对比。-Paper " based on gradient line segment detection algorithm- Photon Technology" matlab source, point main function runs, the effect is very good straig
  3. 所属分类:Special Effects

    • 发布日期:2014-05-29
    • 文件大小:1199104
    • 提供者:qinxunhui
  1. sobel_prewitt_Laplace_edge-detection

    0下载:
  2. 利用的是sobel算子,prewitt算子以及laplace算子进行的边缘的提取操作。 每种算子用一个函数。最后的main函数调用各个函数完成边缘提取。 -Use the sobel operator, prewitt operator and laplace operator for edge extraction operation. Each operator with a function. The last main function call to complete each
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:35251
    • 提供者:fanyongxiang
  1. colorSegmentation

    2下载:
  2. 基于极大熵准则,通过改进型粒子群算法对图像进行多阈值分割,并与其他分割算法对比。 函数说明: main函数为主程序,无返回值和参数,可直接运行。运行结果将调用colorSegmentation()函数和PSO()函数-Based on maximum entropy criterion, through improved particle swarm optimization (pso) algorithm for image threshold segmentation, and c
  3. 所属分类:Special Effects

    • 发布日期:2015-04-12
    • 文件大小:693248
    • 提供者:li
  1. main

    0下载:
  2. opencv2.4.4图像加亮函数,本程序默认每个像素加亮25个单位,可以根据个人需要修改程序中的增量-opencv2.4.4 images highlight function, the program defaults for each pixel to highlight 25 units, you can modify the program according to individual needs of the incremental
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:260250
    • 提供者:李磊
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com