Welcome![Sign In][Sign Up]
Location:
Search - Robert Edge

Search list

[Other resourcerobert

Description: 这是一个用Robert算子检测边缘的有效方法,程序已经通过运行-This is an operator with Robert Edge Detection effective methods, and procedures have been adopted Operation
Platform: | Size: 5534192 | Author: liu | Hits:

[Graph programEdgeDetect

Description: Windows SDK实现Roberts算子提取边缘。-Windows SDK realizes the Roberts operator to withdraw the edge.
Platform: | Size: 1884160 | Author: 薛杨 | Hits:

[Graph program图象处理程序

Description: 提供了图象直方图均衡,robert,sobel,prewitt,kirsch,gauss等方法的边缘检测运算,中值滤波,二维FFT变换和DCT变换,图象的反转,旋转等一些基本的图象模板变换和点变换的功能。目前只处理256*256的图象-the image histogram equalization, robert, segmentation, prewitt, "and Gauss methods of edge detection operators, the median filter, two-dimensional FFT and DCT, image inversion, and rotating some of the basic template image and transform point transformation functions. Currently only handle 256* 256 images
Platform: | Size: 582656 | Author: 姚立月 | Hits:

[Graph program彩色图像边缘检测

Description: 利用robert算子对图像彩色图像进行边缘检测,真彩色图像编程要注意三个字节表示一个象素,分别对RGB三色做Robert算子运算-Detect edge of color image using Robert subcomputioner,true color image programming should represent a pixel by three bytes,and compute the three colors(RGB) using Robert subcomputioner.
Platform: | Size: 16384 | Author: 丁峰 | Hits:

[Special EffectsMATLAB6p5

Description: 基于RobertCross,Sobel等算子的边缘检测-Based on RobertCross, Sobel operator, such as the edge detection
Platform: | Size: 1024 | Author: roy | Hits:

[Special EffectsEdgContour

Description: 用VC编写的一个图像处理的程序:它可以实现图像的边缘检测和轮廓提取,边缘检测算子包括:Robert算子、bobel算子、prewitt算子、kirsch算子、gauss-laplace算子。hough直线检测、轮廓提取、种子检测和轮廓跟踪。-VC prepared by an image processing procedures : it can achieve image edge detection and contour extraction, Edge Detection Operator : Robert operator, bobel operator, prewitt operator, kirsch operator, gauss- laplace operator. Hough line detection, contour extraction, seed testing and contour tracking.
Platform: | Size: 73728 | Author: 何再兴 | Hits:

[Special Effectsrobert

Description: 这是一个用Robert算子检测边缘的有效方法,程序已经通过运行-This is an operator with Robert Edge Detection effective methods, and procedures have been adopted Operation
Platform: | Size: 5533696 | Author: liu | Hits:

[Graph programRobert

Description: 采用基于VC++的OpenCV编写的Robert边缘检测的程序,有对话框-Based on VC++ The OpenCV prepared by Robert edge detection procedures have the dialog box
Platform: | Size: 28672 | Author: 汪婧 | Hits:

[Special EffectsEdgeContour

Description: 边缘检测包括robert算法、sobel算法、prewitt算法、krisch算法、laplacan算法 边缘提取 轮廓跟踪-Robert edge detection algorithm, including, sobel algorithm, prewitt algorithm, krisch algorithm, laplacan Edge contour tracing algorithm
Platform: | Size: 2118656 | Author: 刘伟 | Hits:

[Special EffectsEdgeDetect

Description: 用sobel、prewitt、robert、marr和canny算子实现边缘检测-By sobel, prewitt, robert, marr and realize canny edge detection operator
Platform: | Size: 359424 | Author: 冯沁红 | Hits:

[MultiLanguageRobert

Description: 边缘检测-Edge Detection
Platform: | Size: 2048 | Author: | Hits:

[Special EffectsTouch_exe

Description: 该软件支持jpg,gif、png图片格式,大致有下列功能: V 0.1 版: 1. 图像放大、缩小、复制、打印、获取当前图像任意位置颜色信息。 2. 显示图像灰度直方图。 3. 灰度统计:图像宽度、高度、最小灰度、最大灰度、灰度均值 Mean、灰度方差 Variance、标准差、偏态 Skewness、峰度系数 Kurtosis、熵 (Entropy)。 4. RGB三原色分离、RGB图转灰度图、灰度均衡、图像可调阈值二值化、图像反色。 5. 图像可调阈值边缘检测:Robert算子;Prewit算子;Sobel算子;Kirsch算子 6. 图像Huffman编码。 7. 调色板、屏幕捕捉、屏幕取色、屏幕上任意两点距离的测量。 -The software supports jpg, gif, png image format, generally have the following functions: V 0.1 version: 1. The image to enlarge, shrink, copy, print, anywhere access to the current image color information. 2. Histogram display images. 3. Grayscale statistics: image width, height, minimum gray level, the largest gray, gray Mean Mean, gray variance Variance, standard deviation, skewness Skewness, kurtosis coefficient of Kurtosis, entropy (Entropy). 4. RGB RGB Separation, RGB to grayscale map, gray balance, adjustable threshold image binarization, image anti-color. 5. Image adjustable threshold edge detection: Robert operator Prewit operator Sobel operator Kirsch operator 6. Image Huffman coding. 7. Palettes, screen capture, get color screen, the screen distance between any two measurements.
Platform: | Size: 1034240 | Author: 郑一一 | Hits:

[Special Effectsimagemanipulation

Description: 几种图象处理算法,用MATLAB编写的,包括巴特沃斯、自适应滤波两种滤波方法,还有两种边缘检测算子robert和sobel算子,挺好用的-Several image processing algorithms, using MATLAB prepared, including Butterworth, Adaptive filtering of two filtering method, there are two edge detection operator robert and sobel operator, very good use
Platform: | Size: 1024 | 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 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:

[Graph programRobert

Description: 实现并比较不同梯度边缘检测方法(普通梯度、Robert、Sobel、Prewitt、Laplace、LOG和Canny) -Implementation and compare the different gradient edge detection method (general gradient, Robert, Sobel, Prewitt, Laplace, LOG, and Canny)
Platform: | Size: 50176 | Author: 印象小七 | Hits:

[Special EffectsEdge-Detection

Description: vc++实现六种图像边缘检测算法对比。包括:kirsch,Laplacian,LOG,Prewitt,Robert,Sobel.-vc++ to achieve the six contrast image edge detection algorithm. Including: kirsch, Laplacian, LOG, Prewitt, Robert, Sobel.
Platform: | Size: 1422336 | Author: 李焕 | Hits:

[Special EffectsRobert

Description: 文章中使用Robert边缘检测算子提取图片中的边缘信息,有效果-Article use Robert edge detection operator to extract the edge information of images, have the effect
Platform: | Size: 47104 | Author: 焦峰凯 | Hits:

[Graph programRobert边缘分割

Description: java语言使用Robert算计进行边缘检测对图像进行分割。(The Java language uses the Robert arithmetic for edge detection to segment the image.)
Platform: | Size: 2048 | Author: 也许明天cdd | Hits:

[OtherRobert

Description: robert edge detection.
Platform: | Size: 4704256 | Author: yavari | Hits:
« 12 3 4 5 6 7 »

CodeBus www.codebus.net