|
| mitkClassMacro (ToFCameraPMDO3Device, ToFCameraPMDDevice) |
|
Pointer | Clone () const |
|
| mitkClassMacro (ToFCameraPMDDevice, ToFCameraDevice) |
|
Pointer | Clone () const |
|
virtual bool | OnConnectCamera () |
| opens a connection to the ToF camera More...
|
|
virtual bool | DisconnectCamera () |
| closes the connection to the camera More...
|
|
virtual void | StartCamera () |
| starts the continuous updating of the camera. A separate thread updates the source data, the main thread processes the source data and creates images and coordinates More...
|
|
virtual void | UpdateCamera () |
| updated the controller hold by this device More...
|
|
virtual void | GetAmplitudes (float *amplitudeArray, int &imageSequence) |
| gets the amplitude data from the ToF camera as the strength of the active illumination of every pixel. Caution! The user is responsible for allocating and deleting the images. These values can be used to determine the quality of the distance values. The higher the amplitude value, the higher the accuracy of the according distance value More...
|
|
virtual void | GetIntensities (float *intensityArray, int &imageSequence) |
| gets the intensity data from the ToF camera as a greyscale image. Caution! The user is responsible for allocating and deleting the images. More...
|
|
virtual void | GetDistances (float *distanceArray, int &imageSequence) |
| gets the distance data from the ToF camera measuring the distance between the camera and the different object points in millimeters. Caution! The user is responsible for allocating and deleting the images. More...
|
|
virtual void | GetAllImages (float *distanceArray, float *amplitudeArray, float *intensityArray, char *sourceDataArray, int requiredImageSequence, int &capturedImageSequence, unsigned char *rgbDataArray=nullptr) |
| gets the 3 images (distance, amplitude, intensity) from the ToF camera. Caution! The user is responsible for allocating and deleting the images. More...
|
|
ToFCameraPMDController::Pointer | GetController () |
| returns the corresponding camera controller More...
|
|
virtual void | SetProperty (const char *propertyKey, BaseProperty *propertyValue) |
| set a BaseProperty More...
|
|
| mitkClassMacroItkParent (ToFCameraDevice, itk::Object) |
|
virtual bool | ConnectCamera () |
| ConnectCamera Internally calls OnConnectCamera() of the respective device implementation. More...
|
|
virtual void | StopCamera () |
| stops the continuous updating of the camera More...
|
|
virtual bool | IsCameraActive () |
| returns true if the camera is connected and started More...
|
|
virtual bool | IsCameraConnected () |
| returns true if the camera is connected More...
|
|
virtual int | GetCaptureWidth () |
| get the currently set capture width More...
|
|
virtual int | GetCaptureHeight () |
| get the currently set capture height More...
|
|
virtual int | GetSourceDataSize () |
| get the currently set source data size More...
|
|
virtual int | GetBufferSize () |
| get the currently set buffer size More...
|
|
virtual int | GetMaxBufferSize () |
| get the currently set max buffer size More...
|
|
void | SetBoolProperty (const char *propertyKey, bool boolValue) |
| set a bool property in the property list More...
|
|
void | SetIntProperty (const char *propertyKey, int intValue) |
| set an int property in the property list More...
|
|
void | SetFloatProperty (const char *propertyKey, float floatValue) |
| set a float property in the property list More...
|
|
void | SetStringProperty (const char *propertyKey, const char *stringValue) |
| set a string property in the property list More...
|
|
virtual BaseProperty * | GetProperty (const char *propertyKey) |
| get a BaseProperty from the property list More...
|
|
bool | GetBoolProperty (const char *propertyKey, bool &boolValue) |
| get a bool from the property list More...
|
|
bool | GetStringProperty (const char *propertyKey, std::string &string) |
| get a string from the property list More...
|
|
bool | GetIntProperty (const char *propertyKey, int &integer) |
| get an int from the property list More...
|
|
virtual int | GetRGBCaptureWidth () |
|
virtual int | GetRGBCaptureHeight () |
|