MegaLandmarkTrackerResult Class

Inherits: FrameFilterResult

Description

The result of MegaLandmarkTracker. Updated at the same frame rate with OutputFrame.

instances

Current localized block instances. An existing instance will be preserved until another block is localized, or when MegaLandmarkTracker is stopped or paused.

C

void easyar_MegaLandmarkTrackerResult_instances(const easyar_MegaLandmarkTrackerResult * This, easyar_ListOfMegaLandmarkTrackerBlockInstance * * Return)

C++

std::vector<std::shared_ptr<MegaLandmarkTrackerBlockInstance>> instances()

Java

public java.util.@Nonnull ArrayList<@Nonnull MegaLandmarkTrackerBlockInstance> instances()

Kotlin

fun instances(): ArrayList<MegaLandmarkTrackerBlockInstance>

Objective-C

- (NSArray<easyar_MegaLandmarkTrackerBlockInstance *> *)instances

Swift

public func instances() -> [MegaLandmarkTrackerBlockInstance]

C#

public virtual List<MegaLandmarkTrackerBlockInstance> instances()