UFO 1.0.0
An Efficient Probabilistic 3D Mapping Framework That Embraces the Unknown
Loading...
Searching...
No Matches
ufo::SameValueType Concept Reference

Two colors with the same underlying channel type. More...

#include <lib/vision/include/ufo/vision/color/concepts.hpp>

Concept definition

template<typename T1, typename T2>
Color<T1> && Color<T2> && std::same_as<value_type_t<T1>, value_type_t<T2>>
Identifies any UFO color instantiation (Gray, Lab, Lch, Lrgb, Rgb).
Definition concepts.hpp:73
Two colors with the same underlying channel type.
Definition concepts.hpp:244

Detailed Description

Two colors with the same underlying channel type.

Definition at line 244 of file concepts.hpp.