RISA
|
#include <vector>
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 |
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.
auto interpolateDefectDetectors | ( | T * | data, |
std::vector< int > & | defectDetectors, | ||
unsigned int | numberOfDetectors, | ||
unsigned int | numberOfProjections | ||
) | -> void |
Definition at line 74 of file interpolationFunctions.h.