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

搜索资源列表

  1. c实现图像处理常用算法集

    0下载:
  2. 本人收集的关于c实现图像处理常用算法,包括Hough变换,雕刻技术,灰度均衡,图像的3D灰度显示,拉普拉斯高斯边缘检测等等,-I collected on c achieve common image processing algorithms, including the Hough transform, carving, gray balance, 3D gray-scale images, Laplace Gaussian edge detection and so on.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:21.34kb
    • 提供者:陈曙
  1. ImageProBase

    0下载:
  2. Visual C++开发数字图像处理应用程序的入门上手的编程框架方法,功能包括图像的读取、存储、打印及基本处理如直方图、负片、均衡、拉伸等,附带了常用API库函数DIBAPI、ProcessAPI的源代码,其它则靠自己深入扩充了。-Visual C development of digital image processing applications adapt to the entry of the programming framework, including the function
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:171.58kb
    • 提供者:任勇
  1. DIPsoft

    0下载:
  2. 数字图像处理软件。实现了数字图像处理常用的基本功能。能将多种图像转变为BMP格式。-digital image processing software. Achieving a common digital image processing, the basic functions. Can multiple images into BMP format.
  3. 所属分类:图形图像处理(光照,映射..)

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

    2下载:
  2. 一个通用的边缘提取函数。通过输入不同的参数,能够实现Sobel算子、Prewitt算子、Roberts算子、Marr算子和Canny边缘检测。-a common edge extraction function. By entering different parameters to achieve Sobel operator, Prewitt operator, Roberts operator, Marr Operator and Canny edge detection.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:249.41kb
    • 提供者:胡雪飞
  1. Lvbochuli

    2下载:
  2. 实现一个通用的高通、低通、带通和带阻滤波器函数。其中又分别实现理想、巴特沃思和指数等滤波形式。用实现的函数对图1(lena_noise.bmp)进行低通处理,图2(lena_blur.bmp)进行高通处理,处理后分别进行伪彩色增强。-achieve a common high-pass, low-pass, band-pass and band stop filter function. It also achieve the desired respectively, Butterworth
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:251.74kb
    • 提供者:胡雪飞
  1. PixelFusion

    0下载:
  2. 一个演示图像融合操作的非常完美的源程序,不仅界面漂亮,还能更换皮肤,但最突出的就是功能强大,包括主成份变换、三角HIS变换等八种常用的图像融合变换技术。-a demonstration of the operation of Image Fusion is the perfect source, not only beautiful interface, but also the replacement of the skin, However, the most outstanding is
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:722.83kb
    • 提供者:万鹏
  1. HoughtransformC

    0下载:
  2. hough变换-一种很常用的变换方法,在图像处理中应用很广泛.-Hough Transform-a very common method of transformation in image processing applications is very wide.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1.79kb
    • 提供者:yeweimian
  1. MyProjectyuzhi

    0下载:
  2. 该源码包含了常见的图像形态学算法,如图像基本逻辑运算,阈值分割,边缘处理,孔洞填充-the source contains common morphological image algorithms, such as images basic logic operations, thresholding segmentation, edge, filled Hole
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:96.44kb
    • 提供者:jiangxia
  1. photo_delphi

    0下载:
  2. 常见的图像处理,如反色,淡入淡出,弯曲,变形-common image processing, such as anti-color fades out, bending and deformation
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:20.17kb
    • 提供者:刘起
  1. i3d-converter-0.50-src

    1下载:
  2. 图像处理和计算机视觉方面的源码,标准C++编写,包含了很多常用的图像处理和计算机视觉方面的算法实现。-image processing and computer vision of the source code, standard C, contains many common image processing and computer vision algorithm.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:182.37kb
    • 提供者:sjtuzyk
  1. IMAGECHULI

    0下载:
  2. 包括了常用的图象处理操作,包括平滑,锐化,边缘提取等等!值得一看!-including the common image processing operations, including smoothing, sharpening, edge extraction and so on! An eye-catcher!
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:301.6kb
    • 提供者:zxy
  1. DIPDemo

    0下载:
  2. 图像处理演示程序,作为图像处理的一个开发平台,里面包含了常用的图像处理功能,方便大家的开发利用。-Demonstration Program image processing, image processing as a development platform it contains the common image processing functions, to facilitate the development and utilization.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:341.7kb
    • 提供者:梁洪
  1. kernelspyfiles

    0下载:
  2. 这是收藏的代码,希望对大家有用 希望大家共同学习,共同进步-This is a collection of code, we want to wish everyone a useful learning and common progress
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:24.13kb
    • 提供者:何金杭
  1. basicImageProcess

    0下载:
  2. 这里面实现了普通数字图象处理,图象分析中的算法、处理,希望对学习相应课程的朋友有点帮助-achieve a common digital image processing, image analysis algorithms, handling, hope to study the appropriate course of a friend a little help
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:200.09kb
    • 提供者:黄春红
  1. CXIMAGE_SRC.ZIP

    1下载:
  2. Windows下图象处理。可读取/保存常见的多种图象格式,如bmp,jpg,jpeg,png,pcx,tif,tga,gif,wmf,emf,wbmp,可做常规的图象处理,如缩放,裁减,翻转,镜像,旋转,柔化,锐化,亮度,对比度,模糊,伪彩,浮雕,边缘检测,中值滤波,不同图片的颜色通道分离,合并,gamma,fft变换处理等,有多文档窗口的demo程序,demo本身就能算是个功能完善的图象处理工具,能够学到很多图象处理知识。-Windows image processing. Reads / p
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1.29mb
    • 提供者:免战牌
  1. lwcontour

    0下载:
  2. live-wire是一种常用于医学图像的交互式分割方法,其基本思想是利用动态规划方法产生图像中给定两点间的最优路径,合理地构造代价函数和选择起始点和目标点,用以提取物体的边缘,十分有效,该份文件中包含说明文件,操作方便.-live-wire is a common medical images in the interactive segmentation method, The basic idea is to use dynamic programming methods to image
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:6.18kb
    • 提供者:陈正文
  1. AMVGenConver

    1下载:
  2. AMV精灵/AMV助手常见问题收集(最全 最好的AMV问题大全) 前言:自AMV精灵/AMV助手今年3月发布以来,在各大下载站都名列前茅。有许多热心的网友都给我发来邮件,提供了许多的建议和问题。在这里,本篇文章收集了常见问题以及解决方法,方便大家查询。 -AMV Wizard / AMV Help FAQ collection (most of the best all issues Solutions AMV) Introduction : Since AMV Wizard / AM
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1.44mb
    • 提供者:Liweu
  1. Common-standard-image

    0下载:
  2. 图像处理的常用标准图,包括Lena,Fruits,Airplane等-Common standard layout image processing, including Lena, Fruits, Airplane, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1.74mb
    • 提供者:tangxiaoyan
  1. common-image-processing-operations

    0下载:
  2. 《数字图像工程案例》配书源码-图像处理常见操作-Digital image Projects with source book- common image processing operations
  3. 所属分类:Special Effects

    • 发布日期:2017-12-06
    • 文件大小:22.24kb
    • 提供者:
  1. common-image

    0下载:
  2. 常用图像 拼接算法综述概括,讲述图像拼接的相关算法及应用-Summary of common image stitching algorithm generalization algorithms and applications about image stitching
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:240.39kb
    • 提供者:heyanyan
« 12 3 4 5 6 7 8 9 10 ... 23 »
搜珍网 www.dssz.com