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

02-gpbM

于 2020-12-22 发布 文件大小:13270KB
0 222
下载积分: 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 个回复

  • HistDemoA
    数字图像处理实验——直方图的均衡化,打开图像并实现其均衡化(Digital image processing experiments- histogram equalization, open the image and realize its equalization)
    2014-06-07 00:05:05下载
    积分:1
  • opencv4.3
    自主选择性的查看一幅图像中的部分区域的颜色直方图:允许用户在一幅图像中选择一个矩形区域,通过按住鼠标键画一个矩形,当鼠标放开是,高亮显示矩形框,同时在另一个独立的窗口中,使用画图函数画一个图表(选定区域的颜色直方图),分别用蓝,绿,红表示选中区域中每种颜色的像素数量。(Self-selective color in an image to view a partial area of ​ ​ the histogram: Allows the user to select a rectangular area in an image by holding down the mouse button to draw a rectangle when the mouse is released, the highlighted rectangle, Meanwhile in a separate window, using the drawing functions to draw a chart (selected color histogram region), respectively, with blue, green, red indicates the number of pixels in the selected area of ​ ​ each color.)
    2014-02-13 16:18:41下载
    积分:1
  • xbsf
    小波算法。机械化的提高我们的效率。让我们减少错误率。大家要对她有性心。(Wavelet algorithm. Mechanization to improve our efficiency. Let us reduce the error rate. We have to have sex to her heart.)
    2013-12-03 21:36:15下载
    积分:1
  • add_noise_to_image
    为图像添加各种噪声,如高斯噪声、泊松噪声、椒盐噪声等。(需有openCV)(Add all kinds of noise for the image, such as Gaussian noise, Poisson noise, salt and pepper noise. (The need for openCV))
    2010-07-08 19:20:15下载
    积分:1
  • GraphCutTracker
    GraphCut算法的实现,跟踪主动镜头下的目标,效果很好!(GraphCut algorithm to track the goal of the initiative under the lens, very good!)
    2008-07-30 11:00:10下载
    积分:1
  • avisample
    生成avi视频截图序列。设置截图时长,截图频率,截图类型的参数。(Generate avi video sampling sequence.Screenshot duration, frequency and types of parameters are allowed to set freedom.)
    2013-07-10 17:18:11下载
    积分:1
  • 145
    一个很好类子来说明类模板的使用,可以比较明了类模板的使用方法,最好进行单步调试(use of class template )
    2013-08-30 17:17:58下载
    积分:1
  • ImageHistogramEqualization
    说明:   vc代码,用于图像直方图均衡(以原始girl图像为测试图像) (vc code, for image histogram equalization (in the original girl image for the test images))
    2010-03-28 09:42:18下载
    积分:1
  • pcacode
    程序设计步骤: 1、去均值 2、计算协方差矩阵及其特征值和特征向量 3、计算协方差矩阵的特征值大于阈值的个数 4、降序排列特征值 5、去掉较小的特征值 6、去掉较大的特征值(一般没有这一步) 7、合并选择的特征值 8、选择相应的特征值和特征向量 9、计算白化矩阵 10、提取主分量(Programming steps: 1 to mean 2, calculation of covariance matrix and its eigenvalues and eigenvectors 3, the calculation of covariance matrix eigenvalues greater than the threshold number of 4, in descending order of eigenvalue 5, remove the smaller eigenvalue 6, remove the larger eigenvalue (usually not this step) 7, the combined choice of eigenvalues 8, select the appropriate eigenvalues and eigenvectors 9, computing whitening matrix 10, principal component extraction)
    2008-07-14 16:25:23下载
    积分:1
  • efotoSource
    摄影测量的一个开源代码,内部含有后方交会、前方交会、相对定向、立体量测、像点匹配等功能源代码。(An Photogrametry open source project, including intersection, relative oriention, stereo measure, image matching source code.)
    2016-10-04 18:16:47下载
    积分:1
  • 696518资源总数
  • 105547会员总数
  • 4今日下载