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

搜索资源列表

  1. PicturePro

    0下载:
  2.  这是用VC++编写的图像处理源程序,可以实现各种图像处理操作,如锐化,边缘提取,图像分析,图像复原等。-This is with VC to prepare the image processing source code, can achieve a variety of image processing operations such as sharpening, edge extraction, image analysis, image and recover.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:310378
    • 提供者:zxc
  1. xiangsufuzhituxiangsuofang

    0下载:
  2. 本实验是一个采用基于像素复制的方式来进行图像缩放的程序,它分别由两个小程序组成,图像缩小和图像放大,程序的输入为一个图像矩阵和缩放因子(为整数)。图像的缩放是对图像进行的一种几何变换,通过对图像对应矩阵得操作来实现对图像大小的改变。像素复制方法的图像缩放的原理主要是对原来输入图像的整行或是整列像素进行简单的复制与删除,达到改变图像的大小的目的,-Used in this experiment is a pixel-based approach to copy image scaling proc
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:1046349
    • 提供者:jhm
  1. image

    0下载:
  2. wxwidgets对图像操作的源码,很有借鉴价值-wxWidgets source image to operate, it is worth drawing
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-19
    • 文件大小:3306722
    • 提供者:张涛
  1. Jpeg

    0下载:
  2. JPEG图像的常用处理函数,包括读取及一些常用操作-JPEG image processing functions commonly used, including some commonly used to read and operate
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-05
    • 文件大小:397708
    • 提供者:李强
  1. rotate

    0下载:
  2. 对一个图像的一些基本操作 如旋转 压缩 平移 裁剪-An image of some of the basic operations such as rotary cutting compression translation
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:191892
    • 提供者:王钰
  1. morph32e

    0下载:
  2. 用于图像的处理,比如图像的变形以及平滑操作等-For image processing, such as image distortion and smooth operation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:337053
    • 提供者:lcy
  1. ImagePaintingProgramBasedonHalftoning

    0下载:
  2. 本实验要求编写一个能够完成两幅图像之间的四种算术运算的通用程序,还要求对于两幅图像的乘法,所编写的乘法程序能够完成一幅图像乘以一个常数的功能。图像中的算术操作主要以像素为基础在两幅和多幅图像间进行。在四种算术操作中,减法和加法在图像增强处理中最有用,两幅图像相除可以看成是一幅图像的取反与另一幅图像相乘,图像与一个常数相乘以增加其平均灰度,图像的乘法主要用于处理更广泛的模板操作的增强处理。实验中编写的程序实现了图像之间的四种算术运算,也可以通过增强的图像的效果来体现这四种算术运算的不同效果。-er
  3. 所属分类:Special Effects

    • 发布日期:2017-05-02
    • 文件大小:773635
    • 提供者:jhm
  1. EasyAnalysis

    0下载:
  2. 实现图像处理基本操作的函数库,里面有分割,滤波,增强,边缘检测,形态学操作等基本函数的实现。设计了图像的基类,扩展性好-Image processing to achieve the basic operation of the library, there are segmentation, filtering, enhancement, edge detection, morphological operations, such as the realization of the basic
  3. 所属分类:Graph program

    • 发布日期:2017-05-15
    • 文件大小:3845476
    • 提供者:herman
  1. DIBDisplay

    0下载:
  2. 能完成基本的图像操作,包括放大、缩小、漫游、图像裁剪、直方图均衡、直方图规定化等操作,希望对数字图像处理的初级学员有帮助-To complete the basic image operations, including Zoom, narrow, roaming, image cropping, histogram equalization, histogram and other provisions of the operation, in the hope that digital im
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:94711
    • 提供者:赵贾平
  1. graphics

    0下载:
  2. 数字图像处理源码,包括各种最基本的图像操作-Digital image processing source code, including the most basic image operation
  3. 所属分类:Graph program

    • 发布日期:2017-05-29
    • 文件大小:5713859
    • 提供者:Rabby
  1. ImageTest

    0下载:
  2. 图像处理实例, 基本图形操作 -Examples of image processing, basic graphics operation of the basic graphics operations
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-09
    • 文件大小:1090
    • 提供者:Steven
  1. aboutimagepreoperation

    0下载:
  2. 用于学习数字图像处理的预处理,有很多基本和经典的图像操作时限,很好的效果。是用vc++编写的。-For the study of digital image processing of pre-treatment, have a lot of basic and classic image operation time limit, good results. Using vc++ are prepared.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-26
    • 文件大小:43770
    • 提供者:hongrong
  1. edgedetection2003

    0下载:
  2. 数字图像的边缘检测 本科毕业设计(边缘检测是数字图像处理中的重要内容。本文首先对图像的边缘检测的各种算法和算子做了总结和分析。Canny最早提出了边缘检测的三条连续准则:最优检测结果、最优定位和低重复响应,并在这些准则的基础上得到了“最优线性滤波器”―高斯函数的一阶导数。经过十几年的发展,目前已经有了对这个准则的很多改进,本文也对这个方面的工作做了小结。Demigny在理论分析和实践的基础上给出了边缘检测的离散准则,并且证明在离散准则中Canny提出的第三个准则可以被阀值操作所取代。本文利用
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:1397911
    • 提供者:swx
  1. ImagingDemo1

    0下载:
  2. wince环境下的图像操作演示程序。使用了opennetcf框架。-wince environment image operation and demonstration of procedures. Opennetcf framework used.
  3. 所属分类:Windows CE

    • 发布日期:2017-04-27
    • 文件大小:311052
    • 提供者:黄奎
  1. MedFilter

    0下载:
  2. 利用C++编写图像中值滤波程序,主要完成基本的中值滤波操作,其他模版容易跟据现有程序增加或改进-The use of C++ to prepare the image median filtering procedure, mainly to complete the basic median filter operation, other templates easily to add for modification
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:1516
    • 提供者:zhaocf
  1. Imagesegmentation

    0下载:
  2. 图像分割是用于图像处理中的很重要的一步,想用VC做图像处理的初学者操作实践其中的源码可以很快入门。-Image segmentation are used for image processing an important step, want to do image processing using VC beginner to operate one of the source code of practice can quickly entry.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:367576
    • 提供者:st
  1. quickPic

    0下载:
  2. vb 语言处理图像速度很慢,因为采用的是系统的读取函数逐个象元来读取。本程序可以快速的读取多种格式的图像文件,并能快速的绘制。方法是文件操作方法,而非系统函数。-vb language processing images is very slow, because systems are used to read function to read each pixel. This procedure can quickly read the image files in multiple for
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:3010
    • 提供者:fanyanan
  1. BatchCrop_v1.0

    1下载:
  2. 本程序可以帮助用户对一个目录下的全部图像文件进行裁剪,操作简单,用户只需首先打开一幅图像,然后指定裁剪区域,点击批量裁剪按钮即可。-This procedure can help the user to crop all the image in a directory, it s easy to operate, users simply open the image first, and then specify the crop area, click Batch cropping but
  3. 所属分类:Windows Develop

    • 发布日期:2015-09-22
    • 文件大小:294960
    • 提供者:Chen Fei
  1. img-reg

    0下载:
  2. 对图像实现骨架化操作、提取边界、执行图像开运算度、增强图像对比度并提取文本图像中的某些字符对象。-Implementation of the image skeleton operation, extraction of the border, the implementation of open computing degree images to enhance image contrast and to extract the text of some of the characters
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:1006
    • 提供者:fjdata
  1. cc

    0下载:
  2. 1. 图像文件的格式;   2. 图像编程的基础-操作调色板;   3. 图像数据的读取、存储和显示、如何获取图像的尺寸等;   4. 利用图像来美化界面;   5. 图像的基本操作:图像移动、图像旋转、图像镜像、图像的缩放、图像的剪切板操作;   6. 图像显示的各种特技效果;   7. 图像的基本处理:图像的二值化、图像的亮度和对比度的调整、图像的边缘增强、如何得到图像的直方图、图像直方图的修正、图像的平滑、图像的锐化等、图像的伪彩色、彩色图像转换为黑白图像、物体边
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:50754
    • 提供者:刘铁桥
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com