E3DObjectExtractor::SetComputeFeature

Sets true if the feature should computed by the extractor, false otherwise.

Namespace: Euresys::Open_eVision::Easy3D

[C++]

void SetComputeFeature(
   Euresys::Open_eVision::Easy3D::E3DObjectFeature feature,
   bool enable
)

Parameters

feature

A feature from E3DObjectFeature.

enable

A bool to choose whether to enable or disable a feature.

E3DObjectExtractor.SetComputeFeature

Sets true if the feature should computed by the extractor, false otherwise.

Namespace: Euresys.Open_eVision.Easy3D

[C#]

void SetComputeFeature(
   Euresys.Open_eVision.Easy3D.E3DObjectFeature feature,
   bool enable
)

Parameters

feature

A feature from E3DObjectFeature.

enable

A bool to choose whether to enable or disable a feature.