#include <mitkThreadedToFRawDataReconstruction.h>
|
| ThreadedToFRawDataReconstruction () |
| standard constructor
|
|
| ~ThreadedToFRawDataReconstruction () |
| standard destructor
|
|
virtual void | GenerateData () |
| 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
|
|
virtual void | BeforeThreadedGenerateData () |
| method configures the camera output and prepares the thread data struct for threaded data generation
|
|
void | ResizeOutputImage (float *in, float *out) |
| 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.
|
|
◆ ThreadedToFRawDataReconstruction()
mitk::ThreadedToFRawDataReconstruction::ThreadedToFRawDataReconstruction |
( |
| ) |
|
|
protected |
◆ ~ThreadedToFRawDataReconstruction()
mitk::ThreadedToFRawDataReconstruction::~ThreadedToFRawDataReconstruction |
( |
| ) |
|
|
protected |
◆ BeforeThreadedGenerateData()
void mitk::ThreadedToFRawDataReconstruction::BeforeThreadedGenerateData |
( |
| ) |
|
|
protectedvirtual |
◆ GenerateData()
void mitk::ThreadedToFRawDataReconstruction::GenerateData |
( |
| ) |
|
|
protectedvirtual |
◆ 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 | ) |
|
◆ GetIntensities()
void mitk::ThreadedToFRawDataReconstruction::GetIntensities |
( |
float * | inten | ) |
|
◆ Initialize()
void mitk::ThreadedToFRawDataReconstruction::Initialize |
( |
int | width, |
|
|
int | height, |
|
|
int | modulationFrequency, |
|
|
int | sourceDataSize ) |
◆ itkCloneMacro()
mitk::ThreadedToFRawDataReconstruction::itkCloneMacro |
( |
Self | | ) |
|
◆ itkFactorylessNewMacro()
mitk::ThreadedToFRawDataReconstruction::itkFactorylessNewMacro |
( |
Self | | ) |
|
◆ itkGetMacro()
mitk::ThreadedToFRawDataReconstruction::itkGetMacro |
( |
Init | , |
|
|
bool | ) |
◆ mitkClassMacroItkParent()
◆ 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()
ITK_THREAD_RETURN_TYPE mitk::ThreadedToFRawDataReconstruction::ThreadedGenerateDataCallbackFunction |
( |
void * | data | ) |
|
|
staticprotected |
◆ 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 files: