#include <mitkThreadedToFRawDataReconstruction.h>
◆ ThreadedToFRawDataReconstruction()
mitk::ThreadedToFRawDataReconstruction::ThreadedToFRawDataReconstruction |
( |
| ) |
|
|
protected |
◆ ~ThreadedToFRawDataReconstruction()
mitk::ThreadedToFRawDataReconstruction::~ThreadedToFRawDataReconstruction |
( |
| ) |
|
|
protected |
◆ BeforeThreadedGenerateData()
virtual void mitk::ThreadedToFRawDataReconstruction::BeforeThreadedGenerateData |
( |
| ) |
|
|
protectedvirtual |
method configures the camera output and prepares the thread data struct for threaded data generation
◆ Clone()
Pointer mitk::ThreadedToFRawDataReconstruction::Clone |
( |
| ) |
const |
◆ GenerateData()
virtual void mitk::ThreadedToFRawDataReconstruction::GenerateData |
( |
| ) |
|
|
protectedvirtual |
method generating the outputs of this filter. Called in the updated process of the pipeline. This method generates the two outputs of the ToFImageSource: The distance and the intensity image
◆ GetAllData()
void mitk::ThreadedToFRawDataReconstruction::GetAllData |
( |
float * |
dist, |
|
|
float * |
ampl, |
|
|
float * |
inten |
|
) |
| |
◆ GetAmplitudes()
void mitk::ThreadedToFRawDataReconstruction::GetAmplitudes |
( |
float * |
ampl | ) |
|
◆ GetDistances()
void mitk::ThreadedToFRawDataReconstruction::GetDistances |
( |
float * |
dist | ) |
|
◆ GetInit()
virtual bool mitk::ThreadedToFRawDataReconstruction::GetInit |
( |
| ) |
|
|
virtual |
◆ GetIntensities()
void mitk::ThreadedToFRawDataReconstruction::GetIntensities |
( |
float * |
inten | ) |
|
◆ Initialize()
void mitk::ThreadedToFRawDataReconstruction::Initialize |
( |
int |
width, |
|
|
int |
height, |
|
|
int |
modulationFrequency, |
|
|
int |
sourceDataSize |
|
) |
| |
◆ mitkClassMacroItkParent()
◆ New()
static Pointer mitk::ThreadedToFRawDataReconstruction::New |
( |
| ) |
|
|
static |
◆ ResizeOutputImage()
void mitk::ThreadedToFRawDataReconstruction::ResizeOutputImage |
( |
float * |
in, |
|
|
float * |
out |
|
) |
| |
|
protected |
Method to reduce image size from original controller size to output size (200x200px) and rotate the image. This is needed due to defect pixel rows at the rim of the chip.
◆ SetChannelData()
void mitk::ThreadedToFRawDataReconstruction::SetChannelData |
( |
vtkShortArray * |
sourceData | ) |
|
◆ ThreadedGenerateDataCallbackFunction()
static ITK_THREAD_RETURN_TYPE mitk::ThreadedToFRawDataReconstruction::ThreadedGenerateDataCallbackFunction |
( |
void * |
data | ) |
|
|
staticprotected |
threader callback function for multi threaded data generation
◆ Update()
void mitk::ThreadedToFRawDataReconstruction::Update |
( |
| ) |
|
◆ m_CISAmpl
float* mitk::ThreadedToFRawDataReconstruction::m_CISAmpl |
|
protected |
◆ m_CISDist
float* mitk::ThreadedToFRawDataReconstruction::m_CISDist |
|
protected |
◆ m_CISInten
float* mitk::ThreadedToFRawDataReconstruction::m_CISInten |
|
protected |
◆ m_Height
int mitk::ThreadedToFRawDataReconstruction::m_Height |
|
protected |
◆ m_ImageSize
int mitk::ThreadedToFRawDataReconstruction::m_ImageSize |
|
protected |
◆ m_Init
bool mitk::ThreadedToFRawDataReconstruction::m_Init |
|
protected |
◆ m_SourceData
vtkShortArray* mitk::ThreadedToFRawDataReconstruction::m_SourceData |
|
protected |
◆ m_SourceDataSize
int mitk::ThreadedToFRawDataReconstruction::m_SourceDataSize |
|
protected |
◆ m_StackSize
int mitk::ThreadedToFRawDataReconstruction::m_StackSize |
|
protected |
◆ m_ThreadData
◆ m_ThreadedCISAmpl
float* mitk::ThreadedToFRawDataReconstruction::m_ThreadedCISAmpl |
|
protected |
◆ m_ThreadedCISDist
float* mitk::ThreadedToFRawDataReconstruction::m_ThreadedCISDist |
|
protected |
◆ m_ThreadedCISInten
float* mitk::ThreadedToFRawDataReconstruction::m_ThreadedCISInten |
|
protected |
◆ m_Threader
itk::MultiThreader::Pointer mitk::ThreadedToFRawDataReconstruction::m_Threader |
|
protected |
◆ m_Width
int mitk::ThreadedToFRawDataReconstruction::m_Width |
|
protected |
The documentation for this class was generated from the following file: