CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - per

搜索资源列表

  1. AviRead

    0下载:
  2. Descr iption: Reads AVI-files and processes position of pixel maximum per frame
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:5.15kb
    • 提供者:gz
  1. CORE 图形系统

    0下载:
  2. Graph with no options takes pairs of points (two numbers per line) from the given file (or standard input) as x- and y- values and plots them on the screen, connected by straight lines. A string surrounded by quotes \"...\" may follow a pair
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:51.62kb
    • 提供者:ysh
  1. 200561555616250020000

    0下载:
  2. 车牌识别系统 需要注意的地方: 使用VC++6.0做开发工具, 采用简单的SDI框架结构 ,一次处理一幅位图(有兴趣的可以作成MDI) 1)位图信息的数据是从左下往右下为一行,一行一行往上排的。 2)每行像素应该是4的倍数,不足的地方用空点补齐,读的时候注意跳过冗余点。 3)主要数据都存在Doc里面,BMP的主要数据存在一个由ImgData指向的BYTE型的内存空间(根据位图的大小,动态分配的)。 4)数据读进来以后,注意向
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:227.77kb
    • 提供者:yanglin
  1. runlengthcode

    0下载:
  2. 对二值图像(黑白图像)每行值进行RUN-LENGTH编码和解码-pair of two binary image (black-and-white images) per line value RUN-LENGTH coding and decoding
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:1.11kb
    • 提供者:qq
  1. chepairecognition

    0下载:
  2. 使用VC++6.0做开发工具,一次处理一幅位图(有兴趣的可以作成MDI) 1)位图信息的数据是从左下往右下为一行,一行一行往上排的。 2)每行像素应该是4的倍数,不足的地方用空点补齐,读的时候注意跳过冗余点。 3)主要数据都存在Doc里面,BMP的主要数据存在一个由ImgData指向的BYTE型的内存空间(根据位图的大小,动态分配的)。 4)数据读进来以后,注意向内存中贴图,以保证刷新的效率。 5)程序执行流程-use as a developm
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:508.03kb
    • 提供者:lihaichao
  1. chepaidetection

    0下载:
  2. 使用VC++6.0做开发工具, 采用简单的SDI框架结构 ,一次处理一幅位图(有兴趣的可以作成MDI) 1)位图信息的数据是从左下往右下为一行,一行一行往上排的。 2)每行像素应该是4的倍数,不足的地方用空点补齐,读的时候注意跳过冗余点。 3)主要数据都存在Doc里面,BMP的主要数据存在一个由ImgData指向的BYTE型的内存空间(根据位图的大小,动态分配的)。 4)数据读进来以后,注意向内存中贴图,以保证刷新的效率。 5)程序执行流程-us
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:118.5kb
    • 提供者:lihaichao
  1. analyze_values

    0下载:
  2. purpose computes histogram and some statistical measures (min, max, ...) for a list of values (one per line) compile gcc -g -o analyze_values analyze_values.c -lm -purpose computes histogram and some stati stical measures (min, max, ...) for
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:1.5kb
    • 提供者:王国树
  1. ArsWood-src

    0下载:
  2. This program demonstrates a procedurally generated 3D wood texture lit with per-pixel correct lighting.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:13.47kb
    • 提供者:fallsp
  1. VolumeFog

    0下载:
  2. The Volume Fog sample shows the per-pixel density volumetric rendering technique. The fog volume is modeled as a polygonal mesh, and the density of the fog at every pixel is computed by subtracting the front side of the fog volume from the
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:28.25kb
    • 提供者:姚俊光
  1. ROAM-LOD

    0下载:
  2. ROAM Simplistic Implementation By Bryan Turner brturn@bellsouth.net January, 2000 Project file for MS Visual C++ 6.0. Requires GLUT DLL (www.opengl.org) Adjust program constants in Landscape.h and Utility.cpp. MAPS: Default
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:372.25kb
    • 提供者:lifeng
  1. 2003374315

    0下载:
  2. 采用两种不同的方法绘制曲线 a) 二次B样条曲线 二次B样条曲线段的函数表达式为 (1) 其中 为控制顶点。 说明: ① 对任给定的一组控制顶点 ,每相邻三个控制顶点为一组进行曲线段绘制。即 为一组, 为一组,…, 为一组,所有曲线段连在一起即构成了整个B样条曲线。事实上,前一条曲线段的终点即是下一条曲线段的起点。 ② 在每一段曲线的绘制过程中, 取不同的值便得到曲线上不同的点。例如 时,由公式(1)可得到曲线的起点, 时可计算得到曲线的终点。为处理方便,可进行等距离选择,如10等份, 依次取0
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:1.8kb
    • 提供者:梁小秋
  1. YUV.rar

    0下载:
  2. yuv读取源程序,用户可以自定义每秒播放视频的帧数,yuv read the source code, the user can customize the number of frames per second video playback
  3. 所属分类:Special Effects

    • 发布日期:2017-05-30
    • 文件大小:11.94mb
    • 提供者:steveliu
  1. FFTmatlab

    0下载:
  2. 做FFT只能看出信号在0到分析频率(采样频率的一半)之间的相对分布,或者说得到以采样频率归一化的频率。 采样频率即取样频率,指每秒钟取得信号样本的次数。所以,采样频率就是1/(delta t),其中delta t为连续采两次信号的时间间隔。 采样频率/采样点数=频率分辨率。 -Signal do FFT can only be seen in the 0 to the analysis frequency (half the sampling frequency) relative
  3. 所属分类:Wavelet

    • 发布日期:2017-03-26
    • 文件大小:3.7kb
    • 提供者:代林鹏
  1. chap1-1

    0下载:
  2. 函数名称: * readBmp() * *函数参数: * char *bmpName -文件名字及路径 * *返回值: * 0为失败,1为成功 * *说明:给定一个图像文件名及其路径,读图像的位图数据、宽、高、颜色表及每像素 * 位数等数据进内存,存放在相应的全局变量中//位图读写程序-Function name:* readBmp ()** Function parameters:* char* bmpName- file name and path**
  3. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:299.34kb
    • 提供者:yushu
  1. Fast_Lattice_Shape_Matching_2D_Demo

    0下载:
  2. 鲁邦实时形变的快速网格形状匹配方法,这个代码我是向作者要来的。-FastLSM: Fast Lattice Shape Matching for Robust Real-Time Deformation. This demo is intended to illustrate the kinds of behavior attainable using the FastLSM algorithm, and to provide an example implementation of
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:426.33kb
    • 提供者:yishui pan
  1. backgroundSubtraction_v0

    0下载:
  2. 基于graphcut的背景建模程序,其中具备阴影去除功能,建模时对rgb三个颜色通道进行了高斯模型训练。程序需要OpenCV 1.0 的支持。-This is a C implementation of background subtraction given a set of background frames as a training set.The background model is per-pixel RGB space Gaussian, assuming independenc
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:14.46kb
    • 提供者:taotaoking
  1. pixel-shading

    0下载:
  2. GLSL实现vertex shading 和 per-pixel shading,通过两个茶壶实现对比-GLSL implementation vertex shading and per-pixel shading, contrast achieved through two teapot
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-09
    • 文件大小:2.61mb
    • 提供者:钱银玲
  1. bmpdisplay

    0下载:
  2. 读取BMP文件信息和显示,读取文件头信息,包括大小,长宽,水平和垂直分辨率,彩色数目,实际用到的彩色数目,关键颜色数目,压缩方式,每像素用到的bit数等-to read and display bmp file. output the header information, includnig file size, image width and height, horizontal and verticular resolution, number of color used and numb
  3. 所属分类:Picture Viewer

    • 发布日期:2017-03-31
    • 文件大小:53.01kb
    • 提供者:李升
  1. Per

    0下载:
  2. per are ekstraction feature of the digital image processing-per are ekstraction feature of the digital image processing
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:458.33kb
    • 提供者:Dimas
  1. Per-Fragment-Shader

    0下载:
  2. Per-Fragment-Shader-Application-Code: Small OpenGL 4.1 program for learning to write shaders
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-30
    • 文件大小:27.22kb
    • 提供者:shangchang
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com