Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.03 KB

README.md

File metadata and controls

27 lines (22 loc) · 1.03 KB

Plot GMM in MATLAB based on Residuals

  • file error_im_all.csv
    • the residuals from LiDAR super-resoluion for paper T-VT
  • file SR_residual.m
    • MATLAB file for plotting/fitting Gaussian Mixture model
    REAL_DATA = 1; // using simulated data or real data
    histSize = 0.3; // bin size or histogram size
    
  • Be noted that the MATLAB requirement
'fitgmdist' requires Statistics and Machine Learning Toolbox.

Reference

  1. (slides))
  2. Google Code Styleguide
  3. C++ tutorials

Contact