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

搜索资源列表

  1. ImageProcessSys

    0下载:
  2. 含有了图像处理中一些经典和常用的图像处理算法,如:灰度图像处理,图像增强,图像变换,形态学图像处理。其中灰度图像处理包含三个算法:彩色图转灰度图,灰度图直方图,直方图均衡化;图像增强含有:增加椒盐噪声,中值滤波,sobel算子边缘提取(水平方向和垂直方向一起考虑),laplace算子边缘提取,模糊,锐化;图像变换含有:haar小波变换,RGB转HSV颜色空间。形态学图像处理含腐蚀,膨胀,开操作,闭操作。-Contains some of the classic image processing
  3. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:310.22kb
    • 提供者:孙亚新
  1. houghlines

    0下载:
  2. hough算子线检测,houghline函数-hough line detection operator, houghline function
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:3.56kb
    • 提供者:tsai
  1. Colorimagecolorcomponentinter-exchange

    0下载:
  2. 全彩色图像的色彩分量间互换。对于彩色图像,图像的颜色是由每个像素点的RGB三分量的组合决定的。本实验的实验目的就是通过调整图像像素点RGB三分量的顺序来进行图像红、绿、蓝三个颜色分量间的互相转换,从而改变图像的颜色;比如:原图像为一朵红花,经过处理之后,我们将其变成绿花或者蓝花。运用到canny算子-Full-color images between color-component exchange. For color images, color images are from each pi
  3. 所属分类:Graph program

    • 发布日期:2017-05-18
    • 文件大小:4.79mb
    • 提供者:王力
  1. image-differential-operator

    0下载:
  2. 基于VC++图像处理程序,包含图像微分运算。-Based on VC++ image processing procedures, including image differential operator.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:283.61kb
    • 提供者:andy
  1. roLaLOG

    0下载:
  2. 自己编的matlab程序,Roberts算子,Laplacians算子以及LOG算子用于边缘检测,图像为Lena标准图像,可以直接运行-Matlab compiled its own procedures, Roberts operator, Laplacians operator as well as the LOG operator for edge detection, image of Lena standard image can be directly run
  3. 所属分类:Graph program

    • 发布日期:2017-04-07
    • 文件大小:1.34kb
    • 提供者:jin jing
  1. moravec_and_harris_operator

    0下载:
  2. 采用C程序对bmp图进行处理,并执行moravec和harris角点检测算子。-Bmp using C procedures were processed, and the implementation of moravec and harris corner detection operator.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-27
    • 文件大小:153.42kb
    • 提供者:wangk
  1. Gaussian-smooth

    0下载:
  2. 一种图像平滑处理方法,利用高斯算子进行,但会造成模糊-An image smoothing method, using the Gaussian operator is, but can cause blurred
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:162.56kb
    • 提供者:飞羽流星
  1. Canny-edge-operator

    0下载:
  2. 用Canny算子提取边缘,vc源码,是图像处理入门的好源码-Extracted with the Canny edge operator, vc source code, is a good entry-source image processing
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:172.52kb
    • 提供者:张国庆
  1. Extracted-by-Canny-edge-operator

    0下载:
  2. 本程序是基于visual c++下编程实现了利用canny算子实现了对图像的边缘提取。-This procedure is based on visual c++ programming under the operator realized by using canny edge detection of images.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:955.91kb
    • 提供者:weizhen
  1. ImageTool(geometric-operator)

    0下载:
  2. Image Processing Tool ( load & Image Enhancement & Arithmetic & Logic Operator & Spatial Filtering & Geometric Operator )
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-17
    • 文件大小:134.51kb
    • 提供者:Duckchun Park
  1. Using-Canny-edge-extraction-operator

    0下载:
  2. 边缘检测:用canny算子提取边缘,原始lena图像。这是边缘检测的一种方法-Edge detection: The canny operator edge extraction, the original lena image. This is a method of edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-05-19
    • 文件大小:5.34mb
    • 提供者:王兴杰
  1. Canny-operator-with-edge-extraction

    0下载:
  2. 用MFC实现用Canny算子提取边缘),是C++的基础学习,MFC编程-Using MFC Canny operator to extract edge), is the basis for learning C++, MFC Programming
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:390.89kb
    • 提供者:海之帆
  1. sift-operator

    0下载:
  2. 利用SIFT算子提取图像特征,经典算法源代码-Operator to extract images using SIFT features, the classical algorithm source code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:367.34kb
    • 提供者:小浩
  1. Image-Process-operator

    0下载:
  2. 这是一篇介绍图像处理中各种边缘检测的微分算子简单比较(Sobel,Robert, Prewitt,Laplacian,Canny)的文章,对初学者非常有用。-This is a descr iption of various edge detection image processing of relatively simple differential operator (Sobel, Robert, Prewitt, Laplacian, Canny) of the article, ver
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:12.39kb
    • 提供者:zhu bo
  1. Canny-operator-on-edge-detection

    0下载:
  2. 采用Canny算子进行边缘检测,常应用于数字图像处理-The Canny operator on edge detection, often used in the digital image processing
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3.75mb
    • 提供者:jianghui
  1. Edge-extraction-with-Canny-operator

    0下载:
  2. 用Canny算子提取边缘 用Can 用Canny算子提取边缘ny算子提取边缘-Edge extraction with Canny operator
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:172.47kb
    • 提供者:lygbyy
  1. Edge-extraction-with-Canny-operator

    0下载:
  2. 将彩色图像进行灰度变换以后,利用candy算子提取图像边缘。创建一个MFC工程框架,然后通过点击菜单功能实现边缘化提取。-Color images to gray-scale transformation, candy operator edge extraction. Create an MFC project framework, the marginalized and then by clicking on the menu functions extract.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3.15mb
    • 提供者:毛毛
  1. Edge-operator

    0下载:
  2. 边缘算子,非常完善,能够运行,效果很好。--Edge operator
  3. 所属分类:Special Effects

    • 发布日期:2017-05-22
    • 文件大小:6.6mb
    • 提供者:zhaojian
  1. Canny-operator

    0下载:
  2. canny边缘检测算子,可以检测出单像素的图像边缘,能够检测出细微的边缘,效果好-canny operator
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3.16mb
    • 提供者:ljd
  1. Canny-operator-to-extract-edge

    0下载:
  2. 图像处理基本变换-源程序之用Canny算子提取边缘程序-Image processing basic transformation- the source of the Canny operator to extract edge program
  3. 所属分类:Special Effects

    • 发布日期:2017-05-19
    • 文件大小:5.29mb
    • 提供者:Yu Roger
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com