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

Search list

[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:

[Multimedia programSobelEdgeDetection

Description: Sobel Edge Detection of an Image. Edge Detection using Sobel MAsk
Platform: | Size: 4096 | Author: rghrgh | Hits:

[Special EffectsSobel

Description: 一个较为不错的图象的边缘检测的SOBEL的算法,直接可以进行特征的提取-A relatively good image SOBEL edge detection algorithms, can be characterized by direct extraction
Platform: | Size: 2723840 | Author: 李军 | Hits:

[Special Effects2

Description: matlab的m文件,sobel边缘检测-matlab m-file, sobel edge detection
Platform: | Size: 88064 | 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:

[Graph programleogic

Description: 一、图像边缘检测里边包含3个程序: 1.边缘检测程序,包括robert 算子,sobel 算子,prewitt算子,gauss-laplace算子 2.hough变换检测直线 3.轮廓提取程序 二、图像配准程序 包括1个程序 三、图像复原程序 里边重点实现了由运动模糊造成的图像复原的算法。 上传作者简介:图像处理专业博士研究生。 恳请版主批准同意。谢谢!-edge detection image contour extraction hough transform image registration image restoration
Platform: | Size: 2663424 | Author: leogic | Hits:

[Multimedia program_CHSobel_

Description: sobel filter example . Edge extraction method which used for basic image processing.
Platform: | Size: 1024 | Author: Lee Jong Min | Hits:

[Graph programopencv-ImageProcess

Description: 基于opencv的采用sobel算子的图像边缘检测-Opencv-based operator of the use of the sobel edge detection
Platform: | Size: 2146304 | Author: new99 | Hits:

[Special Effectsedge_detector

Description: Roberts算子,Prewitt算子,Sobel算子,Marr算子,Canny算子之一对输入图像 实现边缘检测,输出边缘图像并与matlab自带函数实现进行对比-Roberts operator, Prewitt operator, Sobel operator, Marr operator, Canny operator to achieve one of the input image edge detection, the output edge image and bring their own matlab function compared
Platform: | Size: 4096 | Author: hq | Hits:

[Software EngineeringCsource

Description: 数字图像快速傅立叶变换,定时器,数字滤波器,无限脉冲响应,索贝尔滤波器-Fast Fourier Transform,timer,FIR, IIR, and sobel filter using in Digital Image processing,based on code composer studio 2.2 IDE
Platform: | Size: 3072 | Author: 田野 | Hits:

[Windows Developsobel

Description: sobel edge detection
Platform: | Size: 2048 | Author: moussa | Hits:

[Special Effectssobel

Description: 简单的java图像处理 实现垂直边缘检测算子 -Java simple image processing to achieve a vertical edge detector
Platform: | Size: 1024 | Author: liuqing | Hits:

[Special Effectsedge

Description: 用MATLAB实现的边缘提取函数,实现了sobel算子、canny算子,Robert算子、prewitt算子、marr算子-Using MATLAB to achieve the edge detection function, the realization of the sobel operator, canny operator, Robert operator, prewitt operator, marr Operator
Platform: | Size: 2048 | Author: H.C. Young | 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 RecognizeLinedetection

Description: This the implementation of Sobel to Delphi and shows the easy way to detect lines of objects-This is the implementation of Sobel to Delphi and shows the easy way to detect lines of objects
Platform: | Size: 198656 | Author: noname | Hits:

[matlabdata

Description: Smooth Linear filter Median filter Laplacian Unsharp masking Sobel filter
Platform: | Size: 10240 | Author: lin | Hits:

[Special EffectsedgeDetection

Description: 本程序实现边缘检测,并可通过设置阀值t二值化输出图像,选择类型设置检测算子(Roberts , sobel , sobel_diagonal ,sobel算子, Prewit ,canny , LoG )。-Edge detection of the program, and by setting the threshold t of the output binary image, select the type of operator settings (Roberts' , ' sobel' , ' sobel_diagonal' , sobel operator, ' Prewit' , canny ' ,' LoG ' ).
Platform: | Size: 24576 | Author: cui ju | Hits:

[Graph Recognizebianyuan

Description: 个人的经典收藏图像处理的边缘检测算法里面有roberts,sobel,拉普拉斯,prewitt,robinson,kirsch,smoothed等几种算法-Personal collection of classic image processing algorithm for edge detection there roberts, sobel, laplace, prewitt, robinson, kirsch, smoothed several algorithms, such as
Platform: | Size: 259072 | Author: qlhycf | Hits:

[Graph programEdgeDetect

Description: 图像边缘检测 MATLAB 仿真程序。roberts,sobel,prewitt,log,小波检测-Image Edge Detection MATLAB simulation program. roberts, sobel, prewitt, log, wavelet detection
Platform: | Size: 1024 | Author: 陈路 | Hits:

[Graph RecognizeSobeldetect

Description: 基于Sobel算子数字图像的边缘检测.pdf 用sobel算子进行边缘检测-Based on Sobel operator edge detection of digital images. Pdf using sobel edge detection operator
Platform: | Size: 161792 | Author: keke | Hits:
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 50 »

CodeBus www.codebus.net