FAST | Documentation
  1. Get started
    1. Install FAST
    2. C++ Introduction Tutorial
    3. Python Introduction Tutorial
    4. Text Pipelines
  2. Learn FAST
    1. C++ Tutorials
    2. C++ Examples
    3. Python Tutorials
    4. Python Examples
  1. API Reference
    1. API Index
    2. API Modules
  2. Building FAST
    1. Build FAST on Ubuntu Linux
    2. Build FAST on Windows
    3. Build FAST on macOS
    4. Optional build modules
  3. Data
  4. GitHub

fast::LabelColorRenderer class
#include <FAST/Visualization/LabelColorRenderer.hpp>

Contents

  • Reference
    • Base classes
    • Derived classes
    • Constructors, destructors, conversion operators
    • Public functions
    • Protected functions
    • Protected variables

Base classes

class Renderer virtual
Abstract base class for Renderers.

Derived classes

class BoundingBoxRenderer
Renders a set of bounding boxes.
class SegmentationLabelRenderer
Renders text labels on top of Segmentation data.
class SegmentationRenderer
Renders 2D segmentation data.

Constructors, destructors, conversion operators

~LabelColorRenderer()

Public functions

auto getColor(int label) const -> Color
auto getColors() const -> LabelColors
void setColor(int label, Color color)
void setColors(LabelColors colors)

Protected functions

void createColorUniformBufferObject()

Protected variables

std::map<uint, Color> m_labelColors
bool m_colorsModified
uint m_colorsUBO
Color m_defaultColor
Tab / T to search, Esc to close
…

Search for symbols, directories, files, pages or modules. You can omit any prefix from the symbol or file path; adding a : or / suffix lists all members of given symbol or directory.

Use ↓ / ↑ to navigate through the list, Enter to go. Tab autocompletes common prefix, you can copy a link to the result using ⌘ L while ⌘ M produces a Markdown link.

Sorry, nothing was found.

    FAST | Documentation. Created with Doxygen 1.8.18 and m.css.