Closed dmccabe-snap closed 4 years ago
https://github.com/edrosten/libcvd/commit/718e263c82bcd5142f678e0d95062438cf6ad84e changed the Rgb constructors to defaulted, giving it sensible and performant semantics for default-initialization. This change does the same for Rgba. This makes things like Image<Rgba<T>>::resize much, much faster.
Rgb
Rgba
Image<Rgba<T>>::resize
https://github.com/edrosten/libcvd/commit/718e263c82bcd5142f678e0d95062438cf6ad84e changed the
Rgb
constructors to defaulted, giving it sensible and performant semantics for default-initialization. This change does the same forRgba
. This makes things likeImage<Rgba<T>>::resize
much, much faster.