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

Search list

[Special Effects2107210017520071022238367591296

Description: vc图像处理比较全面的程序,提供了图象直方图均衡,robert,sobel,prewitt,kirsch,gauss等方法的边缘检测运算,中值滤波,二维FFT变换和DCT变换,图象的反转,旋转等一些基本的图象模板变换和点变换的功能。目前只处理256*256的图象-vc images deal with more comprehensive procedures, provided the image histogram equalization, robert, sobel, prewitt, kirsch, gauss and other methods of edge detection operator, median filtering, two-dimensional FFT transform and DCT transform, image reversal, rotating images, such as some basic templates and point transform transform function. Currently only deal with 256* 256 image
Platform: | Size: 512000 | Author: 乔鹏飞 | Hits:

[Special Effectseagedetectandfigureoperate

Description: 图像边缘与轮廓运算包括 // RobertDIB() - robert边缘检测运算 // SobelDIB() - sobel边缘检测运算 // PrewittDIB() - prewitt边缘检测运算 // KirschDIB() - kirsch边缘检测运算 // GaussDIB() - gauss边缘检测运算 // HoughDIB() - 利用Hough变换检测平行直线 // ContourDIB() - 轮廓提取 // TraceDIB() - 轮廓跟踪 // FillDIB() - 种子填充算法1 // Fill2DIB() - 种子填充算法2-Image edge and the outline of computing, including// RobertDIB ()- robert edge detection operator// SobelDIB ()- sobel edge detection operator// PrewittDIB ()- prewitt edge detection operator// KirschDIB ()- kirsch edge detection operator// GaussDIB ( )- gauss edge detection operator// HoughDIB ()- the use of Hough transform detection of parallel straight lines// ContourDIB ()- contour extraction// TraceDIB ()- contour tracking// FillDIB ()- Seed Filling Algorithm 1// Fill2DIB ()-- seed fill algorithm 2
Platform: | Size: 5120 | Author: kelly | Hits:

[Special EffectsSmoothed_Sobel_Gradient

Description: Sobel算子是图像处理中的算子之一,主要用作边缘检测。本程序使用Sobel算子检测图像边缘信息-Sobel operator is the image processing operator, one is mainly used for edge detection. This procedure using Sobel edge detection operator information
Platform: | Size: 88064 | Author: shen hong | Hits:

[Special EffectsImageProcessing

Description: 用matlab编写界面,实现直方图均衡化、平均滤波、梯度滤波、Laplacian滤波、Kirsch滤波、Sobel滤波、Prewitt滤波、高频提升等多种功能-Matlab prepared to use interface, the realization of histogram equalization, the average filter, Gradient filter, Laplacian filter, Kirsch filter, Sobel filter, Prewitt filter, multiple functions, such as high-frequency upgrade
Platform: | Size: 226304 | Author: 程璞 | Hits:

[AI-NN-PRJAVA

Description: 基于JAVA实现的图像特征提取源代码 图像特征提取的源代码,使用sobel算子提取图像边缘,使用hu矩提取图像形状特征,使用颜色中心矩提取图像颜色特征,请使用eclipes导入该工程并运行test文件(可将test文件中去掉一些注释部分运行更多功能)。-JAVA based on the realization of the image feature extraction image feature extraction source code source code, use the sobel operator edge extraction, the use of hu moments shape feature extraction of images, the use of color centers Moment image color feature extraction, use eclipes into the project and run test file (test file can be removed from some parts of Notes to run more features).
Platform: | Size: 36864 | Author: 范卫华 | 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 Effectssobel

Description: VC关于sobel的算法,利用OPENCV框架进行处理-VC on the sobel algorithm, using the framework to deal with OPENCV
Platform: | Size: 702464 | Author: 傅备栋 | Hits:

[DSP programSEED401_SobelEdge_part

Description: CCS环境下图像的边缘检测 Sobel边缘检测算子-CCS environment Image Edge Detection Sobel Edge Detection Operator
Platform: | Size: 364544 | Author: wmm | Hits:

[Special EffectsLhfImage2

Description: 图像各种边缘检测算子的比较,包括介绍了四种边缘检测算子包括Roberts边缘检测算子、Sobel边缘检测算子、Prewitt边缘检测算子和高斯—拉普拉斯边算子-Image a variety of edge detection operator of comparison, including the introduction of the four edge detection operator, including Roberts edge detector, Sobel edge detection operator, Prewitt edge detection operator and the Gauss- Laplace Edge Operator
Platform: | Size: 3748864 | Author: 李慧芳 | Hits:

[Special EffectsMotionSearch

Description: 本程序通过对两幅灰度图像的图像处理,找到它们的相似部分。可以用于图像拼接。 运行方法: 1.打开图像1,打开图像2 2.图像处理-》sobel变换 3.图像处理-》运动估计-This procedure of two gray-scale image of image processing, similar to find their part. Can be used in image stitching. Operation method: 1. Open the image 1, open the image 22. Image processing- sobel Transform 3. Image Processing- Motion Estimation
Platform: | Size: 9445376 | 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:

[Windows DevelopCodejia.com_40df9b18b021a0ff2295123f1192b961

Description: 共创在线考试测试系统源码2.1.0版利用HOUGH变换提取边界特征,还有SOBEL算子的算法 -Create online exam testing system version 2.1.0 source code using HOUGH transform boundary feature extraction, as well as Sobel Operator Algorithm
Platform: | Size: 3615744 | Author: qqqq | Hits:

[Special Effectsbianyuan_jiance_bijiao

Description: 用六种算子(分别是gabor、拉普拉斯、priwitt、robert、sobel、wallis),对三种图象进行边缘检测比较,强烈推荐哦,是本人的毕业设计中的关键程序-The six operators (respectively gabor, Laplace, priwitt, robert, sobel, wallis), images of three edge detection comparison, strongly recommend Oh, my graduation project is a key process
Platform: | Size: 873472 | Author: 吴海峰 | Hits:

[Special EffectsQ1

Description: 用matlab實做sobel corner detector,程式一開始會先讀檔,轉成灰階,並對影像做smooth的動作,再套用sobel opperator做corner detect的動作-Using matlab to do it sobel corner detector, the program will first read the beginning of one file into grayscale, and image make smooth moves, and then apply sobel opperator make corner detect movements
Platform: | Size: 1024 | Author: 發發 | Hits:

[Special Effectsimage_processing

Description: 中值滤波 均值滤波 高频提升滤波 sobel算子 robert算子锐化 高斯噪声生成程序 图像处理-Median filter to enhance high-frequency filter mean filter sobel operator robert Operator Sharpens Gaussian noise to generate image processing procedures
Platform: | Size: 4096 | Author: guan bo | Hits:

[Special EffectsSobel

Description: 非常好用的算法 里面的例子编译后可以直接使用 他的效果很明显-Algorithm is very useful examples of which can be directly compiled to use his obvious effect
Platform: | Size: 709632 | Author: 奎本世 | Hits:

[Graph programtuxiangruihua

Description: 图像锐化 Sobel算子:是一种空域微分算子,可以通过它锐化图象-Image Sharpening Sobel operator: is a differential operator airspace through its Sharpens Image
Platform: | Size: 13312 | Author: 陈杰 | Hits:

[Special Effectssobelmatlabdetection

Description: 此代码是matlab下根据sobel原理编写的一段代码,优点:方便快捷且每一步都有非常详细的讲解、方便大家理解;缺点:缺少边缘细化-Matlab under this code is prepared in accordance with the principle of sobel code, advantages: convenience and every step very detailed explanation to facilitate understanding disadvantage: the lack of edge refinement
Platform: | Size: 1024 | Author: 卫正 | Hits:

[Special EffectsImageProcessing

Description: 大概包括:左右、上下、中心对称,中值滤波,平移、裁剪、二值处理、膨胀、腐蚀、提取边界、缩放、旋转(中心保持不变和中心随旋转变化)、加权平均滤波(里面将四邻域、八邻域、laplace、sobel算子定义为数组并调用)。-Perhaps include: around from top to bottom, the center symmetry, median filter, pan, cutting, deal with two values, expansion, corrosion, extraction of the border, scaling, rotation (center and center remain unchanged with changes in rotation), the weighted average filter (which will be around the domain, eight neighborhood, laplace, sobel operator is defined as an array and call).
Platform: | Size: 26995712 | Author: 王敬 | Hits:

[Graph programmyimage

Description: sobel边缘检测,简单的边缘检测程序,并可进行二值化处理,适合初学者。-edge detection, sobel
Platform: | Size: 3768320 | Author: Smith | Hits:
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 50 »

CodeBus www.codebus.net