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

搜索资源列表

  1. TestBmp

    0下载:
  2. 对图像做一些基本处理,如放大缩小,平滑锐化,边缘检测,hough变换-Do some basic image processing, such as zoom, smooth sharpening, edge detection, hough transform
  3. 所属分类:Special Effects

    • 发布日期:2017-11-20
    • 文件大小:142746
    • 提供者:xiaochao
  1. wanglu

    0下载:
  2. 用matlab 7.0软件完成数字图像处理(图像几何运算、图像增强及平滑、图像线性滤波、图像分割技术)的内容。设计出自己的GUI工程并生成EXE文件-Complete digital image processing using matlab 7.0 software (image geometric computing, image enhancement, and smooth, linear image filtering, image segmentation technology) c
  3. 所属分类:Graph program

    • 发布日期:2017-11-04
    • 文件大小:1284997
    • 提供者:wanglu
  1. IP_VPproject

    0下载:
  2. image processing 包含 dct,smooth filter and prediction, reconstruction image-image processing contains dct, smooth filter and prediction, reconstruction image
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-11-16
    • 文件大小:183459
    • 提供者:wu xiangjian
  1. Ex002

    0下载:
  2. VS2010 C++编写的BMP图像文件的读写、置固定值处理、反色处理、平滑处理等-VS2010 C++ prepared to read and write BMP image files, set a fixed value processing, anti-color processing, smooth handling, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-09
    • 文件大小:1795079
    • 提供者:赵东辉
  1. matlab

    0下载:
  2. 图像处理中边缘检测,膨胀,填充,平滑,然后人形识别-Image processing edge detection, swelling, filling, smooth, and human recognition
  3. 所属分类:Special Effects

    • 发布日期:2017-11-15
    • 文件大小:596
    • 提供者:galaxy
  1. source-code

    0下载:
  2. 空域图像的基本处理方法: 1、直方图均衡化 2、平滑滤波 3、中值滤波 -Airspace basic image processing methods: 1, histogram equalization, 2,smooth filtering 3, median filtering
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-12-04
    • 文件大小:249235
    • 提供者:依然
  1. 20130527ShowBmpProcessing

    0下载:
  2. 各种基本图像处理。平移、镜像、转置、反色、复原、缩放、sobel算子、hough变换、配准、平滑等等。注意:里面的一张图2.bmp需要放在D盘根目录下。-Basic image processing. Translation, mirroring, transpose, anti-color, restoration, zoom, sobel operator, hough transform, registration, smooth and so on. Note: there are a
  3. 所属分类:Special Effects

    • 发布日期:2017-11-22
    • 文件大小:5655106
    • 提供者:cloe
  1. PICZoom

    0下载:
  2. 图片处理样例代码,可以实现对BMP、JPG、PNG等格式图片的平滑放大、平滑缩小处理,对于初学图片处理编程有帮助。-Image processing sample code, can be achieved on BMP, JPG, PNG formats picture smooth zoom, smooth reduction processing, image processing program for the beginner to help.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-06
    • 文件大小:367144
    • 提供者:13051751305
  1. ImageProcess

    0下载:
  2. 《精通Visual C++图像处理编程》书上的源代码,图像处理过程,包括开闭膨胀腐蚀/平滑锐化/边缘增强边缘检测/快速傅里叶变换等功能-" Mastering Visual C++ image processing program" source code book, image processing, including opening and closing the expansion of corrosion/smooth sharpening/edge enhancem
  3. 所属分类:Special Effects

    • 发布日期:2017-06-19
    • 文件大小:28799615
    • 提供者:shendanfei
  1. Vc-P-P-image-smooth-processing

    0下载:
  2. VC++课程设计图像平滑处理,一个图像平滑处理处理软件,菜单式的人机界面,具有文件处理功能.-Vc++ course design of the image smooth processing, an image smoothing processing software, the menu of the man-machine interface, with functions of document processing.
  3. 所属分类:File Formats

    • 发布日期:2017-05-23
    • 文件大小:7653344
    • 提供者:开发者
  1. chap_04

    0下载:
  2. 数字图像处理,能够实现图像的平滑和中值滤波-Digital image processing, can achieve a smooth image and median filtering
  3. 所属分类:Special Effects

    • 发布日期:2017-04-26
    • 文件大小:187023
    • 提供者:孙玉梅
  1. ImageProcess

    0下载:
  2. 图像处理程序,C#窗体实现。功能有图像读入,保存;图像拉伸,旋转,缩放,计算直方图,直方图均衡,平滑处理,中直处理,锐化处理等-Image processing procedures, c# form.Features image read, save Image stretching, rotation, scaling, calculate the histogram, the histogram equalization, smooth processing, including proc
  3. 所属分类:CSharp

    • 发布日期:2017-04-28
    • 文件大小:89444
    • 提供者:lijing
  1. Digital_media_technology

    0下载:
  2. 本次实验所实现的图像处理与动画播放软件功能包括: 1.文件操作:打开,保存(均支持多种格式的图片)、确定 2.几何变换:图像缩放(等比例缩放,自由比例缩放),图像旋转(自由旋转、水平翻转) 3.色彩变换:获取单色通道(RGB)、灰度变换(包含当灰度级别为2时即为黑白变换),颜色逆反变换、霓虹色变换、平滑图像、锐化图像、图像浮雕效果 4.动画播放:打开并播放 Flash 动画 5.视频播放:打开并播放视频-The experiment achieved image proces
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:1939293
    • 提供者:雅盈
  1. smooth

    0下载:
  2. 文件主要融合了opencv的一些基本算法,如:平滑处理、图像分割、canny边缘检测以及ROI区域提取-The paper mainly combines some of the basic opencv algorithm, such as: smooth processing, image segmentation, Canny edge detection and ROI region extraction
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-30
    • 文件大小:12425065
    • 提供者:顾其洋
  1. tuxiangchulidaima

    0下载:
  2. 本文针对目前图像特效处理的需求,主要研究几种基本的数字图像处理算法,以达到人们所期待得到的各种不同的效果。并在基于Windows系统的Visual C++6.0集成开发环境下,生成BMP位图文件并对其进行读取,使用VC编码实现这些算法。编写程序在BMP位图文件中画出各种图像,例如:三角型,圆,正弦函数图。在点运算处理中介绍了灰度化处理,算法设计原理是将输入像素点的灰度值通过算法实现改变其相应输出点的灰度值。在图像增强中,介绍了图形的平滑和图像的锐化算法,其算法的设计原理是根据一个固定小区域的几个
  3. 所属分类:Special Effects

    • 发布日期:2017-04-28
    • 文件大小:13426
    • 提供者:jiatingqiao
  1. smooth-data

    0下载:
  2. 图形图像平滑处理程序,欢迎大家下载使用。-Graphic image smoothing processing program, welcome to download.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1044
    • 提供者:huangsw
  1. MyPhotoShop

    0下载:
  2. 课程的目的学习了解BMP的图像的结构,学会对BMP图像进行各种处理,图像平滑是指用于突出图像的宽大区域、低频成分、主干部分或抑制图像噪声和干扰高频成分,使图像亮度平缓渐变,减小突变梯度,改善图像质量的图像处理方法。数字图像处理中图像锐化同样是一个重要的部分,其目的有两个:一是使灰度反差增强,增强图像的边缘,使模糊的图像变得清晰起来;这种模糊不是由于错误操作,就是特殊图像获取方法的固有影响。二是提取目标物体的边界,对图像进行分割,便于目标区域的识别等。通过图像的锐化,使得图像的质量有所改变,产生更
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2446322
    • 提供者:chen
  1. amatlab

    4下载:
  2. 基于matlab写的一个道路障碍物识别,可检测道路障碍物,利用数字图像处理相关知识,如平滑,边缘检测等-Based on MATLAB write a road obstacle identification, can detect road obstacles, the use of digital image processing related knowledge, such as smooth, edge detection, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:2023844
    • 提供者:peibin
  1. junzhi_smooth

    0下载:
  2. 用于图像处理领域的均值平滑程序,经测试可以使用-Mean smooth program for image processing field, tested can be used
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-12
    • 文件大小:619
    • 提供者:wangzhiguo
  1. picureProcess

    0下载:
  2. 一个运用vs和opencv实现对图像一些基本的处理(如灰度直方图,灰度纯属变换,灰度拉伸,几何变换,图像的增强如简单平滑和高斯平滑中值滤波sobel连续细化等)的小程序。-And a use vs opencv achieve some basic image processing (such as histogram, gray purely transformation, gray stretch, geometric transformation, image enhancement, s
  3. 所属分类:Special Effects

    • 发布日期:2017-05-01
    • 文件大小:373214
    • 提供者:王鹏
« 1 2 3 4 5 6 7 89 10 »
搜珍网 www.dssz.com