20 #include "itkMultiThreader.h"
49 bool boolValue =
false;
51 if (strcmp(propertyKey,
"SetFPN") == 0)
53 myController->SetFPN(boolValue);
55 else if (strcmp(propertyKey,
"SetConvGray") == 0)
57 myController->SetConvGray(boolValue);
59 else if (strcmp(propertyKey,
"SetMedian") == 0)
61 myController->SetMedian(boolValue);
63 else if (strcmp(propertyKey,
"SetANF") == 0)
65 myController->SetANF(boolValue);
virtual void SetProperty(const char *propertyKey, BaseProperty *propertyValue)
set a BaseProperty
ToFCameraMESASR4000Device()
itk::SmartPointer< Self > Pointer
Interface to the Time-of-Flight (ToF) camera MESA Swissranger 4000.
virtual void SetProperty(const char *propertyKey, BaseProperty *propertyValue)
set a BaseProperty
~ToFCameraMESASR4000Device()
bool GetBoolProperty(const char *propertyKey, bool &boolValue)
get a bool from the property list
DataCollection - Class to facilitate loading/accessing structured data.
PropertyList::Pointer m_PropertyList
a list of the corresponding properties
Abstract base class for properties.
ToFCameraMESAController::Pointer m_Controller
corresponding CameraController
void SetRegionOfInterest(unsigned int leftUpperCornerX, unsigned int leftUpperCornerY, unsigned int width, unsigned int height)
Setting the region of interest, the camera is configured to only output a certain area of the image...