登录
首页 » Visual C++ » CannycPP

CannycPP

于 2016-04-11 发布 文件大小:297KB
0 230
下载积分: 1 下载次数: 1

代码说明:

  c 实现 canny算子(c realize canny )

文件列表:

用Canny算子提取边缘
...................\测试图片


...................\源代码
...................\......\cdib.cpp,38635,1995-09-27
...................\......\cdib.h,3645,1995-08-03
...................\......\ChildFrm.cpp,1542,1995-08-03
...................\......\ChildFrm.h,1397,1995-08-03
...................\......\ColorTable.h,65095,1995-09-27
...................\......\DIBPrcs.cpp,17030,1995-08-03
...................\......\GlobalApi.h,9174,2002-11-29
...................\......\ImageProcessing.aps,65316,2004-06-30
...................\......\ImageProcessing.clw,11533,2004-06-30
...................\......\ImageProcessing.cpp,4918,1995-08-03
...................\......\ImageProcessing.dsp,5297,2004-06-30
...................\......\ImageProcessing.dsw,555,1995-08-03
...................\......\ImageProcessing.h,1342,1995-08-03
...................\......\ImageProcessing.rc,27914,2004-06-30
...................\......\ImageProcessingDoc.cpp,4363,1995-09-27
...................\......\ImageProcessingDoc.h,1643,1995-09-27
...................\......\ImageProcessingView.cpp,88347,2004-06-30
...................\......\ImageProcessingView.h,2059,2004-06-30
...................\......\MainFrm.cpp,2532,1995-08-03
...................\......\MainFrm.h,1542,1995-08-03
...................\......\ReadMe.txt,5009,1995-08-03
...................\......\Recog.asp,0,1996-11-02
...................\......\Release
...................\......\res

...................\......\...\ImageProcessing.rc2,407,1995-08-03


...................\......\Resource.h,7179,2002-10-06
...................\......\SegApi.cpp,42670,2002-11-29
...................\......\StdAfx.cpp,217,1995-08-03
...................\......\StdAfx.h,1054,1995-08-03
...................\用Canny算子提取边缘
...................\...................\测试图片


...................\...................\源代码
...................\...................\......\cdib.cpp,38635,1995-09-27
...................\...................\......\cdib.h,3645,1995-08-03
...................\...................\......\ChildFrm.cpp,1542,1995-08-03
...................\...................\......\ChildFrm.h,1397,1995-08-03
...................\...................\......\ColorTable.h,65095,1995-09-27
...................\...................\......\DIBPrcs.cpp,17030,1995-08-03
...................\...................\......\GlobalApi.h,9174,2002-11-29
...................\...................\......\ImageProcessing.aps,65316,2004-06-30
...................\...................\......\ImageProcessing.clw,11533,2004-06-30
...................\...................\......\ImageProcessing.cpp,4918,1995-08-03
...................\...................\......\ImageProcessing.dsp,5297,2004-06-30
...................\...................\......\ImageProcessing.dsw,555,1995-08-03
...................\...................\......\ImageProcessing.h,1342,1995-08-03
...................\...................\......\ImageProcessing.rc,27914,2004-06-30
...................\...................\......\ImageProcessingDoc.cpp,4363,1995-09-27
...................\...................\......\ImageProcessingDoc.h,1643,1995-09-27
...................\...................\......\ImageProcessingView.cpp,88347,2004-06-30
...................\...................\......\ImageProcessingView.h,2059,2004-06-30
...................\...................\......\MainFrm.cpp,2532,1995-08-03
...................\...................\......\MainFrm.h,1542,1995-08-03
...................\...................\......\ReadMe.txt,5009,1995-08-03
...................\...................\......\Recog.asp,0,1996-11-02
...................\...................\......\Release
...................\...................\......\res

...................\...................\......\...\ImageProcessing.rc2,407,1995-08-03


