Add resampleTransmissionVolume and unittest.
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
#ifndef RESAMPLETRANSMISSIONVOLUME_H
|
||||
#define RESAMPLETRANSMISSIONVOLUME_H
|
||||
|
||||
#include "Matrix.h"
|
||||
#include "src/common/getGeometryInfo.h"
|
||||
|
||||
namespace Recon
|
||||
{
|
||||
struct TransmissionVolme
|
||||
{
|
||||
Aurora::Matrix transMap;
|
||||
double deltaTransMap;
|
||||
Aurora::Matrix beginTransMap;
|
||||
};
|
||||
|
||||
TransmissionVolme resampleTransmissionVolume(const Aurora::Matrix& aTransVol, const Aurora::Matrix& aMaxPos,
|
||||
const Aurora::Matrix& aMinPos,const GeometryInfo& aGeom);
|
||||
}
|
||||
|
||||
|
||||
#endif // RESAMPLETRANSMISSIONVOLUME_H
|
||||
Reference in New Issue
Block a user