Welcome![Sign In][Sign Up]
Location:
Search - gradient sobel image

Search list

[Special Effectsimproc

Description: 一个完整的Visual C++程序,包含了图像的RGB调整,傅立叶变换,傅立叶反变换,对比度调整,颜色转换 梯度算子检测,sobel算子检测 均值滤波和中值滤波,程序已经通过调试.-a complete Visual C program includes a RGB image adjustment, Fourier transform, Fourier transform, contrast adjustment, color conversion operator gradient detection, segmentation operator for the mean and median filtering filtering, testing procedures have been adopted.
Platform: | Size: 4400128 | Author: 杨萧 | Hits:

[Special Effectsedgaijin

Description: 边缘就是指图像局部亮度变化最显著的部分,它是检测图像局部变化显著变化的最基本的运算。对于数字图像,图像灰度灰度值的显著变化可以用梯度来表示,以边缘检测Sobel算子为例来讲述数字图像处理中边缘检测的实现-edge means partial image brightness changes the most significant part of it is partial image change detection significantly change the basic arithmetic. For digital images, image intensity values of gray significant gradient changes can be expressed as Sobel edge detection to operator as an example to talk about digital image processing to achieve Edge Detection
Platform: | Size: 2113536 | Author: beibeidai | Hits:

[Special Effectstest12-28

Description: 1.几种灰度变换,分段线性化,平方变换,对数变换,平方根变换等等 2.几种滤波器,中值滤波,均值滤波等等 3.图像分割,边缘检测,轮廓提取,以及SOBEL梯度算子 4.彩色图像,红色通道,绿色通道,蓝色通道 5.图像的几何变换,图像缩放,镜像(水平镜像和垂直镜像) -1. Several gray-scale transformation, piecewise linear, square transform, the number of transformation, and so on two square root transformation. Several filter, filter, filtering, etc. 3. Image segmentation, edge detection, contour extraction, and the gradient operator SOBEL 4. Color images, red, green channel, blue channel 5. Image geometry transform, image scaling, image (horizontal and vertical mirror image)
Platform: | Size: 68608 | Author: gloria | Hits:

[Special EffectssobelEdgeDetection

Description: Sobel算子边缘增强算法,利用梯度下降原理边缘化图象-Sobel operator enhancement algorithms, using gradient descent principle marginalized image
Platform: | Size: 1024 | Author: 江边漫步 | Hits:

[Special EffectsDIP

Description: 数字图像处理全解 包括均值滤波 Laplacian算子 Robert梯度 Sobel梯度 Prewitt梯度算子等-Digital image processing solutions include all-mean filter Laplacian operator Robert gradient Sobel gradient Prewitt gradient operator such as
Platform: | Size: 174080 | Author: roy | Hits:

[Graph programLRG51

Description: 实现两种锐化图像输出,要求采用两种梯度算子: (1)Sobel梯度算子(2)拉普拉斯算子:-The realization of two types of sharpening the image output request using two gradient operator: (1) Sobel gradient operator (2) Laplacian:
Platform: | Size: 1024 | Author: 赵少敏 | Hits:

[Special Effectsimage_enhancement

Description: (1)获得图象的直方图,将其均衡化,显示灰度变换函数及图象效果; (2)分别用梯度法、拉氏算子、Sobel算子以及中值过滤等方法对图象进行增强,并对增强效果进行比较; (3)用钝化算子、高频提升、内查、外推等方法对图象进行增强。 (4)用Matlab工具进行彩色图象增强方法和彩色图象处理方法的实验-(1) to obtain images of the histogram equalization to show gray-scale transformation function and image results (2), respectively, with gradient method, Laplace operator, Sobel operator and the value of filters and other methods of image to strengthen and enhance the effectiveness of comparison (3) passivation operator, high-frequency enhancement in the investigation, the extrapolation methods of image enhancement. (4) using Matlab tools color image enhancement and color image processing method of experiment
Platform: | Size: 2270208 | Author: 杨怡 | Hits:

[Graph Recognizecompare_of_edge_detect_methods

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:

[Special Effects200432590139

Description: 各种基本图像处理功能:1、格式转换:将RAW格式转换成BMP格式;2、线性变换;3、图像平滑;4、图像增强;5、边缘检测:梯度算子,Robert梯度算子,Prewitt算子,Laplacian算子,Sobel算子,Marr算子;6、直方图显示;7、形态运算(二值化、腐蚀、膨胀、开运算、闭运算);8、自动分类及类别提取:K均值分类。其中:1.2.3.4.5.7仅能对灰度图处理,6.8不仅能处理灰度图还能处理彩色图-Basic image processing functions: 1, format: RAW format will be converted to BMP format 2, linear transformation 3, image smoothing 4, image enhancement 5, Edge Detection: Gradient Operator, Robert gradient operator, Prewitt operator, Laplacian operator, Sobel operator, Marr operator 6, histogram display 7, computing forms (two-value, corrosion, swelling, open computing, closing operation) 8, automatic classification and type of extract: K-means classification. One of: 1.2.3.4.5.7 only treatment for grayscale, 6.8 can not only deal with deal with grayscale color map
Platform: | Size: 3769344 | Author: 叶心怡 | Hits:

[Special EffectsSHARP

Description: 锐化处理技术来加强图像的目标边界和图像细节,对图像进行梯度算子、拉普拉斯算子、Sobel算子设计,使图像的某些特征(如边缘、轮廓等)得以进一步的增强及突出-Sharpen the image processing techniques to enhance the objectives of the border and image detail, image gradient operator, Laplacian, Sobel operator design, some features of the image (such as edge, contour, etc.) can be further enhanced and prominent
Platform: | Size: 2048 | Author: 顾艳华 | Hits:

[Special EffectsImage

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:

[Graph programsmagic

Description: 图像处理综合例子,提供的功能主要有:    (1) 打开,显示,保存(另存),打印包括bmp,jpg,tif,gif,tga,pcx,png,psd等在内的各种常用图像 (2) 可以对图像实现放大/缩小观看,并可显示其直方图(态度,红,蓝,绿四通道) (3) 点运算:图像格式转换,阈值变换,窗口变换,灰度拉伸,态度均衡 (4) 几何变换:平移,转置,缩放,旋转,水平镜像,垂直镜像 (5) 正交变换:傅立叶,离散余弦,沃什,霍特林等 (6) 图像增强:图像平滑,中值滤波,梯度锐化,拉普拉斯锐化和伪彩色 (7) 形态学处理:腐蚀,膨胀,开,闭,细化 (8) 边缘与轮廓:边缘检测(robert,sobel,prewitt...),Hough变换,轮廓提取,种子填充,轮廓跟踪 编译时需要将Intel\lib,isee\lib,TIFF\LIB加入到vc6的工具\选择\目录\library files中-Comprehensive example of image processing to provide the functions are: (1) Open, display, save (Save), print, including bmp, jpg, tif, gif, tga, pcx, png, psd, etc., all commonly used image (2) can be achieved on the image to enlarge/reduce the view, and can display the histogram (attitude, red, blue, green, four-channel) (3) of operations: image format conversion, threshold transform, the window transform, gray stretch, balanced approach (4) geometric transformations: translation, transposition, scale, rotate, horizontal mirror, vertical mirror (5) orthogonal transformation: Fourier, discrete cosine, Walsh, Hotelling, etc. (6) image enhancement: image smoothing, median filtering, sharpening gradient, Laplacian sharpening and pseudo-color (7) morphological processing: erosion, dilation, opening, closing, thinning (8) edge and contour: edge detection (robert, sobel, prewitt ...), Hough transform, contour extraction, seed fill, contour tracking Compile
Platform: | Size: 6663168 | Author: 黄知 | Hits:

[Special Effectssharpen

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:

[Special EffectsMYGUI

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:

[Special Effectsshuzituxiangchul

Description: 数字图像处理,设计并分别应用罗伯茨梯度、拉普拉斯算子、Sobel算子、Prewitt算子、Isotropic算子对图象进行锐化操作,达到图象锐化效果。-Digital image processing, design and application respectively, Laplace operator Roberts gradient, Sobel operator, Prewitt operator, Isotropic operators on image sharpen operation, achieve image sharpen effect.
Platform: | Size: 404480 | Author: 媛媛 | Hits:

[matlabImage-processing-1

Description: edge detector using Sobel and Gradient Operator in Matlab
Platform: | Size: 108544 | Author: Vinh | Hits:

[Otherbianyuanjiance

Description: 程序的功能是对载入的图像进行边缘检测,检测的算子有微分算子、梯度算子、prewitt算子、roberts算子、sigma算子、sobel算子和canny算子。-Function of the program is loading the image edge detection, detection of a differential operator operator, gradient operator, prewitt operator, roberts operator, sigma operator, sobel operator and canny operator.
Platform: | Size: 22528 | Author: 陈勇 | Hits:

[Special EffectsDigital-Image-Processing

Description: 1 打开一个BMP文件,将其局部区域的灰度值进行改变,另存为一个新的BMP文件,要求显示出原BMP图像和新BMP图像。 2.编程实现图像傅立叶高通、低通滤波。 3.打开一幅图像,添加椒盐、高斯噪声,然后使用邻域平均法、中值滤波法、K邻近平均法进行平滑 4.打开一幅图像,利用Roberts梯度法、Sobel算子和拉普拉斯算子进行锐化,并比较结果。 5.编写一个程序,对输入的图像进行哈夫曼编码,显示原图像的熵、编码后的平均码字长度、并能够根据编码重建出图像 6.在图像中生成一个矩形,然后用模板匹配法找出矩形位置。使用SSDA或改进的SSDA法。-1) open a BMP file, change the gray values ​ ​ of its local area, and save it as a BMP file, the request shows the original BMP images and BMP images. 2. Programming image Fourier high-pass, low-pass filtering. 3 Open an image, add salt and pepper, Gaussian noise, and then use the neighborhood average, median filter, K adjacent average method for smoothing 4 Open an image using the Roberts gradient method, Sobel operators and Laplacian sharpening for, and compare the results. 5 to write a program, Huffman coding of the input image, the display of the original image entropy, and the average code word length of the encoded, and be able to reconstruct the image according to the coding 6. Generate a rectangle in the image, and then use the template matching method to identify the position of the rectangle. Using SSDA or improved SSDA method.
Platform: | Size: 909312 | Author: fei | Hits:

[DSP programImage

Description: 索贝尔算子(Sobel operator)是图像处理中的算子之一,主要用作边缘检测。在技术上,它是一离散性差分算子,用来运算图像亮度函数的梯度之近似值。在图像的任何一点使用此算子,将会产生对应的梯度矢量或是其法矢量 Sobel算子有两个,一个是检测水平边沿的;另一个是检测垂直平边沿的。Sobel算子另一种形式是各向同性Sobel (Isotropic Sobel)算子,也有两个,一个是检测水平边沿的,另一个是检测垂直边沿的各向同性Sobel算子和普通Sobel算子相比,它的位置加权系数更为准确,在检测不同方向的边沿时梯度的幅度一致。由于建筑物图像的特殊性,我们可以发现,处理该类型图像轮廓时,并不需要对梯度方向进行运算,所以程序并没有给出各向同性Sobel算子的处理方法。由于Sobel算子是滤波算子的形式,用于提取边缘,可以利用快速卷积函数,简单有效,因此应用广泛。 -Sobel operator (Sobel operator) operator is one of image processing, mainly for edge detection. Technically, it is a discrete difference operator for the operation gradient approximation image brightness function. At any point using this image operator, will have its corresponding gradient vector or vector method Sobel operator has two, one is to detect the horizontal edge the other is to detect vertical flat edge. Sobel operator is another form of isotropic Sobel (Isotropic Sobel) operator, there are two, one is to detect the horizontal edge, and the other vertical edge detection isotropic Sobel operator Sobel operator and ordinary compared to its location more accurate weighting factor, consistent detect edges in different directions when the magnitude of the gradient. Due to the special nature of the building of the image, we can see that, when dealing with this type of image contour, gradient direction does not need to be operational, so the program does not give an isotropic Sobe
Platform: | Size: 277504 | Author: 林晓冬 | Hits:

[Graph program八个方向的sobel边缘检测算法

Description: 利用八方向的sobel边缘检测,实现对图像多梯度的梯度检测,检测出的边缘信息更加平滑连续。(Eight direction Sobel edge detection is used to realize gradient detection of image multi gradient, and the edge information detected is more smooth and continuous.)
Platform: | Size: 55296 | Author: 追梦苦旅 | Hits:
« 12 3 4 »

CodeBus www.codebus.net