Description: 模拟图像边缘检测的C代码[原创]先把图像放大K倍,然后检测边缘。使用Roberts梯度检测法。该方法在边缘附近有失真,产生伪边缘。-simulation Edge Detection of C code [original] first image amplification K times, and then detected edge. Use Roberts gradient detection. The method is near the edge of distortion, pseudo-edge. Platform: |
Size: 1191 |
Author:hj |
Hits:
Description: 我自己编写的一个数字图像处理程序,演示了多种数字图像处理算法,包括直方图统计、线性变换、锐化、平滑、中值滤波、梯度法及Roberts梯度轮廓提取、伪彩色变换-I prepared a digital image processing, demonstrating a variety of digital image processing algorithms, including the histogram statistics, linear transformation, enhancement, smoothing, median filtering, and a gradient method and Roberts gradient profile extraction, transformation, etc. pseudo-color Platform: |
Size: 92025 |
Author:林叶 |
Hits:
Description: 我自己编写的一个数字图像处理程序,演示了多种数字图像处理算法,包括直方图统计、线性变换、锐化、平滑、中值滤波、梯度法及Roberts梯度轮廓提取、伪彩色变换-I prepared a digital image processing, demonstrating a variety of digital image processing algorithms, including the histogram statistics, linear transformation, enhancement, smoothing, median filtering, and a gradient method and Roberts gradient profile extraction, transformation, etc. pseudo-color Platform: |
Size: 92160 |
Author: |
Hits:
Description: 模拟图像边缘检测的C代码[原创]先把图像放大K倍,然后检测边缘。使用Roberts梯度检测法。该方法在边缘附近有失真,产生伪边缘。-simulation Edge Detection of C code [original] first image amplification K times, and then detected edge. Use Roberts gradient detection. The method is near the edge of distortion, pseudo-edge. Platform: |
Size: 1024 |
Author:hj |
Hits:
Description: 讨论和比较了几种常用的边缘检测算子。梯度
算子计算简单 ,但精度不高 ,只能检测出图象大致的轮廓 ,而对于比较细的边缘可能会忽略。Prewitt 和Sobel算子比 Roberts 效果要好一些。LOG 滤波器和 Canny算子的检测效果优于梯度算子 ,能够检测出图象较细的边缘部分。不同的系统 ,针对不同的环境条件和要求 ,选择合适的算子来对图象进行边缘检测。-Discussion and comparison of several commonly used edge detection operator. Gradient operator is simple, but accuracy is not high, only to detect the outline of the image generally, and for the more detailed the edge may be ignored. Prewitt and Sobel operator is better than Roberts effect. LOG filter and Canny operator detection better than gradient operator, can detect the edge of a smaller part of the image. Different systems for different environmental conditions and requirements, choose a suitable operator to image edge detection. Platform: |
Size: 156672 |
Author:liujia |
Hits:
Description: 遥感图像的打开处理程序,能够打开单波段,多波段图像,几何图像变换,线性拉伸变换,平滑
处理包括并行和串行,锐化处理包括梯度锐化、Roberts锐化、laplace锐化、sobel锐化等,还
有用绝对距离和马氏距离算法进行的监督分类算法等,包括了RAW格式数据资源-The opening of remote sensing image processing, to open the single-band, multi-band images, geometric image transformations, linear stretching transformation, smoothing, including parallel and serial processing, including gradient sharpening sharpening, Roberts sharpening, laplace sharpening, sobel sharpening, as well as with the absolute distance and Mahalanobis distance algorithm of the supervised classification algorithms, including the RAW format of data resources Platform: |
Size: 10661888 |
Author:幻影 |
Hits:
Description: 数字图像处理中的平滑和锐化(边缘检测)。包括1、添加椒盐、高斯噪声。2对噪声污染的图像分别使用邻域平均法、中值滤波法、K邻近平均法进行平滑。3对一幅图像利用Roberts梯度法、Sobel算子和拉普拉斯算子进行锐化,并比较结果。附处理源图像和处理结果截图。
-Digital image processing smoothing and sharpening (edge detection). Including 1, add salt and pepper, Gaussian noise. Two pairs of images were used noise pollution neighborhood average, median filtering, K close to the average method to smooth. 3 on an image using Roberts gradient method, Sobel operator and Laplacian sharpening, and compare the results. Laws dealing with the source image capture and processing results. Platform: |
Size: 281600 |
Author:刘雨相 |
Hits:
Description: 图像的几种锐化处理,包括sobel算子,roberts梯度法和laplace算子锐化。并且将四种图像放在一起形成对比。-Several image sharpening, including sobel operator, roberts gradient and laplace operator sharpening. And will contrast the four images together. Platform: |
Size: 74752 |
Author:o璐璐 |
Hits:
Description: This paper presents a fuzzy topology-based method to facilitate the use of larger gradient kernels. The new method effectively limits the response area around the edge and prevents neighboring objects to affect each other. Synthetic images are used to show the superior noise suppression properties and response characteristics to both step and ramp edges. Natural images are also used to assess the performance of the newly proposed topological gradient estimation qualitatively. One of the fastest methods of localizing edges in images is based on small gradient kernels, such as Sobel, Prewitt, and Roberts. Although small gradient kernels provide a fast way Platform: |
Size: 22528 |
Author:sudha |
Hits:
Description: This paper presents a fuzzy topology-based method to facilitate the use of larger gradient kernels. The new method effectively limits the response area around the edge and prevents neighboring objects to affect each other. Synthetic images are used to show the superior noise suppression properties and response characteristics to both step and ramp edges. Natural images are also used to assess the performance of the newly proposed topological gradient estimation qualitatively. One of the fastest methods of localizing edges in images is based on small gradient kernels, such as Sobel, Prewitt, and Roberts. Although small gradient kernels provide a fast way Platform: |
Size: 33792 |
Author:sudha |
Hits:
Description:
第一章作业:
用C语言或者VC,VB,Matlab或其他语言完
成如下实验:
1)打开一个BMP文件
2)将其局部区域的灰度值进行改变
3)另存为一个新的BMP文件
要求显示出原BMP图像和新BMP图像。
1。打开一幅图像,添加椒盐、高斯噪声,然后使用邻域平均法、中值滤波法、K邻近平均法进行平滑。
2。打开一幅图像,利用Roberts梯度法、Sobel算子和拉普拉斯算子进行锐化,并比较结果。
第五章作业
编写一个程序,对输入的图像进行哈夫曼编码,显示原图像的熵、编码后的平均码字长度、并能够根据编码重建出图像。
在图像中生成一个矩形,然后用模板匹配法找出矩形位置。使用SSDA或改进SSDA法。
第五章作业
编写一个程序,对输入的图像进行哈夫曼编码,显示原图像的熵、编码后的平均码字长度、并能够根据编码重建出图像。
-Chapter operations: in C or VC, VB, Matlab or other languages to complete the following experiment: 1) open a BMP file 2) the gray value of its local area to change 3) Save as a new requirements display BMP files the original BMP image and the new BMP image. 1. Open an image, add salt and pepper, Gaussian noise, and then use the neighborhood average, median filtering, K adjacent average smoothing. 2. Open the image using the Roberts gradient, Sobel operator and Laplacian sharpening, and compare the results. Chapter operations to write a program, the input image Huffman, display the original image entropy encoded average code word length, and be able to reconstruct the image according to encoding. Generate a rectangle in the image, then use template matching to identify position of the rectangle. Or improved using the SSDA SSDA method. Chapter operations to write a program, the input image Huffman, display the original image entropy encoded average code word length, and be Platform: |
Size: 6144 |
Author:杨智雄 |
Hits:
Description: 自己编的经典边缘检测和锐化算法,包含正交梯度法、Roberts梯度算子法、Prewitt梯度算子法、Sobel算子法、各向同性Sobel算子法;以及matlab自带工具箱相应算法的实现结果。希望对初学数字图像处理的朋友有帮助。-Their own series of classic edge detection and sharpening algorithms, including the orthogonal gradient method, Roberts gradient operator method, Prewitt gradient operator method, Sobel operator method, isotropic Sobel operator method and the corresponding algorithm matlab toolbox comes to achieve results. Digital image processing for beginners want to help a friend. Platform: |
Size: 2048 |
Author:guerchengmin |
Hits:
Description: 作业一
要求
用C语言或者VC,VB,Matlab或其他语言完成如下实验:
1)打开一个BMP文件
2)将其局部区域的灰度值进行改变
3)另存为一个新的BMP文件
要求显示出原BMP图像和新BMP图像。
作业二
要求
1. 编程实现图像傅立叶高通、低通滤波。
2. 尝试傅立叶压缩。
作业三
要求
编程实现图像DCT高通、低通滤波。并与傅里叶变换比较。
作业四
要求
找一幅曝光不足的灰度(或彩色)图像,按照直方图均衡化方法进行处理。
作业五(一)
要求
打开一幅图像,添加椒盐、高斯噪声,然后使用邻域平均法、中值滤波法、K邻近平均法进行平滑。
作业五(二)
要求
打开一幅图像,利用Roberts梯度法、Sobel算子和拉普拉斯算子进行锐化,并比较结果。
-Operating a
Requirements
C or VC, VB, Matlab or any other language, complete the following experiment:
1) Open a BMP file
2) the gray value of its local area change
3) Save as a new BMP file
Requirement that the original BMP images and BMP images.
Task 2
Requirements
A programming image Fourier high-pass, low pass filtering.
Try Fourier compression.
Assignment 3
Requirements
Programming to achieve high-pass, low pass filtering, image DCT. And compared with the Fourier transform.
Fourth Assignment
Requirements
Looking for an exposure less than the gray (or color) image to be processed in accordance with the histogram equalization method.
Assignment 5 (a)
Requirements
Open an image, add salt and pepper, Gaussian noise, and then use the neighborhood average, median filter, K, close to the average method of smoothing.
Assignment 5 (b)
Requirements
Open an image, use the gradient method of Roberts, Sobel operator and Laplacian sharpening, and compare the results. Platform: |
Size: 4187136 |
Author:李海宁 |
Hits:
Description: Roberts 边缘检测算子是根据任意一对互相垂直方向上的差分可用来计算梯度的原理, 采用对角线方向相邻像素之差-Roberts edge detector is based on the difference any pair of mutually perpendicular directions can be used to calculate the gradient of principle, the use of adjacent pixels diagonal direction difference Platform: |
Size: 1024 |
Author:xuchunyan |
Hits:
Description: Roberts边缘检测算子根据任意一对互相垂直方向上的差分可用来计算梯度的原理,采用对角线方向相邻两像素之差。(The Roberts edge detection operator can be used to calculate the gradient principle based on any pair of vertical differences. The difference between adjacent pixels is two pixels.) Platform: |
Size: 325632 |
Author:小豹 |
Hits: