RoiDescriptor: mark methods final
Apart from the L1-related functions, none of the methods in the `RoiDescriptor` class are ever overridden. Marking them as `final` may allow the compiler to perform inlining in specific scenarios. Relates to ATR-27858.
Loading
Please register or sign in to comment