dip::Feature::Information struct

Information about a measurement feature

Contents

Variables

dip::String description
A description of the feature, to be shown to the user
dip::String name
The name of the feature, used to identify it
bool needsGreyValue = false
Does the feature need a grey-value image?

Alias documentation

using dip::Feature::InformationArray = std::vector<Information>

Information about the known measurement features

Variable documentation

dip::String name

The name of the feature, used to identify it

dip::String description

A description of the feature, to be shown to the user

bool needsGreyValue = false

Does the feature need a grey-value image?