CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 2D图形编程 搜索资源 - basic processing image

搜索资源列表

  1. ipl98_v2.18.tar

    0下载:
  2. 图像处理软件,支持BMP文件格式,提供图像旋转、变换、边缘提取等一般图像处理的基本操作接口。-image processing software, supports BMP file formats, image rotation, transform, edge extraction general basic image processing interface.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:1.14mb
    • 提供者:杨建文
  1. sztxhqcljsjyy2

    0下载:
  2. 数字图像获取处理及实践应用 主要是图像基本处理功能的实现-digital image processing and access to practical application is mainly basic image processing functions to achieve
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:2.51mb
    • 提供者:wusw
  1. vcviewimage

    0下载:
  2. 自己编写的一个图像处理的程序,在具有基本的图像处理功能基础上,采用了双窗口显示,方便图像的对比,并且实现还原功能。-prepared by an own image processing procedures, with the basic image processing functions on the basis of the dual-window display to facilitate image contrast and to achieve the reduction func
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:252.29kb
    • 提供者:lionheart
  1. Done

    0下载:
  2. 图像处理方法的基本框架(可以实现基本的图像处理功能,包括图像增强,图像的点运算等)-image processing method the basic framework (which may achieve basic image processing functions, including image enhancement, Image Point, etc.)
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:205.08kb
    • 提供者:刘玥
  1. WinCImage

    0下载:
  2. 基本的影像處理函式,常見的濾波器、幾何、合成、色相、飽合度等彩色影像處理-basic image processing function, and common filters, geometric, synthesis, hue, color saturation and other image processing
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:1.16mb
    • 提供者:王科翔
  1. erzhibianhua1

    0下载:
  2. 用几种不同的方法对图像进行二值化处理,图像的基本处理方法-used several different methods to image binarization, the basic image processing methods
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:5.09mb
    • 提供者:haaha
  1. f-domain...

    0下载:
  2. 该程序为在VC++环境下利用MFC编写的图像处理的小程序,能显示和处理真彩色和灰度图,并包含有基本的图像变换处理分析函数!-the procedures for the use of VC environment prepared by the MFC small image processing procedures, display and can handle true color and gray-scale map, and includes a basic image process
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:292.97kb
    • 提供者:kaxiya
  1. digitalimage

    0下载:
  2. 基本数字图像处理。包括图像的显示、处理等功能。-Basic digital image processing. Including image display, processing and other functions.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-11
    • 文件大小:1.74kb
    • 提供者:太子湾
  1. jtVCimage

    0下载:
  2. 《精通VC++ 图像处理》的源码,在分析常用的图像处理技术的基础上,基于面向对象的编程技术,结合大量的示例,向读者展示了用VC++进行图像编程的基本方法和技巧。-" Proficient in VC++ image processing," source code, commonly used in the analysis of image processing technology based on object-oriented programming-based tec
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-01
    • 文件大小:561.66kb
    • 提供者:guiyangyang
  1. 11104102PIC

    0下载:
  2. 大三时图像处理课程的最终的复习程序,包含了图像的各种基本变换,如放大缩小分割等-Third image processing courses at the final review process, including the basic transform images, such as segmentation, such as zoom
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-07
    • 文件大小:53.44kb
    • 提供者:wxl
  1. DigitalPicture

    0下载:
  2. 基本上包含了所有数字图像处理基本算法的源代码,代码简单,对学习数字图像处理是不可多得的-Basically includes all the basic algorithms of digital image processing of the source code, the code is simple, to the study of digital image processing is a rare
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-28
    • 文件大小:10.09mb
    • 提供者:12
  1. imageprocessingbyvc

    0下载:
  2. 图像处理的C++代码,主要是图像的读取与显示,图像处理的一些基本算法。-Image processing, C++ code, it include read and display of image, and many basic algorithm of image processing.
  3. 所属分类:2D Graphic

    • 发布日期:2017-06-21
    • 文件大小:34.49mb
    • 提供者:张森
  1. imageprocessprograms

    0下载:
  2. 图像平滑,图像锐化,小波变换,边缘检测等一系列对图像处理的基本方法,用matlab仿真实现-Image smoothing, image sharpening, wavelet transform, edge detection, a series of image processing of the basic method, using matlab Simulation
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-16
    • 文件大小:67.38kb
    • 提供者:西瓜籽
  1. DIPDemo

    0下载:
  2. 实现了图像处理常用的基本方法,包括直方图均衡,几何变换,空域滤波,2维快速傅里叶变换,图像复原,图像压缩,边缘检测等方法。-The image processing used to achieve the basic methods, including histogram equalization, geometric transformation, spatial filtering, two-dimensional fast Fourier transform, image restora
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-20
    • 文件大小:5.83mb
    • 提供者:jason
  1. PicEffect

    0下载:
  2. 二维图像的基本处理,包括imfilter等matlab库函数的移植-The basic two-dimensional image processing, including imfilter matlab library function such as migration
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-11
    • 文件大小:2.66mb
    • 提供者:pupu
  1. idllowpass

    0下载:
  2. idllowpass 医学图像处理基础实验必备,适合新手参考-idllowpass medical image processing basic experiments necessary for the novice reference
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-07
    • 文件大小:2.76kb
    • 提供者:your nanme
  1. proj_1

    0下载:
  2. 用MFC作的,包含基本图像处理,例如灰度变换,对数变换,直方图均衡-Using MFC, contains basic image processing, such as gray-scale transformation, logarithmic transformation, histogram equalization, etc.
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-25
    • 文件大小:2.36mb
    • 提供者:王力
  1. image-dilate-and-corrupt

    0下载:
  2. 图像形态学处理最基本的两程序,图像膨胀和图像腐蚀-The two basic morphological image processing program, image expansion and image corrosion
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-12
    • 文件大小:140.22kb
    • 提供者:张瑞
  1. Basic-Digital-Image-Processing

    0下载:
  2. 集成图像处理基本算法,简单快捷的实现算法步骤。-Integrated image processing basic algorithm is simple and efficient algorithm steps.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-29
    • 文件大小:355.15kb
    • 提供者:valdise
  1. image-grad

    0下载:
  2. 基于OPENCV,实现不同梯度算子的边缘提取,其中包括最基本的像素操作,适合初学图像处理。-Based on OPENCV, the realization of different gradient operator edge extraction, including pixel operation is the most basic, suitable for beginners of image processing.
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-03
    • 文件大小:918.1kb
    • 提供者:yangming
« 12 »
搜珍网 www.dssz.com