搜索资源列表
模拟图像边缘检测的C代码[原创]
- 模拟图像边缘检测的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, pse
image518
- 基于VC++开发的部分图像识别算法,包括:updown,graygrid,histrogram,roberts,laplace,pickup,outline,GaussianSmooth等。 -based on the development of the VC part of an image recognition algorithm, including : updown, graygrid. histrogram, roberts, Laplace, pickup, outline, G
Edge_Detection_and_Segmentation
- mage Processing Toolbox needed Edge Detection Prewitt Roberts Log Canny Sobel Straight Line Hough Transform quadree region growing threshold watershed
jdszbyjc
- 在Visual C++的环境下 实现Roberts,Sobel,prewitt等经典的边缘检测算子。-in Visual C environment under Roberts, Sobel. prewitt such classic edge detection operators.
art_c
- Welcome to the FTP archive for source code the Eric Roberts texts \"The Art and Science of C: A Library-Based Approach\"and Programming Abstractions in C: A Second Course in Computer Science, both by Eric Roberts. The SAME CODE applies to both
EdgeContour
- 几个边缘检测算子代码:Roberts Sobel Prewitt Kirsh和Gauss-Laplace Hough变换:平行直线检测
EdgeDetection
- 一个通用的边缘提取函数,通过输入不同的参数,能够实现Sobel算子、Prewitt算子、Roberts算子、Marr算子和Canny边缘检测。 附设计文档。
OPENCV-camer
- MFC的控件中实现OPENCV的摄像头显示-MFC control to achieve OPENCV camera display
CSLib
- Windows和Linux下通用的CSLib.lib Eric S.Roberts编著的<The Art and Science of C>中提供的库,原版仅VC++ 6.0可用,此版本理论上支持所有VC版本以及MinGW32 CSLib.lib.lin是Ubuntu 9.04下GCC生成的适用于Linux的版本。-The common CSLib.lib forWindows and Linux. Eric S. Roberts composed the <The A
ImageTest
- 图像处理系列之5--边缘检测篇 涵盖内容: 1>Roberts算子 2>Prewitt算子 3>Sobel算子 4>Laplacian算子 由于本程序使用了VFW组件,所以在Project--Setting中--Object/libray modules中添加vfw32.lib。 实验环境: Win+VC6.0-Image Processing Series 5- Edge Detection chapter co
new0
- 小波变换 多尺度,canny,sobel,roberts,边缘融合-Wavelet multi-scale, canny, sobel, roberts, edge blending
0863414508-Unmanned-Marine1
- Advances in Unmanned Marine Vehicles Edited by G.N. Roberts and R. Sutton-Advances in Unmanned Marine Vehicles
Roberts
- 华法林的Roberts应用方法治疗心肌梗死后脑梗死的研究 -Roberts application of warfarin treatment of myocardial infarction after cerebral infarction
roberts
- opencv Roberts算子基础源码 适用于初学者运用-the basis of source of the opencv Roberts operator is suitable for beginners to use
Roberts
- 图像处理中经常会用到的Roberts算子边缘检测 -Image processing is often used in the Roberts operator edge detection
Roberts
- 经典图像边缘检测(微分法思想)——Roberts微分交叉算子 优点:模板小,计算量小;-Classic edge detection (differential method thought)- Roberts differential crossover advantages: template small, small amount of calculation
roberts
- 在机器视觉中roberts边缘检测可以检测出目标的边缘轮廓。-In machine vision, the edge detection of Roberts can detect the edge of the object.
picedge
- roberts边缘检测算子实现的边缘检测算法。(Edge detection algorithm of Roberts edge detection operator.)
roberts
- 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.)
roberts
- * These functions first read a line and then call sscanf to * translate the number. Reading an entire line is essential to * good error recovery, because the characters after the point of * error would otherwise remain in the input buffer and