SaDVIO
Public Member Functions | Public Attributes | List of all members
upm::SalientSegment Struct Reference

#include <Utils.h>

Public Member Functions

 SalientSegment ()=default
 
 SalientSegment (const Segment &segment, double salience)
 
bool operator< (const SalientSegment &rhs) const
 

Public Attributes

Segment segment
 
double salience
 

Detailed Description

This struct represents a segment weighted by its importance in the image.

Constructor & Destructor Documentation

◆ SalientSegment() [1/2]

upm::SalientSegment::SalientSegment ( )
default

◆ SalientSegment() [2/2]

upm::SalientSegment::SalientSegment ( const Segment segment,
double  salience 
)
inline

Member Function Documentation

◆ operator<()

bool upm::SalientSegment::operator< ( const SalientSegment rhs) const
inline

Member Data Documentation

◆ salience

double upm::SalientSegment::salience

◆ segment

Segment upm::SalientSegment::segment

The documentation for this struct was generated from the following file: