搜索资源列表
VC++examples(9Sources)
- 该文件包括9个VC++编程的例子源码,包括Hough变换,灰度均衡,灰度拉伸,图像的3D灰度显示,拉普拉斯高斯边缘检测等等。-The documents include nine VC + + programming examples of FOSS, including Hough transform, gray balance, gray stretch, 3D gray-scale images, Laplace, etc. Gaussian edge detection.
EdgeContour
- 几个边缘检测算子代码:Roberts Sobel Prewitt Kirsh和Gauss-Laplace Hough变换:平行直线检测
program
- 压缩文件包含拉普拉斯变换,倒金字塔,卡曼滤波器,边缘检测和houghlines的C程序-Compressed file contains the Laplace Transform, the inverted pyramid, Kalman filter, edge detection and the C program houghlines
edge_detection_algorithm
- 边缘检测经典算法(Canny算子、Laplace算子程序)-Classical edge detection algorithm (Canny operator, Laplace operator subroutine)
bound_test
- VC++拉普拉斯图像边缘检测锐化实例包,对图形学感兴趣的可以-VC++ sharpening Laplace edge detection example package
opencv
- 首先关于图像处理软件opencv进行总的介绍,然后分别对其中的人脸检测原理、计算机视觉、Harr特征级联表、非固定大小目标检测步骤、拉普拉斯边缘检测及opencv的其他特性作了一定的介绍-General introduction to the first image processing software opencv face detection principle, computer vision, Harr, characteristics of cascade table, fixed-
TGUISUSANh
- 边缘是图像最基本的特征,是图像分割的第一步。经典的边缘检测方法如:Roberts,Sobel,Prewitt,Kirsch,Laplace等方法,基本都是对原始图像中象素的小邻域构造边缘检测算子,进行行一阶微分或二阶微分运算,求得梯度最大值或二阶导数的过零点,最后选取适当的阀值提取边界。由于这些算法涉及梯度的运算,因此均存在对噪声敏感、计算量大等缺点。在实践中,发现SUSAN算法只基于对周边象素的灰 -Edge of the basic characteristics of the imag
i45ddf66m
- 图像处理的拉普拉斯变换,,图像锐化.可用于边缘检测 -Laplace transform, image processing, image enhancement can be used for edge detection
LLaplacianshaa
- 拉普拉斯锐化(边缘检测) VC++实现在做图像处理理的学习者可以下载。 ,经测试可直接使用。 -The Laplace sharpening (edge detection) VC++ learners to do the image processing management can be downloaded. Has been tested and can be used directly.
laplace
- 基于OpenCV的边缘检测代码。使用代码之前请先安装OpenCV。并设置VC环境。-Edge detection based on OpenCV code.Please install OpenCV first before you use the code.And set up the VC environment.
EdgeDetect
- C#写的一个边缘提取的程序,以界面形式选择图片,包含了sobel算子、Laplace算子、canny算子三种检测算法可选。-C# to write an edge extraction process to select the interface in the form of pictures, including the sobel operator, Laplace operator, canny operator selectable three detection algorithms
Edge-Detection
- MFC的边缘检测APP,可以实现拉普拉斯等几类边缘提取-MFC edge detection APP, can be achieved and other types of Laplace edge detection
OpenCV--Canny-Sobel-Laplace-Scharr
- OpenCV 边缘检测 Canny,Sobel,Laplace,Scha-OpenCV baianyuanjiance Canny,Sobel,Laplace,Scharr
lapulace
- 自己写的拉普拉斯边缘检测,适合初学者的学习,望大牛指点。-Write their own Laplace edge detection, suitable for beginners learning, hope and directions.
matlab_GUI
- 边缘检测:Roberts边缘检测算子、Sobel边缘检测算子、Prewitt边缘检测算子、Canny边缘检测算子、Laplace边缘检测算子等等。-Edge examination, Kirsch calculate operator, Sobel calculate operator, Laplacian calculate opera
helloGPGPU_GLSL-1.0.2
- 显示如何使用GPU进行通用计算,例子中使用GLSL实现高斯-拉普拉斯边缘检测算子-show how to use the GPU for general purpose computing, for example the use of GLSL achieve Gaussian- Laplace operator Edge Detection
BMP
- c图像处理,包括小波变换,高斯变换,滤波,边缘检测,旋转,平移,各算子:sobel,拉普拉斯-c image processing, including wavelet transform, Gauss conversion, filtering, edge detection, rotation, translation, each operator: sobel, Laplace etc.