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

搜索资源列表

  1. H263coder

    0下载:
  2. H.263编码器的主要特征:包括运动估计和补偿 离散余弦变换(DCT) 量化 熵编码 帧存储-H.263 coding for the main features : including motion estimation and compensation discrete cosine transform (DCT) quantify entropy coding frame memory, etc.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:769978
    • 提供者:韩建锋
  1. ImageEdgeProcessing

    3下载:
  2. matlab图像边缘边缘检测:包括小波多尺度边缘检测主程序、求纵向细节v和横行细节h的合成及模极大值、对矩阵取自适应阈值等-Matlab Edge Edge Detection : including wavelet multiscale edge detection main program. seeking details of the vertical and horizontal v h details of the synthesis and modulus maxima, the r
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:9791
    • 提供者:Jimmy Yen
  1. motiondetection

    0下载:
  2. 能够完整实现运动物体的检测ydpd.dsp This file (the project file) contains information at the project level and is used to build a single project or subproject. Other users can share the project (.dsp) file, but they should export the makefiles locally.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:281772
    • 提供者:吕彦廷
  1. Kmeans

    0下载:
  2. 标准C++/C处理BMP图像,没有使用VC中的BITMAP类及任何不在ANSI-C中的结构和函数。采用了k_means压缩算法处理24bit(可以更改源码使之支持8-bit,16-bit和灰度bmp)源码注释详细,其中对BMP文件BMPHEADINFO的处理比较有趣。 new.cpp---->主要的程序代码 *.h----->一个产生U(0,1)随机数的发生器,相合度较小,DES函数产生。-Standard C++/C handle BMP images, do not us
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:4251
    • 提供者:Yifan Young
  1. DigitalVerification

    1下载:
  2. 数字识别c++程序示范 数字识别基础知识 简单识别项目文件 -数字识别.dsp This file (the project file) contains information at the project level and is used to build a single project or subproject. Other users can share the project (.dsp) file, but they should export the
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:148462
    • 提供者:阿杜
  1. ColorTransformRGB-LAB

    0下载:
  2. 色彩模式除确定图像中能显示的颜色数之外,还影响图像的通道数和文件大小。这里提到的通道也是Photoshop中的一个重要概念,每个Photoshop图像具有一个或多个通道,每个通道都存放着图像中颜色元素的信息。图像中默认的颜色通道数取决于其色彩模式。-ColorTransform.h This is the main header file for the application. It includes other project specific headers (i
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:147356
    • 提供者:姬冠妮
  1. ppm

    0下载:
  2. 文件说明: function.h 函数申明 function.cpp 函数实现 main.cpp 函数调用 函数说明: ppmtoppm(char* in, char* out) 读入ppm24位彩色图像,输出ppm24位灰度图像 ppmtopgm(char* in, char* out) 读入ppm24位彩色图像,输出pgm256色灰度图像 ppmtobmp(char* in, char* out) 读入ppm24位彩色图像,输出bmp24位
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:556037
    • 提供者:fu hang
  1. HSIimg

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

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

    0下载:
  2. rgb to HSV,很有用,调试成功,可以应用-rgb to HSV,#include "stdafx.h" #include <iostream.h> void main(float R, float G, float B, float& H, float& S, float&V) { // r,g,b values are from 0 to 1 // h = [0,360], s = [0,1], v = [0,1]
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:603
    • 提供者:陈晓
  1. Kalman-filter-algorithm-VC

    0下载:
  2. 应用程序向导创建此kaermanlvbo为你所用。此应用程序不仅体现了基本的基础的微软应用,而且也是一个你的应用。 kaermanlvbo.h 这是主要的头文件的应用程序。它还包括其他项目具体标题(包括Resource.h)和申报 ckaermanlvboapp应用类。 kaermanlvbo.cpp 这是主应用程序源文件包含应用程序 ckaermanlvboapp. kaermanlvbo.rc- AppWizard has created this kaerm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:2038510
    • 提供者:暮林
  1. a

    0下载:
  2. ·· opencv ··· 基础程序中的模块匹配 -[code]#include <cv.h> #include <cxcore.h> #include <highgui.h> #include <stdio.h> int main( int argc, char** argv ) { IplImage*src,*templ,*ftmp[6] //ftmp will hold results int
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3246002
    • 提供者:燕子一舞
  1. Alper-Mean-Shift

    0下载:
  2. Mean shift的VC++算法实现,三通道都能实现,但是是按一定顺序实现的, open main.cpp and include all the .cpp and .h file in the project. - go to project then settings and then to debug, under working directory enter your directory where input.txt file is present, under prog
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2728234
    • 提供者:唐铁
  1. PhotoCom

    0下载:
  2. 完成图像的旋转,缩放,合并,使用时只需运行main即可,会对象对应的炒作选项,要修改图片的路径须在mian.c中修改,合并是需要在Function.h中修改-Complete the image rotation, scaling, combined, use only main can run, will object corresponding to the hype options, path to modify the image must be modified in the mian
  3. 所属分类:Special Effects

    • 发布日期:2017-04-27
    • 文件大小:75911
    • 提供者:dragon
  1. A

    0下载:
  2. 实现基本的H-S光流算法的matlab仿真(主函数和自定义函数)-To achieve the basic HS optical flow algorithm matlab simulation (main functions and custom functions)
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1610
    • 提供者:huang
  1. AutoCanny-master

    0下载:
  2. Zero-parameter, automatic Canny edge detection with C++ and OpenCV. This is a conversion of Adrian Rosebrock's python scr ipt to c++. Everything is contained in the include folder in auto_canny.h There's an simple code in src/main.cpp to rea
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-02
    • 文件大小:2048
    • 提供者:穿山甲说
搜珍网 www.dssz.com