CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - ransac C
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - ransac C - List
[
Special Effects
]
RANSAC
DL : 0
RANSAC algorithm, written by visual c++ 6
Update
: 2008-10-13
Size
: 2.61kb
Publisher
:
chudajian
[
Special Effects
]
SIFT算法的C语言实现(基于OpenCV),
DL : 0
SIFT算法的C语言实现(基于OpenCV),金字塔采样和高斯差分提取特征点,K-D树寻找同名点,RANSAC去粗差
Update
: 2011-03-20
Size
: 438.01kb
Publisher
:
yuanou2007
[
matlab
]
S-Isomap
DL : 0
Description: S-ISOMAP is a manifold learning algorithm, which is a supervised variant of ISOMAP. Reference: X. Geng, D.-C. Zhan, and Z.-H. Zhou. Supervised nonlinear dimensionality reduction for visualization and classification. IEEE Transactions on Systems, Man, and Cybernetics - Part B: Cybernetics, 2005, vol.35, no.6, pp.1098-1107.-Description: S-ISOMAP is a manifold learning algorithm, which is a supervised variant of ISOMAP. Reference: X. Geng, D.-C. Zhan, and Z.-H. Zhou. Supervised nonlinear dimensionality reduction for visualization and classification. IEEE Transactions on Systems, Man, and Cybernetics- Part B: Cybernetics, 2005, vol.35, no.6, pp.1098-1107.
Update
: 2025-02-17
Size
: 31kb
Publisher
:
修宇
[
Communication-Mobile
]
3_22
DL : 0
this ia a cppp code file including SIFT and other algrithms based in opcv
Update
: 2025-02-17
Size
: 11.06mb
Publisher
:
luwei
[
Special Effects
]
RANSAC
DL : 0
RANSAC algorithm, written by visual c++ 6
Update
: 2025-02-17
Size
: 2kb
Publisher
:
chudajian
[
Special Effects
]
sift-1.1.1_20071108_win
DL : 0
Rob Hess的SIFT算法的C语言实现(基于OpenCV),金字塔采样和高斯差分提取特征点,K-D树寻找同名点,RANSAC去粗差-Rob Hess of the SIFT algorithm C language (based on OpenCV), sampling and Gaussian pyramid differential extraction of feature points, KD tree search for points of the same name, RANSAC to gross errors
Update
: 2025-02-17
Size
: 438kb
Publisher
:
lonfan
[
Special Effects
]
ransac
DL : 0
用VC++实现了ransac算法,可以用于图像匹配时去除错误匹配等,代码是可用的。-Using VC++ implementation of the RANSAC algorithm, image matching can be used to remove the error when the match and so on, the code are available.
Update
: 2025-02-17
Size
: 18kb
Publisher
:
朱静
[
Windows Develop
]
Ransac
DL : 0
Ransac Algoritm in C++, I ts usefull in Artificial Vision (see: http://en.wikipedia.org/wiki/RANSAC)
Update
: 2025-02-17
Size
: 5kb
Publisher
:
remoranb
[
Windows Develop
]
RANSAC
DL : 0
利用VC++实现RANSAC算法,文件利用c++风格编写,通俗易懂-Using VC++ to achieve RANSAC algorithm, the file using c++ style of writing, easy to understand
Update
: 2025-02-17
Size
: 16kb
Publisher
:
yangxuemei
[
AI-NN-PR
]
RANSAC_Beta_v0.01
DL : 0
ransac是常用的稳健计算机视觉的方法,可用于两幅影像的配准。这是使用C++实现的RANSAC-This is an C++ Implementation for RANSAC
Update
: 2025-02-17
Size
: 767kb
Publisher
:
Li xiang ru
[
2D Graphic
]
vlfeat-0.9.4.1-bin.tar
DL : 0
vl-sift source code including ransac and matching
Update
: 2025-02-17
Size
: 7.11mb
Publisher
:
Yoo,seok bong
[
Graph Recognize
]
homest-1.3
DL : 0
求单应矩阵的算法。应用LM算法。输入2幅图片上的4对对应点,应用该算法可以找到单应矩阵。-http://www.ics.forth.gr/~lourakis/homest/ C/C++ Library for Robust, Non-linear Homography Estimation
Update
: 2025-02-17
Size
: 55kb
Publisher
:
cao
[
OpenCV
]
severalexample
DL : 0
几个项目运用了opencv,需先安装opencv 项目readpic从磁盘中读入图像文件,并将图像显示在屏幕上 项目cpic本程序显示如何用C++类来创建和显示图像,这个C++类在 cxcore.hpp 中定义,与 矩阵类(CvMatrix) 相似。 项目carmen是使用opencv卡尔曼滤波的例子。 项目ransac是ransac算法的例子。 toolbox_calib是加州理工经典相机标定包。-Several projects using the opencv, opencv projects need to be installed readpic read from the disk image file and the image displayed on the screen item cpic this program shows how to use C++ class to create and display images, the C++ class cxcore.hpp defined, and the matrix class (CvMatrix) similar. Carmen project is to use opencv Kalman filter example. Project ransac is ransac algorithm example. California Institute of Technology toolbox_calib classic camera calibration package.
Update
: 2025-02-17
Size
: 5.85mb
Publisher
:
lyd
[
Windows Develop
]
RANSAC.code.Ziv.Yaniv
DL : 0
随机抽样一致性算法RANSAC源程序,C++实现。作者:Ziv Yaniv。推荐理由1:没有使用任何其他的函数库,省去您更多负担。如解线性方程、随机数产生器。理由2:唯一觉得可惜的是他的算法中过多的使用了C++的特性,如vector,虚函数,设计模式。如果您刚好是C++高手,正是您阅读的好程序。理由3:作者的注解详细,每2行就有1行注释,容易看懂。-RANSAC random sample consensus algorithm source code, C++ implementation. Of: Ziv Yaniv. Recommended reason 1: do not use any other library, eliminating the need for more of your burden. Such as solving linear equations, random number generator. Reason 2: The only pity is that his excessive use of algorithm C++ features such as vector, virtual function, design model. If you happen to be C++ expert, is that you read a good program. Reason 3: Details of the comments, there is a line for each comment line 2, easy to understand.
Update
: 2025-02-17
Size
: 18kb
Publisher
:
[
Other
]
RANSAC
DL : 0
RANSC 的代码,使用C++完成,内附小例子,能够指导你如何使用-the code of RANSAC
Update
: 2025-02-17
Size
: 17kb
Publisher
:
MWG
[
Other
]
RANSAC
DL : 0
使用c++编程,使用描述RANSC算法进行滤波,提取直线或园-To use c++ programming, by filtering to use descriptive RANSC algorithm, to extract a straight line or park
Update
: 2025-02-17
Size
: 5.41mb
Publisher
:
周鑫
[
Linux-Unix
]
ransac-pcl
DL : 0
Ransac program for plane detection, the algorithm is implemented in C++ and works on Point cloud, the input is a PCD file which is generating by PCL-Library (sohaib-l@hotmail.fr
Update
: 2025-02-17
Size
: 1.2mb
Publisher
:
sohaib lr
[
Special Effects
]
stitching
DL : 0
sift+ransac实现多张图片拼接 windows10+vs2017+opencv2.4.13(windows10+vs2017+opencv2.4.13)
Update
: 2025-02-17
Size
: 11.87mb
Publisher
:
lovelife233
[
matlab
]
Ransac
DL : 0
随机抽样一致性算法, 实现圆的拟合, C Sharp 程序(Random sampling consensus algorithm to achieve circle fitting, C Sharp program)
Update
: 2025-02-17
Size
: 69kb
Publisher
:
lursh
[
CSharp
]
Ransac拟合直线和圆
DL : 0
C# 实现直线拟合,圆拟合 ransac算法,剔除忽略点(C# realizes line fitting and circle fitting with ransac algorithm to eliminate the ignored points)
Update
: 2025-02-17
Size
: 75kb
Publisher
:
bosshyup
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.