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

搜索资源列表

  1. Graphics

    0下载:
  2. 一个集成的图形界面的程序,可调用每一次作业子程序。一、调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆。二、多边形扫描转换算法和区域填充算法实现(扫描线算法为必做,基于求余运算的边缘填充和边标志算法为任选;基于种子的区域填充采用4连通区域的递归种子填充算法,或扫描线种子填充算法,要求种子点(x,y)可交互输入)。三、线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的多边形,再画矩形的裁剪窗口,然后选择裁剪
  3. 所属分类:Special Effects

    • 发布日期:2017-06-03
    • 文件大小:14.75mb
    • 提供者:Peng
  1. dir2dgauss

    0下载:
  2. Write a function as below which computes a directional first order derivative of 2D Gaussian function: h=dir2dgauss(M, sigma1, N, sigma2, theta).The kernel h is going to have a size of M x N and theta is the angle that the detector is rotated (counte
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:26.05kb
    • 提供者:Chen Gaojun
  1. H.26x

    0下载:
  2. H.26x系列算法的研究与实际应用案例 H.26x系列算法的研究与实际应用案例-H. 26 x series algorithm research and application cases
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1.9mb
    • 提供者:DAVE
  1. blur_mtrx1

    1下载:
  2. 输入卷积核h和信号长度N,生成卷积矩阵H conv(h,x, full ) == blur_mtrx1(h,length(x), full )*x 支持‘full’‘valid’和‘circular -generate the blur matrix
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-10-19
    • 文件大小:90.26kb
    • 提供者:xuyq
  1. add0line

    0下载:
  2. 当我们画好一张图后,有时候需要加一些线上去,例如加0值线或其他值,有时候画某一时刻线,以突出前后的差异 用法: h=add0line(ha, base ,singlevalue, x ) ha为当前axes句柄,可以不指定,自动为gca base 表示基准线,后面的singlevalue为线的基准值(可以为单值或向量), x 为平行于x轴,如果为 y 则表示平行于y轴- add 0(or other value) line to current axes, parallel
  3. 所属分类:Special Effects

    • 发布日期:2017-11-07
    • 文件大小:627byte
    • 提供者:zhoudg
  1. imgtool

    0下载:
  2. /** * * 图像处理:根据传递过来的坐标参数,x,y,w,h,依次为选取的x坐标,y坐标,w宽度,h高度 * 通过imagecopy()方法将该区域copy至第一步创建的空白图像中 * 注意,在创建图像的时候要用imagecreatetruecolor()真彩色,不然用imagecreate()图片会失真 */-failed to translate
  3. 所属分类:Special Effects

    • 发布日期:2016-01-25
    • 文件大小:3.2mb
    • 提供者:000000
  1. histogram

    0下载:
  2. function H = histogram(X, B) 序列的直方图统计 X : 输入序列 B : 直方图统计区间的中间值,按从小到大排列。 H : 直方图统计结果 注:第一个统计区间的左边界是-inf,最后一个统计区间的右边界是inf。 扩展1:采用2种或以上方法实现该函数,在算法思路、内存使用、速度上应有明显不同。 扩展2:对输入的二维矩阵进行缩放。 -function H = histogram (X, B) Sequence histog
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2.31kb
    • 提供者:李三
  1. algorithm-based-on-DCT-domain

    0下载:
  2. 一种基本的DCT域数字水印嵌入算法,很适合新人参考阅读使用-请键入文字或网站地址,或者上传文档。 取消 Yī zhǒng jīběn de DCT yù shùzì shuǐyìn qiànrù suànfǎ, hěn shìhé xīnrén shēn kǎo yuèdú shǐyòngA basic DCT digital watermarking algorithm, it is suitable to use the new reference reading
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:340.5kb
    • 提供者:彭述
  1. CImg-1.5.4

    0下载:
  2. 很小很方便的一个图像处理小工具包,使用时只需要把CImg.h头文件加入工程即可-The CImg Library is an open-source C++ toolkit for image processing. It consists in a single header file CImg.h providing a minimal set of C++ classes and methods that can be used in your own sources,
  3. 所属分类:Special Effects

    • 发布日期:2017-05-31
    • 文件大小:12.28mb
    • 提供者:芍药
  1. relative-offset

    0下载:
  2. 仿真出两矢量x(M=30), y(N=28),给出变换矩阵H,并计算验证相关抵消后是否有 e 垂直于y,-Simulation of the two vectors x (M = 30), y is there (N = 28), gives the transformation matrix H, and calculate the correlation offset verify after e is perpendicular to y,
  3. 所属分类:Special Effects

    • 发布日期:2017-04-27
    • 文件大小:11.57kb
    • 提供者:Joice14
  1. x

    0下载:
  2. 一种均值加速中值滤波迭代算法 ,该算法不需要对所有像素的邻域值进行排序,而是对像素的邻域值有选择性的排序,排序后的中值直接替代原像素值-introduces a fast algor i thm of m edium f i ltering .T h e a l gor i thm chooses som e elem ents for sortin g order nota l l elem en ts by using th e m ean s of valu e. A nd the p
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:91.07kb
    • 提供者:汤军
  1. wt2

    0下载:
  2. IHS变化 IHS rgb2hsv(ms) 将RGB变换到IHS空间,生成的IHS图像中,1通道对应H,2通道对应S,3通道对应I 读全色图像 pan imread( bbb0g.bmp ) pan imresize(pan,[512,512]) 直方图匹配 [counts,x] imhist(IHS(:,:,3)) pan histeq(pan,counts) 用pan代替IHS的I分量 IHS(:,:,3) pan 逆IHS变换
  3. 所属分类:Special Effects

    • 发布日期:2017-12-13
    • 文件大小:547byte
    • 提供者:郭治亨
  1. dataset

    1下载:
  2. .熟悉BMP图像的结构,编程实现BMP图像的阅读和显示。 编程实现彩色BMP图像的三个分量R、G、B的显示,Y、I、Q,H、S、I分量和X、Y、Z的显示。 获取图像任意一点的像素值(Familiar with the structure of BMP image, programming to realize the reading and display of BMP image. The programming realizes the display of three compone
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-08
    • 文件大小:194kb
    • 提供者:phoebephoebe
搜珍网 www.dssz.com