...................\...................\......\Resource.h,7179,2002-10-06
...................\...................\......\SegApi.cpp,42670,2002-11-29
...................\...................\......\StdAfx.cpp,217,1995-08-03
...................\...................\......\StdAfx.h,1054,1995-08-03

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Grid
    基于OpenCV实现的图像切割程序,通过程序中参数设置分块的数量和大小(The project is uesd to break an image into block)
    2013-12-01 22:31:29下载
    积分:1
  • matlab
    ) 使用分块的主成分分析方法(PCA)对人脸图像进行压缩编码。针对PCA方法计算量大的缺点,首先把问题转化成奇异值分解(SVD)问题,然后设计了特征空间的更新算法,通过递推,简化每一步计算的计算量,达到了实时编码的要求。 4) 在Windows平台下基于Video for Windows(VFW)接口开发了人脸视频图像编码和解码的实验系统,该系统实现了图像采集、图像显示、编码、解码等功能。() The use of sub-blocks of principal component analysis (PCA) on the human face image coding. PCA method for large defects, first of all the issues into a singular value decomposition (SVD) problem, and then design a feature space of the update algorithm, recursive, simplifying the calculation of the amount calculated at each step to achieve real-time encoding requirements. 4) In the Windows platform based on Video for Windows (VFW) interfaces, the human face image coding and decoding video experimental system, the system achieved image acquisition, image display, encoding, decoding functions.)
    2010-05-11 12:03:24下载
    积分:1
  • Image-binarization
    说明:  图片自适应二值化处理,二值化处理使用简单方便。(Adaptive binarization image processing, binary processing easy to use.)
    2011-03-01 01:16:18下载
    积分:1
  • demo
    图像拼接小程序,使用直接对比的方法进行拼接并用加权平均的方法进行融合 (a simple program for image splicing )
    2012-04-25 09:58:43下载
    积分:1
  • image-matching-using-surf-and-ransac
    对两幅图像进行配准,分别提取两幅图像的surf特征点以及描述子,得到粗匹配结果,然后根据粗匹配结果,采用ransac方法计算基础矩阵,并去除误匹配点,得到较准确匹配结果(Two image registration, surf was extracted from the feature points in two images to get the coarse matching and descriptor, then according to the results, the coarse matching results, using RANSAC method to calculate the fundamental matrix, and eliminate the error matching, gain a more accurate matching results)
    2020-11-13 13:59:43下载
    积分:1
  • HazeRemoval
    暗通道去雾代码,使用c++实现 根据cvpr论文改写(Channel code to the dark fog)
    2011-08-22 08:48:18下载
    积分:1
  • motiontrack
    运动目标的给总与识别,可以实时显示目标的运动轨迹,支持高速相机实时处理视频数据,并可以获得运动目标的轮廓矩等信息(Moving target to the total and the identification of moving targets in real-time display track, real-time processing to support high-speed video camera and moving target access to information such as contour moments)
    2020-10-06 00:17:39下载
    积分:1
  • PicMatch
    本程序实现了对影像特征点自动提取,利用Morevac、Forstner、Harris3个经典算子。在此基础上利用相关系数法实现影像自动匹配,并且引入最小二乘平差,使匹配点精度有所提高。 在搜索点过程中,利用了核线影像特性,对二维影像搜索使用了爬山法启发式搜索。对大数据量影像采用影像金字塔结构处理。 1、使用GDAL库读取影片,支持TIFF、PNG、JPEG、JPG、BMP、GIF、IMG格式读取。使用GDI绘图。 2、防止大数据量绘图视图闪烁,图片显示采用双缓存技术。 3、保存视图数据为图片文件,支持TIFF、PNG、JPEG、JPG、BMP、GIF格式保存。 4、TreeCtrl控件、ListCtrl控件的基本操作。 5、MFC单文档程序视图通讯、更换视图、视图分割。(This program of image features automatic extraction point, use Morevac, Forstner, Harris3 a classic operator. Based on the correlation coefficient method using the image matching, realization and introducing least squares adjustment, the matching point to improve precision. In the search process, the use of the image characteristics of nuclear line, 2d image search using the heuristic method of climbing. For large quantity of data using image processing image pyramid structure. 1, using film, read GDAL repository support JPEG, TIFF, PNG, GIF, BMP, JPG, read IMG format. Use GDI drawing. 2 and prevent large amount of data, drawing view pictures showed adopt double caching techniques. 3, save for the image file, views data support JPEG, TIFF, JPG, PNG, GIF, BMP format. 4 and TreeCtrl controls, the basic operation ListCtrl controls. 5 and MFC single document procedure view communication, replace view, view.)
    2010-05-22 00:46:30下载
    积分:1
  • SingleCalibrate
    基于opencv的相机单目标定程序,很好的学习资源,做图像矫正的可以看看~(Opencv based on a single target of the camera program)
    2015-05-06 13:53:42下载
    积分:1
  • VC-PH
    球面坐标定位法校正鱼眼图像畸变,使用visual studio 2008 编写,需要OpenCV的支持(Spherical coordinates locating fish eye image distortion correction, prepared using visual studio 2008, requires the support of OpenCV)
    2010-05-15 11:42:48下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载