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