登录
首页 » Others » MirrorDemo2

MirrorDemo2

于 2020-12-08 发布 文件大小:786KB
0 299
下载积分: 1 下载次数: 501

代码说明:

  Matlab程序,通过二维图像重建三维模型的例子(Matlab program, through the two-dimensional image reconstruction of three-dimensional model example)

文件列表:

acTsaiRadialDistortion.m
AddVrmlIndexedFaceSet.m
AddVrmlViewpoint.m
AlignVectors.m
AntiSymmetricMatrixFromVector.m
ApproxMergeScaleAndPos.m
ApproxOrthoViewVec.m
assert.m
aug.m
Augment.m
convexhull.m
ConvexPolyhedronFacesToDualPoints.m
ConvVh.m
CoordAdd.m
DblMrrEpipoleLineErr.m
DblMrrEpipoles.m
DualPointFromThreePointsOnPlane.m
ensure.m
EpiTangPoints.m
EvalPrint.m
ExtractBoundaries.m
FourErrorDistances.m
getboundarymex.dll




ImageToNormalisedImage.m
IsPointInConvPoly.m

Jug1.png
Jug2.jpg
Jug2.png
LinearEuclideanTriangulation.m
Locust1.jpg
Locust1.png
Locust2.jpg
Locust2.png
MarchDemoMex.dll
MatrixToAxisAngleMex.dll
MirrorDemo1.m
MirrorDemo2.m
MirrorDemo3.m
MirrorFocalPpErr.m
MirrorMergePosErr.m
MirrorPosFocalPpErr.m
MyDeal.m
MyPalette.m
NewFigure3D.m
NiceColours.m
NormalisedImageToImage.m
OrderAroundConvexHull.m
OrderMostConsistentEpipoles.m
OrthoEstMirrorDistRatio.m
OrthoTangencies.m
OuterTangents.m
Perp.m
PerpDist2DPointTo2DLine.m
PixelEtcErrForImageSet.m
PixelEtErrMex.dll
plot2D.m
PointDirLineIntersect.m
PointPolygonTangentExtremes.m
PointSetExtremesXY.m
PolygonCentroid.m
QuaternionToRotationMatrix.m
ReflectionMatrixFromVec.m
ReflectionMatrixFromVecPoint.m
RemoveBorderPixels.m
rms.m
RotationMatrixToQuaternion.m
selectobjectmex.dll
ShowPoly.m
SignedArea.m
StaticMirrorObjMoveCamErr.m
StaticMirrorObjMovingCamFn.m
structord.m
swap.m
unitize.m
VararginModifyDefaults.m
VhMarchTetMirror.m
ViewVecCentrePoint.m

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

发表评论

0 个回复

  • Minimum-Risk-Bayes-classifier
    这是模式识别中最小风险Bayes分类器的设计方案。在参考例程的情况下,自行完善了在一定先验概率的条件下,男、女错误率和总错误率的统计,放入各个数组当中。 全部程序由主函数、最大似然估计求取概率密度子函数、最小错误率贝叶斯分类器决策子函数三块组成。 调用最大似然估计求取概率密度子函数时,第一步获取样本数据,存储为矩阵;第二步对矩阵的每一行求和,并除以样本总数N,得到平均值向量;第三步是应用公式(3-43)采用矩阵运算和循环控制语句,求得协方差矩阵;第四步通过协方差矩阵求得方差和相关系数,从而得到概率密度函数。 调用最小风险贝叶斯分类器决策子函数时,根据先验概率,再根据自行给出的5*5的决策表,通过比较概率大小判断一个体重身高二维向量代表的人是男是女,放入决策数组中。 主函数第一步打开“MAIL.TXT”和“FEMALE.TXT”文件,并调用最大似然估计求取概率密度子函数,对分类器进行训练。第二步打开“test2.txt”,调用最小风险贝叶斯分类器决策子函数,然后再将数组中逐一与已知性别的数据比较,就可以得到在一定先验概率条件下,决策表中不同决策的错误率的统计。 (This is a pattern recognition classifier minimum risk Bayes design .In reference to the case of routine , self- improvement in a certain a priori probability conditions, male , female and total error rate error rate statistics , into which each array . All programs from the main function , maximum likelihood estimation subroutine strike probability density , the minimum error rate Bayesian classifier composed of decision-making three subfunctions . Strike called maximum likelihood estimate probability density subroutine , the first step to obtain the sample data , stored as a matrix the second step of the matrix, each row sum , and divided by the total number of samples N, be the average vector The third step is the application of the formula ( 3-43 ) using matrix and loop control statements , obtain the covariance matrix fourth step through the variance-covariance matrix and correlation coefficient obtained , resulting in the probability density function . Bayesian classifier )
    2012-02-02 20:37:04下载
    积分:1
  • matlab6.5
    该源码为matlab6.5图形图像处理书籍的配套资料。(The source code for the graphic image processing books matlab6.5 supporting information.)
    2008-04-25 16:47:00下载
    积分:1
  • 427
    simulation communication
    2011-01-21 02:31:39下载
    积分:1
  • gapolyfitning
    matlab program in artificial intelligent in power system optimization problem using GA
    2011-05-29 03:27:15下载
    积分:1
  • Laplacian_Smoothing_Transform
    基于拉普拉斯光滑算子的变换,常用于人脸识别(Smooth operator based on Laplace transform, using face recognition program)
    2013-12-29 16:29:47下载
    积分:1
  • ClassResult
    手写体SVM分类器的设计源代码,,挺好的,可以参考(SVM Handwritten classifier design, source code, very good, can refer to .)
    2013-01-17 22:04:28下载
    积分:1
  • Frequency_Hopped_Spread_Spectrum
    frequency modulation concerning FCN in communication systems
    2012-09-04 03:01:19下载
    积分:1
  • demo7tonality
    It is code for tonality feature extraction
    2015-01-12 15:49:23下载
    积分:1
  • fourfoot_robot_opt
    四足机器人的步态轨迹优化源码,运行main函数即可。(Four-legged robot s gait trajectory optimization code, you can run the main.m function)
    2011-12-19 00:16:54下载
    积分:1
  • hgfx2
    回归分析的matlab实现(Regression analysis matlab realize)
    2007-09-22 13:50:02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载