SampleClassificationImageListGetIndicesForSampleIndex Method

CVB.Net Documentation
For a given sample index (running from 0 to NumSamples-1) this method determines the indices of the class and the sample inside the class.

Namespace:  Stemmer.Cvb.SampleDatabase
Assembly:  Stemmer.Cvb.SampleDatabase (in Stemmer.Cvb.SampleDatabase.dll) Version: 14.0.0.0
Syntax

public void GetIndicesForSampleIndex(
	int sampleIndex,
	out int clsIdx,
	out int splIdx
)

Parameters

sampleIndex
Type: SystemInt32
Sample index to get the indices for.
clsIdx
Type: SystemInt32
Class Index
splIdx
Type: SystemInt32
Sample index inside the claass's Sample collection.
See Also

Reference