RISA
interpolationFunctions.h File Reference
#include <vector>
Include dependency graph for interpolationFunctions.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<typename T >
auto findDefectDetectors (T *data, std::vector< double > &filterFunction, std::vector< int > &defectDetectors, unsigned int numberOfDetectors, unsigned int numberOfProjections, double threshMin, double threshMax) -> void
 
template<typename T >
auto interpolateDefectDetectors (T *data, std::vector< int > &defectDetectors, unsigned int numberOfDetectors, unsigned int numberOfProjections) -> void
 

Function Documentation

template<typename T >
auto findDefectDetectors ( T *  data,
std::vector< double > &  filterFunction,
std::vector< int > &  defectDetectors,
unsigned int  numberOfDetectors,
unsigned int  numberOfProjections,
double  threshMin,
double  threshMax 
) -> void

Definition at line 29 of file interpolationFunctions.h.

template<typename T >
auto interpolateDefectDetectors ( T *  data,
std::vector< int > &  defectDetectors,
unsigned int  numberOfDetectors,
unsigned int  numberOfProjections 
) -> void

Definition at line 74 of file interpolationFunctions.h.