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

搜索资源列表

  1. chepaizhibie

    0下载:
  2. 识别车牌的源码,可以先对图像进行各种操作,如锐化,平滑,提取骨架,细化,分割,定位,提取边缘,等等。是一个比较详细,内容丰富的源码包。-A source code to recongize the car number. It first do the several operation to images, such as Sharpness, Smooth, Low Pass, Crop, and Locate , Edge Dectet, etc. It is a detailed , v
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:233.95kb
    • 提供者:卫飞
  1. Crop

    0下载:
  2. 图像分割成固定的大小(256×256)-images divided into fixed size (256 256)
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:332.69kb
    • 提供者:朱晓霞
  1. MyCAD

    0下载:
  2. 计算机图形学画直线,画折线,拉框放大缩小,裁剪-Computer graphics drawing a straight line, painting line, pull box, zoom, crop
  3. 所属分类:CAD

    • 发布日期:2017-03-23
    • 文件大小:89.16kb
    • 提供者:小馍
  1. CropFaceTest

    0下载:
  2. the crop tool of face images
  3. 所属分类:Special Effects

    • 发布日期:2017-05-01
    • 文件大小:596.56kb
    • 提供者:zw huang
  1. subset_evf

    1下载:
  2. 用IDL实现遥感图像处理中使用矢量文件进行遥感影像裁剪,主要步骤为:获取矢量文件地理坐标,转为ROI,确定裁减区域,进行裁剪。-IDL achieve vector files used in remote sensing image processing for remote sensing image cropping, major steps: get the geographic coordinates of the vector file, converted to ROI, dete
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-07-15
    • 文件大小:1.33kb
    • 提供者:李晓宁
  1. Liang-Barsky_Line_Clipping

    1下载:
  2. 任意指定一个矩形窗口和一条待裁剪的线段,用Liang-Barsky 法进行裁剪,画出裁剪后的线段-Arbitrarily specify a rectangular window and a line segment to be cut, crop, draw the line segment cropped Liang-Barsky
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-08
    • 文件大小:2.32mb
    • 提供者:shao
  1. jiancai

    0下载:
  2. 计算机图形学的剪裁 十分有用,在C++上运行-Computer Graphics of the crop very useful, in the C++ Run
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2.41kb
    • 提供者:roye
  1. Character_Recognition_Training__NN_for_classificat

    0下载:
  2. 图像特征识别通过神经网络训练方法实现,是学习参考的好资料-you will need first to run the file that name "charGUI4.fig" and on the right side there is a load training set where you have to train the system first, run any data that is should be from 1 to 9 and 0 like ( 1 2 3 4 5 5
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:693.14kb
    • 提供者: 反对撒
  1. cut

    0下载:
  2. 利用位图取得图片像素,类似于photoshop中的图象剪裁-Obtained using a bitmap image pixels, similar to photoshop the image crop
  3. 所属分类:Graph program

    • 发布日期:2017-04-07
    • 文件大小:13.03kb
    • 提供者:曹惠
  1. Question1

    0下载:
  2. Create an application that given two images of digits or letters it returns true if they match and false if they are different. It would be useful to return a degree of how true or false your output is. Assume that another application crop the im
  3. 所属分类:Graph program

    • 发布日期:2017-05-11
    • 文件大小:2.55mb
    • 提供者:marwa
  1. crop

    0下载:
  2. crop files in openCV
  3. 所属分类:OpenCV

    • 发布日期:2017-04-04
    • 文件大小:1.05kb
    • 提供者:sapan doshi
  1. imagecrop

    0下载:
  2. 用matlab对各种图像进行裁剪,是图像处理中经常用到的步骤-Various images with matlab crop,which is often used in image processing steps
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:16.73kb
    • 提供者:sherryhxp
  1. howto_crop_picture

    0下载:
  2. 如何剪贴图片。介绍使用VB对图片进行剪贴-howto crop picture for VB
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:24.32kb
    • 提供者:henry
  1. CropImages

    0下载:
  2. 用于图像剪裁的源码,可以实现图像任意位置的放大。-crop image
  3. 所属分类:Graph program

    • 发布日期:2017-04-17
    • 文件大小:158.91kb
    • 提供者:黄胜平
  1. TransformShow

    0下载:
  2. 此程序可以对图像的感兴趣区域进行裁剪,也可以旋转和缩放图像。-The program can crop interesting region of image,rotate image and zoom image
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3.45mb
    • 提供者:陈建东
  1. Graphics

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

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

    0下载:
  2. 这是一个行人样本的裁剪程序,能批量裁剪图像用于训练行人样本的训练,有个说介绍了使用方法,只是个测试版本,有点漏洞的。-This is a sample of the cutting process pedestrians can crop the image used for training the pedestrian volume of training samples, there is a method that describes how to use, just a test ve
  3. 所属分类:Special Effects

    • 发布日期:2017-05-27
    • 文件大小:9.54mb
    • 提供者:shanleo
  1. How_to_crop_a_picture_any

    0下载:
  2. Visual C++编程技巧精选 如何任意裁剪图片-How to crop a picture any
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:195.32kb
    • 提供者:chen
  1. ROI_toImage

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

    • 发布日期:2017-03-25
    • 文件大小:12.16kb
    • 提供者:gaohao
  1. Crop-Image

    0下载:
  2. 裁剪图像Crop Image,matlab将图像裁剪-Cropped image Crop Image, matlab image cropping
  3. 所属分类:Special Effects

    • 发布日期:2017-11-14
    • 文件大小:16.87kb
    • 提供者:林峰
« 12 3 4 »
搜珍网 www.dssz.com