edrosten / libcvd

libcvd - efficient and easy to use C++ computer vision library.
Other
238 stars 103 forks source link

Make Rgba initialize like Rgb #59

Closed dmccabe-snap closed 4 years ago

dmccabe-snap commented 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.