登录
首页 » Visual C++ » Prosac

Prosac

于 2021-04-06 发布 文件大小:5325KB
0 202
下载积分: 1 下载次数: 486

代码说明:

  用opencv2.3.1+vs2008实现PROSAC算法。PROSAC是比ransac算法更快的剔除无匹配算法。前提是,这种策略的前提是假定匹配度高的特征是内点的概率比匹配度低的特征要高。 (With opencv2.3.1+ vs2008 realize PROSAC algorithm. PROSAC is faster than ransac algorithm of eliminate no matching algorithms. Premise is, this strategy is the premise of assume that match the characteristics of the high degree of interior point of probability matching the characteristics of low degree than to high.)

文件列表:

Prosac
......\Prosac
......\......\Debug
......\......\.....\shiyan.exe,31744,2012-05-02
......\......\.....\shiyan.ilk,306112,2012-05-02
......\......\.....\shiyan.pdb,404480,2012-05-02
......\......\Release
......\......\.......\shiyan.exe,22016,2012-05-04
......\......\.......\shiyan.pdb,1174528,2012-05-04
......\......\shiyan
......\......\......\Debug
......\......\......\.....\BuildLog.htm,14258,2012-05-02
......\......\......\.....\mt.dep,67,2012-05-02
......\......\......\.....\shiyan.exe.embed.manifest,663,2012-05-02
......\......\......\.....\shiyan.exe.embed.manifest.res,728,2012-05-02
......\......\......\.....\shiyan.exe.intermediate.manifest,621,2012-05-02
......\......\......\.....\shiyan.obj,8377,2012-05-02
......\......\......\.....\shiyan.pch,3211264,2012-05-02
......\......\......\.....\stdafx.obj,12721,2012-05-02
......\......\......\.....\vc90.idb,68608,2012-05-02
......\......\......\.....\vc90.pdb,126976,2012-05-02
......\......\......\opencv_calib3d231.lib,288824,2012-05-04
......\......\......\opencv_contrib231.lib,313494,2012-05-04
......\......\......\opencv_core231.lib,403562,2012-05-03
......\......\......\opencv_features2d231.lib,599562,2012-05-03
......\......\......\opencv_flann231.lib,114168,2012-05-03
......\......\......\opencv_gpu231.lib,431112,2012-05-04
......\......\......\opencv_haartraining_engine.lib,890668,2012-05-03
......\......\......\opencv_highgui231.lib,144804,2012-05-03
......\......\......\opencv_imgproc231.lib,296752,2012-05-03
......\......\......\opencv_legacy231.lib,384020,2012-05-04
......\......\......\opencv_ml231.lib,263150,2012-05-03
......\......\......\opencv_objdetect231.lib,337252,2012-05-04
......\......\......\opencv_ts231.lib,303068,2012-05-03
......\......\......\opencv_video231.lib,161652,2012-05-03
......\......\......\Prosac.h,19516,2012-05-04
......\......\......\ReadMe.txt,1177,2012-05-02
......\......\......\Release
......\......\......\.......\BuildLog.htm,9814,2012-05-04
......\......\......\.......\mt.dep,67,2012-05-04
......\......\......\.......\shiyan.exe.intermediate.manifest,616,2012-05-04
......\......\......\.......\shiyan.obj,2336326,2012-05-04
......\......\......\.......\shiyan.pch,3211264,2012-05-04
......\......\......\.......\stdafx.obj,37653,2012-05-04
......\......\......\.......\vc90.idb,560128,2012-05-04
......\......\......\.......\vc90.pdb,954368,2012-05-04
......\......\......\shiyan.cpp,3028,2012-05-04
......\......\......\shiyan.vcproj,4854,2012-05-04
......\......\......\shiyan.vcproj.E6F4FA065120441.Administrator.user,1427,2012-05-04
......\......\......\stdafx.cpp,211,2012-05-02
......\......\......\stdafx.h,233,2012-05-02
......\......\......\targetver.h,498,2012-05-02
......\......\shiyan.ncb,11512832,2012-05-04
......\......\shiyan.sln,884,2012-05-02
......\说明.txt,400,2012-05-04

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

发表评论

0 个回复

  • SafetyEva
    电力系统设备安全性评估 主要针对接入分布式电源的配电网(The safety Calculation of Power system)
    2013-10-05 18:23:49下载
    积分:1
  • Imageload
    this is imageload.h file in OPENGL
    2011-08-18 16:37:35下载
    积分:1
  • ArcGIS-Engine
    ArcGIS Engine二次开发——基础篇 (ArcGIS Engine secondary development- The Basics)
    2013-04-17 16:37:53下载
    积分:1
  • turn
    vc 二值化变换 源代码的程序源码,希望对大家有所帮助(vc source code, binary transform the program source code, we hope to help)
    2011-07-03 09:05:13下载
    积分:1
  • MeFrm
    说明:  傅立叶变换在图像处理中的重要作用: (A) 图像增强与图像去噪 绝大部分噪音都是图像的高频分量,通过低通滤波器来滤除高频噪声;边缘也是图像的高频分量,可以通过添加高频分量来增强原始图像的边缘; (B) 图像分割与边缘检测 提取图像高频分量 (C) 图像特征提取 形状特征:傅里叶描述子 纹理特征:直接通过傅里叶系数来计算纹理特征 其他特征:将提取的特征值进行傅里叶变换来使特征具有平移、伸缩、旋转不变性 (D ) 图像压缩 可以直接通过傅里叶系数来压缩数据;常用的离散余弦变换是傅立叶变换的实变换; (Fourier transform in the important role of image processing: (A) image enhancement and image denoising Most of all images of high frequency noise by low pass filter to filter out high frequency noise edge is the image of the high frequency components can be enhanced by adding high frequency components to the edge of the original image (B) Image segmentation and edge detection High frequency components extracted image (C) image feature extraction Shape features: Fourier descriptors Texture: directly through the Fourier coefficients to calculate the texture features Other features: The characteristic value extracted by Fourier transform to the characteristics of translation, scaling, rotation invariance (D) image compression Fourier coefficients can be directly compressed data commonly used discrete cosine transform is the Fourier transform of the real transformation 朗读显示对应的拉丁字符的拼音)
    2011-03-28 19:06:27下载
    积分:1
  • e100bex
    基于 USB无线网卡的NDIS 驱动的框架,从Window提供的E100bex修改过来的,有很高的实用价值(USB-based wireless network card NDIS driver framework provides E100bex Window changes from over, has a high practical value)
    2010-11-01 16:15:08下载
    积分:1
  • cdma20001XEVDV
    这是cdma2000的一个分组调度算法实例,里面内容非常详细,运行能通过(This is a cdma2000 packet scheduling algorithm for example, which is very detailed, running through the)
    2009-02-09 11:19:53下载
    积分:1
  • shpkc
    用C++编写的库存管理系统。使用简单,操作方便。(prepared by the inventory management system. Easy to use, easy to operate.)
    2006-12-27 15:41:38下载
    积分:1
  • people000
    基于OPENCV的人数统计系统,可以对目标图像进行分析,可以统计出目标图像内的人数数量(OPENCV the number of statistical systems, the target image can be analyzed, you can count the number of people within the target number of images)
    2011-09-07 12:29:11下载
    积分:1
  • IPC_example_on_6678
    TI TMS320C6678的IPC核间通信例程,非常珍贵,CCSV51版本。(TI TMS320C6678 of IPC inter-core communication routines, very precious, CCSV51 version.)
    2013-07-07 14:50:24下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载