operator=
Function Usage
Overloads the equal sign (=) to assign values between KeypointPostProcessBase objects.
Prototype
KeypointPostProcessBase& operator = (const KeypointPostProcessBase &other);
Parameter Description
Parameter |
Input/Output |
Description |
|---|---|---|
other |
Input/Output |
KeypointPostProcessBase objects |
Parent topic: KeypointPostProcessBase