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