搜索资源列表
灰度图像边缘检测的函数
- 灰度图像边缘检测的函数-gray image edge detection function
Edgedetection
- 在matlab环境下,结合c语言,给出了常用三种图像处理的代码:灰度图像边缘检测,K-L变换,图像的统计直方图。
Grayimageedgedetectionfunction
- 灰度图像边缘检测的函数,把目标从背景中提取出来
MATLAB图像处理源程序
程序代码说明
P0201:MATLAB赋值
P0202:MATLAB中的for循环
P0203:MATLAB中的for循环和if条件
P0205:MATLAB图像处理的基本操作
P0206:MATLAB高级图像处理操作
P0207:根据RGB图像创建一幅灰度图像
P0208:二值图像的取反操作
P0209
B样条小波边缘检测的改进算法
- 第1章为绪论。简要介绍了课题研究背景、意义及研究现状。 第2章具体介绍小波变换应用在图像边缘检测的基本原理。在连续小波变 换基础上引入实际中应用范围较广的离散小波变换,重点分析了多分辨率小波 变换。 第3章介绍B样条小波边缘检测的改进算法。基于B样条小波变换,将 Contourlet变换应用在多尺度自适应阈值边缘检测中。 第4章介绍多层次自适应空间系数高斯小波边缘检测方法。将灰度共生矩 阵特征值应用在高斯小波变换中,提出一
灰度图像边缘检测的函数
- 灰度图像边缘检测的函数-gray image edge detection function
c实现图像处理常用算法集
- 本人收集的关于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 edg
IMGbeta
- 实现对8位BMP格式图像的一些处理功能,包括图像的边缘检测和多灰度图像边缘聚焦等等.-to achieve eight BMP format images of some processing functions, includes images of edge detection and more gray Edge Highlights etc..
CarPlateRec
- 车牌定位与识别系统,首先将彩色图像转化为256灰度图像,然后用边缘检测和形态学等实现定位,再用神经网络方法实现字符识别.-plates positioning and identification system will first color image into a 256 grayscale image, Then Edge Detection and morphology, and so on to achieve positi
Edgedetection
- 在matlab环境下,结合c语言,给出了常用三种图像处理的代码:灰度图像边缘检测,K-L变换,图像的统计直方图。-In the matlab environment, the combination of c language, given the commonly used three types of image processing code: gray-scale image edge detection, KL transfo
EdgeDetect_matlabcode
- 读入图像TestImage1.jpg,并转换为灰度图像gray_im;使用Sobel算法对灰度图像gray_im进行边缘检测;结果图像保存为out_im.jpg。-Read into the image TestImage1.jpg, and converted to gray image gray_im using Sobel algorithm for gray image gray_im edge detection the
zhencaichuli
- 真彩色图像处理,可以实现灰度化边缘检测铝箔等基本算法-True color image processing, you can realize edge detection of gray aluminum foil basic algorithm
image
- 简单的图像处理:读取图像,灰度图像的边缘检测,二值图像的边界像素,模糊图像处理,帧图像,以及图像类型的转换-Simple image processing: to read the image, gray image of the edge detection, binary image of the border pixels, fuzzy image processing, fr a me images, and image typ
Grayimageedgedetectionfunction
- 灰度图像边缘检测的函数,把目标从背景中提取出来-Gray-scale image edge detection function of the target extracted from the background
work
- 利用膨胀 腐蚀 对灰度图像进行基于形态学的边缘检测-Expanding the use of corrosion on the gray image to achieve edge detection
tuxiangdebianyuanjiance
- 灰度图像边缘检测 图像处理 边缘检测 用matlab编写的灰度图像检测 很好的 -Gray-scale image processing edge detection edge detection with the preparation of the gray image matlab good detection
imageEdgeDetect
- edge_detect.m : 图像边缘检测 其中使用 梯度算子边缘检测 : roberts算子、prewitt算子、Sobel算子、Canny算子 二阶微分算子法 : 拉普拉斯高斯算子、canny算子 lenna.bmp : 原始灰度图片 实验结果文件夹 : 保存了实验过程中生成的图像和程序流程图-edge_detect.m: edge detection which uses the grad
byjc
- 图像边缘检测主要用于增强图像中的轮廓边缘、细节以及灰度跳变部分,形成完整的物体边界,达到将物体从图像中分离出来或将表示同一物体表面的区域检测出来的目的。(In image edge detection is mainly used to enhance image contour edge, details and gray level jump part, forming a complete object boundary, rea
边缘检测
- 提供了使用多种算子,对灰度图像进行边缘检测的方法。检测效果不错,供初学者参考。(A method for edge detection of gray images using multiple operators is presented. Detection effect is good, for beginners reference.)