搜索资源列表
edgedetection
- 只是些很简单的数字图象处理程序,有关几种简单的图象处理-just something very simple digital image processing procedures, the several simple image processing
pbox
- picturebox有的属性基本上都有,扩展的图形方法有: DrawBezier DrawRoundRect DrawCurve DrawPie DrawPolygon DrawCircle DrawLine GetRGB 扩展的图像处理方法主要有: GetPictureData ShowPicture Invert GrayScale Exposal HistGramEqualize LogCalc ExpCalc ClearIsolatePoint Brightness Aver
edgedetection-sobel
- 采用基于相似关系矩阵的方法对彩色图像进行边缘检测
EdgeDetection
- 此为经过调试过的边缘检测的源代码,用其能够实现精确的边缘检测.
EdgeDetection
- 边沿检测与提取,轮廓跟踪 命令行编译过程如下 vcvars32 rc bmp.rc cl edge.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.bmp必须存在
EdgeDetection
- 本实验室编写的边缘检测代码,并且应用程序已为您创建了 动态链接库EdgeDetection.DLL。
EdgeDetection
- 用matlab做的一个边缘侦测,包含Sobel,Prewitt,Roberts,Marr,Canny算子的边缘侦测程序.
Edgedetection
- 在matlab环境下,结合c语言,给出了常用三种图像处理的代码:灰度图像边缘检测,K-L变换,图像的统计直方图。
edgedetection
- 高阶谱在图像边缘提取中的应用,该方法仍有亟待改进的地方,但是提供了一种思想。主要改进方面在于:如何使用双阈值连接边缘。
edgedetection--canny--opencv
- 图像边缘检测 opencv canny算法
EdgeDetection
- Edge Detection边缘检测roberts,sobel,prewitt,laplacian
edgedetection
- 在C++环境中用opencv实现道路边缘检测
EdgeDetection
- 使用opencv实现一些基础的边缘检测,sobel robert等。
VB超全图像处理
- picturebox有的属性基本上都有,扩展的图形方法有: DrawBezier DrawRoundRect DrawCurve DrawPie DrawPolygon DrawCircle DrawLine GetRGB 扩展的图像处理方法主要有: GetPictureData ShowPicture Invert GrayScale Exposal HistGramEqualize LogCalc ExpCalc ClearIsolatePoint Brightness AverageFil
EdgeDetection
- 边缘检测1.制作一张包括色块、线条的单色背景图片,先对其作低通滤波产生一幅色块和线条边缘模糊的降质图片待处理,采用任意二种边缘检测算法检测待处理图片中的色块和线条的边缘,得到二值化的处理结果图。从结果图中提取色块和线条的边界坐标值,与实际生成原始图像时采用的真实坐标数据作比较,对产生的检测误差作分析。2.拍摄一张包含待检测物体的黑白或者彩色照片,试采用一种边缘检测的算法做待检测物体的自动提取,对生成的结果作分析。-Edge Detection 1. To produce a including
edgeDetection
- 我写的一个 使用 Canny算法进行 边缘检测的程序。 目前打开BMP文件。-I wrote an algorithm using the Canny edge detection procedure. BMP file is currently open.
EdgeDetection
- 所上载的源码是用于图像处理中的很重要的一步-边缘检测的源码,想用VC做图像处理的初学者操作实践其中的源码可以很快入门。-Set up by the source are used for image processing an important step- edge detection of the source, want to do image processing using VC beginner to operate one of the source code of practic
edgedetection
- 实现数字图像处理边缘检测 修改刚刚上传的版本-Digital image processing edge detection modified version has just been uploaded
edgedetection
- Different edge detector algorithms implemented.