Persistence 1D incl. Reconstruct1D  1.3
Finding extrema in one dimensional data, filtering them by persistence and reconstructing smooth functions
File List
Here is a list of all files with brief descriptions:
 FilesAndFilters.cppExample of working with data in files and using filters
 MatlabVisualization.cppDemonstrates how to run the C++ code and visualize the results using Matlab
 MatplotlibVisualization.cppDemonstrates how to run the C++ code and visualize the results using Matplotlib
 persistence1d.hppActual code
 persistence1d_driver.cppUse this program to run Persistence1D on data in text files
 run_persistence1d.cppMain Matlab-C++ Interface file
 SimpleDataVector.cppBasic example which demonstrates how to use the Persistence1D class for finding extrema features
 visualize.py