Leaper Vision Toolkit
中文 / English 2.x
Public Member Functions
ILDataBlobResults Interface Reference

This interface holds a collection of data blob results. More...

Inheritance diagram for ILDataBlobResults:
ILObjects ILObject LDataBlobResults

Public Member Functions

ILDataBlobItem (int index)
 
- Public Member Functions inherited from ILObjects
int Count ()
 
BOOL Empty ()
 
ILObjectItemObject (int objIndex)
 
- Public Member Functions inherited from ILObject
ILObjectCopy ()
 
LPVErrorCode Load (LString filename)
 
void Reset ()
 
LPVErrorCode Save (LString filename)
 
BOOL Valid ()
 

Detailed Description

This interface holds a collection of data blob results.

Usually you get the LDataBlobResults object from the ILDataBlobAnalysis::Build() as analysis result. You can then use this interface to access individual result.

Example Code

Member Function Documentation

◆ Item()

ILDataBlob* Item ( int  index)

Fetch one result with given index.

Parameters
[in]indexInput index, it should be a 0-based number smaller than total count.
Return values
resultsReturn the data blob result of given index.