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

Two colors with the same color model. More...

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

Concept definition

template<typename T1, typename T2>
Color<T1> && Color<T2> && (color_traits<T1>::model == color_traits<T2>::model)
Identifies any UFO color instantiation (Gray, Lab, Lch, Lrgb, Rgb).
Definition concepts.hpp:73
Two colors with the same color model.
Definition concepts.hpp:251

Detailed Description

Two colors with the same color model.

Definition at line 251 of file concepts.hpp.