13 #ifndef MITKPHOTOACOUSTICSPECTRALUNMIXINGFILTERVIGRA_H 14 #define MITKPHOTOACOUSTICSPECTRALUNMIXINGFILTERVIGRA_H 53 itkFactorylessNewMacro(
Self);
72 void AddWeight(
unsigned int weight);
95 Eigen::VectorXf SpectralUnmixingAlgorithm(Eigen::Matrix<float, Eigen::Dynamic, Eigen::Dynamic> EndmemberMatrix,
96 Eigen::VectorXf inputVector)
override;
99 std::vector<double> weightsvec;
104 #endif // MITKPHOTOACOUSTICSPECTRALUNMIXINGFILTERVIGRA_H
The spectral unmixing filter base is designed as superclass for several spectral unmixing filter eg...
Superclass of all classes generating some kind of mitk::BaseData.
DataCollection - Class to facilitate loading/accessing structured data.
VigraAlgortihmType
Contains all implemented Vigra algorithms for spectral unmixing. For detailed information of the algo...
This filter is subclass of the spectral unmixing filter base. All algorithms in this class are based ...
#define mitkClassMacro(className, SuperClassName)
#define MITKPHOTOACOUSTICSLIB_EXPORT