CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - basic processing image

搜索资源列表

  1. DigitalImageProcessing

    0下载:
  2. 数字图像处理的基本算法的程序实现,以及彩色图像的直方图均衡化-Digital image processing procedure for realization of the basic algorithm, as well as the color image histogram equalization
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:740624
    • 提供者:天才
  1. LabVIEW(imageProc)

    9下载:
  2. LABVIEW基本图像处理功能,包括分割,边缘,骨架,3D,放大,缩小,镜像-LABVIEW basic image processing functions, including segmentation, edge, frame, 3D, zoom, mirror, etc.
  3. 所属分类:Graph program

    • 发布日期:2015-12-19
    • 文件大小:621817
    • 提供者:尹名航
  1. pixel_proc

    1下载:
  2. matlab像素级图像处理,,显示处理结果,适合于图像处理入门。包括了一些基本的图像处理方法,如求反,均值滤波中值滤波,拉斯变换,还有一个结构光条纹中心求取程序。所有程序有一个gui界面,方便操作。-matlab pixel level image processing, display the results, suitable for image processing started. Includes some basic image processing methods, such as
  3. 所属分类:matlab

    • 发布日期:2016-10-04
    • 文件大小:194560
    • 提供者:jumping
  1. pcnn_basix

    0下载:
  2. 基本PCNN演算法,處理圖像的基本類神經網路。-Basic PCNN algorithm, the basic image processing and neural networks.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:4165
    • 提供者:林小捲
  1. 2-DIPUM-Code

    0下载:
  2. Image processing Basic Programms -2 using Matlab-Image processing Basic Programms-2 using Matlab
  3. 所属分类:GIS program

  1. 24680

    0下载:
  2. 图像处理基本小程序:C语言包含HOUGH变换,图像缩放,去指数,方块编码,对比度拉伸-Basic image processing applet: C language contains HOUGH transform, image scaling, to index, code box, contrast stretch
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:1218020
    • 提供者:李辉
  1. MySecond

    0下载:
  2. 图像处理程序基本算法实现,基于MFC,实现了包括图像类型转换、几何变换、空域和频域滤波、图像分割和轮廓提取等功能,适合初学者-Basic image processing algorithm, based on the MFC, including the image type to achieve the conversion, geometric transformation, spatial and frequency domain filtering, image segmentatio
  3. 所属分类:Special Effects

    • 发布日期:2017-06-20
    • 文件大小:32859714
    • 提供者:徐启龙
  1. OpenCV4·0

    0下载:
  2. 基于OpenCV的图像处理,实现了图像的基本操作-Based on the OpenCV image processing, the realization of the basic operation of the image
  3. 所属分类:Special Effects

    • 发布日期:2017-05-25
    • 文件大小:8601596
    • 提供者:huayisuda
  1. 1

    0下载:
  2. 图像处理,用于处理图像相减,基于C++的语言,比较基本,希望能够有用-Image processing, for processing the image subtraction, based on C++ language, more basic, hoping to be useful
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-17
    • 文件大小:476447
    • 提供者:wang
  1. MATLABimageprocess1

    1下载:
  2. 实现对图像的基本处理,如:均值滤波、中值滤波、伪彩色处理。-To realize the basic image processing, such as: mean filtering, median filtering, pseudo-color processing.
  3. 所属分类:Graph program

    • 发布日期:2017-04-16
    • 文件大小:125754
    • 提供者:ghostlin
  1. imageview

    0下载:
  2. 图象处理程序,提供了图象直方图均衡,robert,sobel,prewitt,kirsch,gauss等方法的边缘检测运算,中值滤波,二维FFT变换和DCT变换,图象的反转,旋转等一些基本的图象模板变换和点变换的功能。目前只处理256*256的图象-Image processing procedures, provided the image histogram equalization, robert, sobel, prewitt, kirsch, gauss edge detection
  3. 所属分类:Graph program

    • 发布日期:2017-11-12
    • 文件大小:539247
    • 提供者:lukecheng
  1. BMPProcessT

    0下载:
  2. 一个实现了对BMP图像进行基本图像处理的程序,包括图像几何变化,FFT,和二值化等-A realization of BMP images of the basic image processing procedures, including changes in image geometry, FFT, and so on Binarization
  3. 所属分类:图形图象

    • 发布日期:2013-10-14
    • 文件大小:52306
    • 提供者:张磊
  1. 211167158152005911744433158923

    0下载:
  2. c语言处理图像的代码和文档说明,包括图像处理的各种基本变换和基本技术-c language code image processing and document.basic transformation and technology is offered.
  3. 所属分类:Graph program

    • 发布日期:2017-11-27
    • 文件大小:5116390
    • 提供者:韩阳
  1. rsimage

    0下载:
  2. c语言实现的遥感图像处理的一些基本操作,做遥感的朋友应该用得着-remote sensing image processing some of the basic operations, so remote sensing friends should be worthwhile
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-10
    • 文件大小:410834
    • 提供者:梅蕊
  1. BaseMFCPicturetoprocess

    1下载:
  2. 1、详细分析了当今流行的各种图像格式的编码与解码方法。 2、利用Microsoft Visual C++ 6.0作为开发工具,使用MFC Application Framework作为软件的基本架构,设计并开发了一个图片浏览器。 3、实现了对BMP、PCX、TGA、JPEG、GIF图像格式的图片进行读、写、显示等基本功能。 4、利用图像处理中一些变换算法,实现了图像的放大、缩小、旋转及百叶窗、马赛克等显示特效。 5、实现了各种图片格式的转换功能。
  3. 所属分类:Special Effects

    • 发布日期:2017-05-23
    • 文件大小:7253806
    • 提供者:dongda
  1. theBaseOfPictureProcess

    0下载:
  2. 图像处理基础的PPT,简单介绍一些图像基本知识-Image processing based on PPT, a brief introduction of some basic knowledge of image
  3. 所属分类:Graph program

    • 发布日期:2017-04-04
    • 文件大小:468035
    • 提供者:程成
  1. shuzituxiangchuli

    0下载:
  2. 此源代码为图像处理提供各种基本操作,可以为做实验节约很多时间。-This source code for image processing to provide a variety of basic operations, we can save a lot of time doing experiments.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-18
    • 文件大小:865262
    • 提供者:赵越
  1. imageProcess

    0下载:
  2. 计算机图象处理的java源代码,可以实现图象的放大\缩小等基本功能-Computer image processing java source code, images can be enlarged or reduced, such as the basic functions of
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-05
    • 文件大小:276252
    • 提供者:zyy
  1. MATLAB

    0下载:
  2. matlab图像处理程序,用于基本的图像处理方式方法,使用于初学者-matlab image processing procedures for basic image processing methods, used in beginners
  3. 所属分类:source in ebook

    • 发布日期:2017-05-30
    • 文件大小:12818585
    • 提供者:老何
  1. rotate

    0下载:
  2. 将图像进行旋转以便一时之需,基本的图象处理-Rotate the image in order to momentary needs, basic image processing
  3. 所属分类:Special Effects

    • 发布日期:2017-03-25
    • 文件大小:85054
    • 提供者:3301309
« 1 2 ... 41 42 43 44 45 4647 48 49 50 »
搜珍网 www.dssz.com