Skip to content

CansenJIANG/FeatureAnalysis3d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Feature Analysis in 3d

GUI for Feature Analysis in 3d, mainly on performances evaluations on 3d feature detector and descriptors.

Project file Overview

project
|- doc/             # documentation for the study
|  +- paper/        # manuscript(s), whether generated or not
|
|- data             # raw and primary data, are not changed once created 
|  |- raw/          # raw data, will not be altered
|  +- clean/        # cleaned data, will not be altered once created
|
|- src/             # any programmatic code
|- results          # all output from workflows and analyses
|  |- figures/      # graphs, likely designated for manuscript figures
|  +- pictures/     # diagrams, images, and other non-graph graphics
|
|- scratch/         # temporary files that can be safely deleted or lost
|
|- README           # the top level description of content
|- FeatureAnalysis3d.pro # the project descriptor for QTcreator
|- Makefile         # executable Makefile for this study, if applicable
|- datapackage.json # metadata for the (input and output) data files 

Dependencies

For linux user: Your can download most of the software from Synaptic Package Manager (https://help.ubuntu.com/community/SynapticHowto). For the latest version of PCL, you are suggested to download from the Github release (https://github.com/PointCloudLibrary/pcl).

NOTE: you might need to add the definition before calling the Eigen library: ''' #define EIGEN_YES_I_KNOW_SPARSE_MODULE_IS_NOT_STABLE_YET '''

For windows user: Not tested yet.

Todo

  • Update README file whenever new functionalities added to the GUI.
  • Detail analysis for evaluation on different feature detector and descriptor.
  • Comment all the functions that you added.
  • Weekly reports for the progress.
  • [ ]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published