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