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

搜索资源列表

  1. Choen-Sutherland

    0下载:
  2. Choen-Sutherland算法裁剪线段 计算机图形学中使用Choen-Sutherland算法进行图形多边形裁剪,并用MFC实现-Choen-Sutherland
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:41253
    • 提供者:稀饭
  1. ROI_toImage

    0下载:
  2. idl利用shp的roi进行图像裁剪处理-idl crop the image using roi
  3. 所属分类:Special Effects

    • 发布日期:2017-03-25
    • 文件大小:12451
    • 提供者:gaohao
  1. subset_via_roi

    0下载:
  2. idl编成的通过shp进行遥感图像批处理裁剪的程序-idl compiled through remote sensing images shp batch cutting process
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:1252
    • 提供者:gaohao
  1. E3-1

    0下载:
  2. 计算机图形学的一个小作业,用C#做的,主要是实现图像的裁剪~-I hope it will help everyone who download.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:33290
    • 提供者:胡慧
  1. liang1

    0下载:
  2. c语言实现的梁友栋裁剪算法,在屏幕上点击两个点,按c键进行裁剪-c language of the Liang Youdong clipping algorithm, two points on the screen click, press the c key to tailoring
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:165949
    • 提供者:
  1. My

    0下载:
  2. 程序主要是关于计算机图形学中的基本图元的生成,包括直线、圆和曲线!还有填充和裁剪-Computer Graphic
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:25368
    • 提供者:郭靖
  1. Cutting-algorithm.Rar

    0下载:
  2. 通过运行程序,可以实现线段裁剪的功能,并且可以选择不同的裁剪方法和不同的方向进行裁剪。-Through the operational procedures, and can realize the function of interval-number cutting, and can choose different cutting method and different directions by cutting.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:127490
    • 提供者:haoqiu
  1. 1

    0下载:
  2. 图形裁剪 利用c++6.0实现多种图形的编辑,裁剪。 附代码,设计-Graphics Clipping using c++6.0 achieve a variety of graphic editing, cutting. With code, design
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3757489
    • 提供者:徐华伟
  1. Graphics

    0下载:
  2. 计算机图形学的一些基本功能,包括二维图形变换,二维图形填充,裁剪-Some of the basic functions of computer graphics, including the two-dimensional graphics transformations, two-dimensional graphics filling, cutting, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:107925
    • 提供者:木子
  1. Graphics-cutting

    0下载:
  2. 这是计算机图形学方面的只是,用来进行图形裁剪-This is the only computer graphics, graphics used for cutting
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1984139
    • 提供者:吴天
  1. resizeviaevf

    0下载:
  2. 利用evf格式矢量文件对遥感图像进行裁剪,其中调用了envi函数,属于二次开发-Evf vector file format using the remote sensing image cropping, which is called the envi function, belongs to the secondary development
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2016-12-23
    • 文件大小:847
    • 提供者:cqp
  1. ChaiJian-huanghengguan

    0下载:
  2. 这是本人写的多边形裁剪算法的实现,多边形对于窗口的裁剪。-This is my written polygon clipping algorithm.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:1398464
    • 提供者:黄恒冠
  1. clip2

    0下载:
  2. VIsual C++6.0下MFC实现的直线的裁剪,鼠标左键按下拖动画裁剪矩形,手动画直线,右键封闭所画要裁剪的多边形。-VIsual C++6.0, MFC implementation of the cutting line, press the left mouse button and drag the cropping rectangle animation, hand animation straight line, cut right to close the polygon dr
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:35943
    • 提供者:dstmath
  1. caitu

    0下载:
  2. 一个可以进行图片裁剪的小程序,极其简单,操作方便。-Pictures can be cropped a small program, very easy to operate.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:50100
    • 提供者:孙惠
  1. chepaichuli

    0下载:
  2. 使用时打开此例题目录下pic中的图片,然后依次单击按钮“转”、“1”、“2”、“3”、“4”和“5”,就可以实现精确的车牌定位。 具体步骤 1.24位真彩色->256色灰度图。 2.预处理:中值滤波。 3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。 初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是最高、最低灰度值。 该阈值对不同牌照有一定的适应性
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2729133
    • 提供者:吴双
  1. caijian

    0下载:
  2. 计算机图形学 裁剪算法,c语言编程,易理解,代码含注释。-Computer graphics clipping algorithm, c programming language, easy to understand code with comments.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:17248
    • 提供者:陈志伟
  1. imgprocCGsignalproc

    0下载:
  2. BMP图像处理程序,包括模拟信道产生的高斯加性噪声;图像灰度变换;图像的拉普拉斯边缘提取;中点滤波法的debluring;图像线性模糊。 图形显示函数,包括DDA方法画直线;中点裁剪法;liang-barsky算法的窗口裁剪;种子填充算法; 随机信号处理程序,包括产生正态分布、均匀分布样本;计算其均值与方差;各样本的概率分布直方图分析;功率谱分析;样本叠加的PSD分布分析。-BMP image processing procedures, including analog channel
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:8325
    • 提供者:漢漢哥
  1. zhixiandcaijian

    0下载:
  2. 双击在指定的矩形区域内外产生任意几条直线段,然后程序实现将矩形区域外的直线段裁剪掉-Double-click the rectangular area in Double-click the rectangular area in designated inside produce any a few lines section, then program realization will rectangular area a line segment cutting off outside
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3675389
    • 提供者:yzhaosheng
  1. tuxing

    0下载:
  2. 掌握计算机图形学中各种常见图形的各种算法及其实现。特别要求直线,二次曲线,自由曲线,区域填充,二维图形裁剪,图形几何变换,自由曲面-To master a variety of computer graphics, a variety of common graphics algorithms and its implementation. Special request line, quadratic curve, free curve, area filling, cutting two-d
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1957522
    • 提供者:gongyeyu
  1. computer-graphics

    0下载:
  2. 计算机图形学实习代码,包括图形形成、图形裁剪、图形变换、图形显示等-Code for computer graphics training, including graphical form, cut graphics, graphics conversion, graphic display
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:967779
    • 提供者:w
« 1 2 3 4 5 6 7 89 10 11 12 13 14 15 »
搜珍网 www.dssz.com