搜索资源列表
canny22
- 这是图像处理方面的canny算法源代码及实例,非常经典的图像处理机构-This is the image-processing algorithm for the canny source code and examples, very classic image processing organizations
PR2006
- BP神经网络的C语言实现 BP神经网络解决异或问题 canny源代码 HMM的C语言实现 isodata K-MEANS 车牌识别系统 矢量量化的C语言实现 -Neural Network C language BP neural network solution differences or problems canny source HMM C language isodata K-MEANS License Plate Recognition System Vector Quantizat
CannyDRC
- 本程序是采用人工智能中的canny算法对图象进行边缘检测-this procedure is the use of artificial intelligence algorithms to canny image edge detection
cannHui
- 基于canny的灰色预测和模式识别,标定的一种做法是:在一块平板上画若干个点, 同时用这两部相机照相,分别得到这些点在它们像平面上的像点,利用这两组像点的几何关系就可以得到这两部相机的相对位置。然而,无论在物平面或像平面上我们都无法直接得到没有几何尺寸的“点”。实际的做法是在物平面上画若干个圆(称为靶标),它们的圆心就是几何的点了。而它们的像一般会变形,如图1所示,所以必须从靶标上的这些圆的像中把圆心的像精确地找到,标定就可实现。
canny
- canny 边缘检测算法
第四章 控制系统的分析方法
- 用Canny算子检测图像的边缘 P0404:图像的阈值分割 P0405:用水线阈值法分割图像 P0406:对矩阵进行四叉树分解 P0407:将图像分为文字和非文字的两个类别 P0408:形态学梯度检测二值图像的边缘 P0409:形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象-with Canny operator to detect the edges in the image P0404 : image thresholding segmentation P0405 : water
canny算子代码
- canny算子代码canny算子代码canny算子代码canny算子代码
Canny
- CAnny算子提取边缘 边缘检测中canny良好独特的效果,广受青睐。内附完整的VC项目文件,和原图像及实验结果图像-Canny edge extraction operator Edge Detection canny good effect unique and widely popular. Containing a complete VC project documents, and the original image and experimental result image
Canny
- 使用Canny算子计算出图片的边缘,并附图片测试示例-Calculated using the Canny operator picture the edge of the test sample along with pictures
_DIP
- 边缘检测——各种算子 通过输入不同的参数,能够实现Sobel算子、Prewitt算子、Roberts算子、Marr算子和Canny边缘检测。-Edge Detection- Various Operators
cannySVM
- 实现了基于canny算子和支持向量机的分类算法。首先提取出canny边缘特征,再利用支持向量机进行分类。-Realized based on canny operator and support vector machine (SVM) classification algorithm.First of all, extract the canny edge character, using support vector machine (SVM) classification.
car
- 基于MATLAB的车牌识别,主要用到Canny边缘检测算法。-MATLAB-based license plate recognition, mainly used Canny edge detection algorithm.
HybridSteganography
- steganography using canny+fuzzy edge detection
canny
- Canny边缘检测是从不同视觉对象中提取有用的结构信息并大大减少要处理的数据量的一种技术,目前已广泛应用于各种计算机视觉系统。