16#include "itkMultiThreader.h"
45 bool boolValue =
false;
47 if (
strcmp(propertyKey,
"SetFPN") == 0)
49 myController->SetFPN(boolValue);
51 else if (
strcmp(propertyKey,
"SetConvGray") == 0)
53 myController->SetConvGray(boolValue);
55 else if (
strcmp(propertyKey,
"SetMedian") == 0)
57 myController->SetMedian(boolValue);
59 else if (
strcmp(propertyKey,
"SetANF") == 0)
61 myController->SetANF(boolValue);
PropertyList::Pointer m_PropertyList
a list of the corresponding properties
bool GetBoolProperty(const char *propertyKey, bool &boolValue)
get a bool from the property list
ToFCameraMESAController::Pointer m_Controller
corresponding CameraController
virtual void SetProperty(const char *propertyKey, BaseProperty *propertyValue)
set a BaseProperty
Interface to the Time-of-Flight (ToF) camera MESA Swissranger 4000.
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.
virtual void SetProperty(const char *propertyKey, BaseProperty *propertyValue)
set a BaseProperty
ToFCameraMESASR4000Device()
~ToFCameraMESASR4000Device()
int strcmp(const String &s1, const String &s2)