搜索资源列表
ImageProcessSys
- 含有了图像处理中一些经典和常用的图像处理算法,如:灰度图像处理,图像增强,图像变换,形态学图像处理。其中灰度图像处理包含三个算法:彩色图转灰度图,灰度图直方图,直方图均衡化;图像增强含有:增加椒盐噪声,中值滤波,sobel算子边缘提取(水平方向和垂直方向一起考虑),laplace算子边缘提取,模糊,锐化;图像变换含有:haar小波变换,RGB转HSV颜色空间。形态学图像处理含腐蚀,膨胀,开操作,闭操作。-Contains some of the classic image processing
houghlines
- hough算子线检测,houghline函数-hough line detection operator, houghline function
Colorimagecolorcomponentinter-exchange
- 全彩色图像的色彩分量间互换。对于彩色图像,图像的颜色是由每个像素点的RGB三分量的组合决定的。本实验的实验目的就是通过调整图像像素点RGB三分量的顺序来进行图像红、绿、蓝三个颜色分量间的互相转换,从而改变图像的颜色;比如:原图像为一朵红花,经过处理之后,我们将其变成绿花或者蓝花。运用到canny算子-Full-color images between color-component exchange. For color images, color images are from each pi
image-differential-operator
- 基于VC++图像处理程序,包含图像微分运算。-Based on VC++ image processing procedures, including image differential operator.
roLaLOG
- 自己编的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
moravec_and_harris_operator
- 采用C程序对bmp图进行处理,并执行moravec和harris角点检测算子。-Bmp using C procedures were processed, and the implementation of moravec and harris corner detection operator.
Gaussian-smooth
- 一种图像平滑处理方法,利用高斯算子进行,但会造成模糊-An image smoothing method, using the Gaussian operator is, but can cause blurred
Canny-edge-operator
- 用Canny算子提取边缘,vc源码,是图像处理入门的好源码-Extracted with the Canny edge operator, vc source code, is a good entry-source image processing
Extracted-by-Canny-edge-operator
- 本程序是基于visual c++下编程实现了利用canny算子实现了对图像的边缘提取。-This procedure is based on visual c++ programming under the operator realized by using canny edge detection of images.
ImageTool(geometric-operator)
- Image Processing Tool ( load & Image Enhancement & Arithmetic & Logic Operator & Spatial Filtering & Geometric Operator )
Using-Canny-edge-extraction-operator
- 边缘检测:用canny算子提取边缘,原始lena图像。这是边缘检测的一种方法-Edge detection: The canny operator edge extraction, the original lena image. This is a method of edge detection
Canny-operator-with-edge-extraction
- 用MFC实现用Canny算子提取边缘),是C++的基础学习,MFC编程-Using MFC Canny operator to extract edge), is the basis for learning C++, MFC Programming
sift-operator
- 利用SIFT算子提取图像特征,经典算法源代码-Operator to extract images using SIFT features, the classical algorithm source code
Image-Process-operator
- 这是一篇介绍图像处理中各种边缘检测的微分算子简单比较(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
Canny-operator-on-edge-detection
- 采用Canny算子进行边缘检测,常应用于数字图像处理-The Canny operator on edge detection, often used in the digital image processing
Edge-extraction-with-Canny-operator
- 用Canny算子提取边缘 用Can 用Canny算子提取边缘ny算子提取边缘-Edge extraction with Canny operator
Edge-extraction-with-Canny-operator
- 将彩色图像进行灰度变换以后,利用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.
Edge-operator
- 边缘算子,非常完善,能够运行,效果很好。--Edge operator
Canny-operator
- canny边缘检测算子,可以检测出单像素的图像边缘,能够检测出细微的边缘,效果好-canny operator
Canny-operator-to-extract-edge
- 图像处理基本变换-源程序之用Canny算子提取边缘程序-Image processing basic transformation- the source of the Canny operator to extract edge program