Raytrix Light Field SDK  5.0
Rx::LFR::Net::AreaDetection::Area Class Reference

Detailed Description

A detected area.

Public Member Functions

 Area ()
 

Public Attributes

array< Rx::Net::Vector2D > ^ points
 The points describing the area. More...
 
System::Double SimilarityValue
 The similarity to the template. More...
 

Constructor & Destructor Documentation

◆ Area()

Rx::LFR::Net::AreaDetection::Area::Area ( )
inline

Member Data Documentation

◆ points

array<Rx::Net::Vector2D> ^ Rx::LFR::Net::AreaDetection::Area::points

The points describing the area.

◆ SimilarityValue

System::Double Rx::LFR::Net::AreaDetection::Area::SimilarityValue

The similarity to the template.