登录
首页 » Visual C++ » 02-gpbM

02-gpbM

于 2020-12-22 发布 文件大小:13270KB
0 252
下载积分: 1 下载次数: 2

代码说明:

  M估计子,计算机视觉大牛Peter Meer出品。(Generalized Projection based M-estimator C++ code to find the robust estimate derived without using any user supplied scale. The theory is described in Generalized Projection Based M-stimator. )

文件列表:

02-gpbM
.......\applications
.......\............\data
.......\............\....\faces
.......\............\scripts
.......\............\.......\faceClustering
.......\............\.......\..............\faceData_P00_128x128_D10.txt,90788,2011-06-02
.......\............\.......\..............\face_ground_truth.mat,222,2010-11-09
.......\............\.......\..............\gpbm_faceClustering.m,5059,2012-06-09
.......\............\.......\Homography
.......\............\.......\..........\computeCarrierVectors_homography.m,1120,2011-05-06
.......\............\.......\..........\computeCovarianceMatrices_homography.m,1383,2011-09-13
.......\............\.......\..........\gpbM_Homography.m,8827,2012-01-06
.......\............\.......\..........\iscolinear.m,2396,2011-02-19
.......\............\.......\..........\isdegenerate_dummy.m,65,2011-05-26
.......\............\.......\..........\isdegenerate_homography.m,517,2011-02-11
.......\............\.......\..........\Oxford_MertonCollege1_PtMatches_SIFT_outliers.mat,4255295,2011-02-11
.......\............\.......\..........\Oxford_MertonCollege3_PtMatches_images.mat,3753449,2011-02-19
.......\............\.......\projectiveMotion
.......\............\.......\................\calculateCovariances_fundamental.m,815,2010-09-14
.......\............\.......\................\calculateCovariances_homo.m,169,2011-02-04
.......\............\.......\................\calculateCovariances_motion_3D.m,552,2011-05-26
.......\............\.......\................\estimateFundamentalMatrix.m,1289,2011-06-06
.......\............\.......\................\generateHypotheses.m,524,2011-05-25
.......\............\.......\................\gpbm_ProjMotionSeg.m,7212,2012-01-09
.......\............\.......\................\IsotropicScaling.m,529,2010-09-14
.......\............\.......\................\MakeHomogenous.m,233,2010-09-14
.......\............\.......\................\MakeNonHomogenous.m,213,2010-09-20
.......\............\.......\................\motionData.mat,734634,2011-06-17
.......\............\.......\................\plotMotions.m,839,2011-06-02
.......\............\.......\................\refineUsingFundamentalMatrices.m,2485,2011-06-06
.......\............\.......\................\updateDepthEstimates.m,2097,2011-06-06
.......\blas_32.lib,646302,2011-02-04
.......\blas_64.lib,944212,2011-02-04
.......\commons.h,6154,2011-06-06
.......\computeErrors.m,4040,2011-05-31
.......\conjugateGradient.cpp,15406,2011-08-28
.......\conjugateGradient.h,2945,2011-08-28
.......\dichotomize_mex.cpp,6092,2011-05-18
.......\dichotomize_mex.mexw64,229888,2011-12-22
.......\estimateFraction_mex.cpp,8045,2011-05-11
.......\estimateFraction_mex.mexw64,214528,2011-12-22
.......\estimateModel_mex.cpp,16790,2011-09-13
.......\estimateModel_mex.mexw64,246784,2011-12-22
.......\estimateScale.m,8063,2011-06-17
.......\estimateScaleFromFrac.m,1151,2010-09-14
.......\estimateScaleFromFraction_mex.cpp,7012,2011-05-11
.......\estimateScaleFromFraction_mex.mexw64,214016,2011-12-22
.......\generateHypotheses.m,683,2011-06-02
.......\isdegenerate_dummy.m,65,2011-05-26
.......\kernels.h,616,2011-05-06
.......\lapack_32.lib,7311736,2011-02-04
.......\lapack_64.lib,9755764,2011-02-04
.......\libf2c_32.lib,302926,2011-02-04
.......\libf2c_64.lib,372146,2011-02-04
.......\matrixOperations.h,3721,2011-05-11
.......\mexAll.m,757,2011-06-17
.......\normalise2dpts.m,2430,2011-02-04
.......\vnorm.m,2077,2011-06-06

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

发表评论

0 个回复

  • lecture6_eigen_selection
    中科院图像理解与计算机视觉课件6 值得参考一下 some topics on pattern recognition and computer vision(Chinese Academy of Sciences and Computer Vision Image Understanding Courseware 6 worth refer to some topics on pattern recognition and computer vision)
    2008-04-25 21:16:01下载
    积分:1
  • Matrix
    说明:  求矩阵的特征值和特征向量,使用c语言编程(Matrix eigenvalues and eigenvectors, c language programming)
    2011-03-07 12:51:59下载
    积分:1
  • ImageProcessing
    说明:  基于块分割的图像拼接,将图像按块拼接,缺点是速度很慢,算法有待改善(Block-based segmentation of the image mosaic, mosaic images by block, the disadvantage is very slow, the algorithm needs to be improved)
    2011-03-24 18:22:01下载
    积分:1
  • 1197876686767rendertotexture
    这个程序demo了怎样使用glCopyToTexture函数绘制。这个纹理是应用在一个立方体上的。(This app demonstrates how to render to a texture using the glCopyToTexture function. I have used one of my old projects to create a interesting effect (Blending colors). This is rendered to a viewport and then copied to a texture. The texture is then applied to a cube.)
    2009-04-30 10:47:05下载
    积分:1
  • DSP
    程序是基于DSP的数字图像处理技术,可以实现军事滤波,中值滤波和维纳滤波,实现效果较好(The program is a DSP-based digital image processing technology, the military filtering, median filtering and Wiener filtering, better )
    2012-03-18 08:30:46下载
    积分:1
  • Marching-Cubesof-MC-algorithm
    原创基于c++语言编程实现了MC算法在三维图像处理中的应用,以及有许多二维图像到三维图像表面的重建过程算法。通过VC2008,编译已通过。(I have realized MC algorithm about the application of processing 3-D image based on C++ language also realised the technology on image surface reconstruction from 2-D to 3-D image.They are all compiled successfully using VS2008)
    2012-05-04 22:32:57下载
    积分:1
  • gesture-system
    目前已有的手部运动跟踪系统大多在一定程度上限制了人体运动自由. 基于此, 提出一种无线、 可穿戴、 无障碍的腕关节、 指关节运动跟踪系统. 在人体每个手指甲上粘贴一轻小永磁体, 用以产生标示腕关节、指关节运动的信号 若干磁传感器置于手腕处的电子腕带上, 作为标示信号( 磁信号) 检测器. 当腕关节、 指关 节运动时, 永磁体在各传感器所在位置处的合成磁场发生变化, 传感器对该磁场信号进行测量, 所检测到的磁场信号送入手部姿势估计器, 估计器基于系统数学模型计算手部姿势, 从而实现对手部运动的跟踪.(Most of the existing hand movement tracking system to a certain extent limited the freedom of human motion. This paper presents a wireless, wearable, accessible wrist, knuckles motion tracking system. In each fingernail on the human body Paste a light small permanent magnet to produce marked the wrist, referring to the signal of the joint movement the number of magnetic sensors placed in the wrist at the electronic wristband, as marked signal (magnetic signal) detector. when the wrist, knuckles campaign , the permanent magnet in the magnetic field of the sensor location at changes in the sensors of the magnetic signal measurement, the detected magnetic field signal sent from the start with the Ministry of posture is estimated, the estimator based on the mathematical model to calculate the hand position in order to achieve of hand movement tracking.)
    2020-06-30 07:40:02下载
    积分:1
  • 平台基于visual studio2015 bilateralFilter
    平台基于visual studio2015,使用opencv函数实现双边滤波,进行图像处理(bilateral Filter based on opencv)
    2020-06-20 05:00:01下载
    积分:1
  • abc
    数字图象处理VC++实现,里面有很多图像处理方面的算法,有参考意义。(Digital image processing in VC++)
    2011-11-21 20:33:31下载
    积分:1
  • ShapeRecognition
    Shap Context based Shape recognition
    2010-05-12 14:15:29下载
    积分:1
  • 696518资源总数
  • 106215会员总数
  • 5今日下载