搜索资源列表
fast-Canny
- 用Canny算子提取边缘 高速mfc计算可以学习参考-Canny operator extract high risk calculation can learn mfc reference
opencv_sample.rar
- 在mfc中使用opencv的开发实例,实现了canny算法、矩形检测、金字塔切割等算法,mfc,opencv,canny,find square...
OPENCVEXAMPLE
- opencv入门代码:具体包括1、加载并显示一幅图像2、播放avi视频3、canny边缘检测4、缩放显示图像。-opencv project code--including image showing,playing avi,canny Edge Detection.
MFC_OPENCV_test
- 基于OPENCV的MFC的例子,它可以显示图片,并将其灰度化、并边缘检测。 转于OPECV网站。-A MFC example which is based on opencv .The software evironment is VC 6.0.
canny
- 基于OPENCV的MFC运用程序 CANNY算子取得LENA图像边缘-The MFC-based application program OPENCV CANNY edge operator to obtain LENA
mymfc
- MFC实现载入一幅图片,然后对此图片进行canny算法-MFC realize loading a picture, and then this picture canny algorithm
MFC_OpenCV_Operation
- 1、利用OpenCV打开图像,在MFC中显示;2、对图像进行Canny边缘处理,并在MFC中显示。-1, using OpenCV open the images displayed in the MFC 2, Canny edge image processing and display in MFC.
DLG_OpenCV
- 自己编写的基于MFC的OPENCV下Canny边缘检测以及CannyII边缘检测,对于学习了解OPENCV图像处理很有帮助。-I have written under OPENCV MFC-based Canny edge detection and CannyII edge detection, image processing to learn about OPENCV helpful.
opencvlizi
- 在mfc中使用opencv的示例,实现了canny算法、surf算法、矩形检测等算法-Opencv mfc used in the example, to achieve a canny algorithm, surf algorithm, the rectangle detection algorithm
CannyBianyuantiqu
- 利用canny算子实现图像的边缘提取,mfc的开发-canny,with complete with mfc
VC_IRIS
- 基于MFC的虹膜检测识别,使用canny算子探测边缘,霍夫变换找到区域,海明测距识别-Iris detection and recognition based on MFC, using the canny operator edge detection, Hough transform to find areas identified Hamming distance
Canny-operator-with-edge-extraction
- 用MFC实现用Canny算子提取边缘),是C++的基础学习,MFC编程-Using MFC Canny operator to extract edge), is the basis for learning C++, MFC Programming
Edge-extraction-with-Canny-operator
- 将彩色图像进行灰度变换以后,利用candy算子提取图像边缘。创建一个MFC工程框架,然后通过点击菜单功能实现边缘化提取。-Color images to gray-scale transformation, candy operator edge extraction. Create an MFC project framework, the marginalized and then by clicking on the menu functions extract.
Test_Opencv
- 这个程序是在MFC的基础上应用opencv来实现图像的打开、显示、并进行Canny算子检测,并附有详细操作步骤。-This program is on the basis of the MFC application by opencv to open, display, and with Canny operator to detect, along with detailed steps.
Digital-iamge_MFC
- 运用C实现了数字图像的一些基本算法,包括canny edge detection,阈值变换,维纳滤波,直方图均衡,图像细化,旋转,图像配准,图像分割kmeans, isodata, fuzzy c means, fuzzy clustering, mrf image seg, 图像浏览,road svm using matlab, snakes matlab, anistropic gaussian filter-Canny edge detection, threshold transform
bianyuanjiance
- 基于MFC的数字图像处理的边缘检测,含有sobel、laplace、canny等算子-MFC-based digital image processing, edge detection, with sobel, laplace, canny operator
MFC
- MFC框架,实现canny边缘检测和在图像中画矩形的功能-MFC framework canny edge detection and draw a rectangle in the image function
Canny-edge
- 在visualc++条件下,进行设计的canny算子的MFC设计,包含canny检测的四个步骤。-In visualc++ condition design the canny operator MFC design contains four steps of the canny detection.
canny
- 用opencv实现的MFC界面下的canny算子,全部自己编写,真实可用,重点在于opencv下MFC界面的搭建,对初学者应该很有帮助-failed to translate
Canny边缘检测
- Canny边缘检测是目前最好的算法之一,本程序基于MFC单文档,可再VC6.下直接运行,参数可调。