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

Two colors that are equivalent (same model, channel type, and flags). More...

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

Concept definition

template<typename T1, typename T2>
Two colors that are equivalent (same model, channel type, and flags).
Definition concepts.hpp:265
Two colors with the same flags.
Definition concepts.hpp:258
Two colors with the same color model.
Definition concepts.hpp:251
Two colors with the same underlying channel type.
Definition concepts.hpp:244

Detailed Description

Two colors that are equivalent (same model, channel type, and flags).

Definition at line 265 of file concepts.hpp.