#include <CscEntityReflexion.h>
◆ CscEntityReflexionDetectionParameters()
Create detection parameters for an entity.
- Parameters
-
| detectors | specifies a list of detector types to be enabled |
| alerts | specifies a list of alerts to identify, which will cause some detectors to be enabled |
| detector | if provided, detectors param is ignored. Useful if you want to force used detector. IMPORTANT : pointer will be deleted on stop |
| shouldFocusDetections | if true, entity will focus closest detected object |
| locateInSimulator | controls if object position is relative to camera or not |
◆ doesAlertTypeNeedVision()
| bool conscience_core::ai::CscEntityReflexionDetectionParameters::doesAlertTypeNeedVision |
( |
CscAlertType |
alertType | ) |
const |
◆ isNotificationEnabled()
| bool conscience_core::ai::CscEntityReflexionDetectionParameters::isNotificationEnabled |
( |
| ) |
const |
◆ isStop()
| bool conscience_core::ai::CscEntityReflexionDetectionParameters::isStop |
( |
| ) |
const |
check if those parameters will STOP detection (no detection, no alerts, no stats)
◆ operator string()
| conscience_core::ai::CscEntityReflexionDetectionParameters::operator string |
( |
| ) |
const |
◆ shouldVisionBeEnabled()
| bool conscience_core::ai::CscEntityReflexionDetectionParameters::shouldVisionBeEnabled |
( |
| ) |
const |
return true if detectors or alerts require vision (capture engine) to be opened
◆ toString()
| string conscience_core::ai::CscEntityReflexionDetectionParameters::toString |
( |
| ) |
const |
◆ additionalParams
| const map<string, string> conscience_core::ai::CscEntityReflexionDetectionParameters::additionalParams |
◆ alerts
Requested alerts NOTE : additional alerts can be generated by some special detector types (Care, Secure) – backward compatibility
◆ detector
| CscDetectorEngine* const conscience_core::ai::CscEntityReflexionDetectionParameters::detector = nullptr |
◆ detectors
Requested detectors NOTE : additional detectors can be generated by requested alerts
◆ locateInSimulator
| const bool conscience_core::ai::CscEntityReflexionDetectionParameters::locateInSimulator |
◆ notificationParameters
◆ shouldFocusDetections
| const bool conscience_core::ai::CscEntityReflexionDetectionParameters::shouldFocusDetections |
◆ stats
Requested stats on detection NOTE : additional stats can be generated by some special detector types (Care, Secure) – backward compatibility
◆ waitForFirstResult
| const optional<bool> conscience_core::ai::CscEntityReflexionDetectionParameters::waitForFirstResult |
The documentation for this class was generated from the following files: