TrainingSetModelInfoGetExtractableArea Method

CVB.Net Documentation
Determine the maximum area from which an instance of this model may be extracted from a given training set image.

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

public Rect GetExtractableArea(
	TrainingSetImageInfo img
)

Parameters

img
Type: Stemmer.Cvb.MinosTrainingSetImageInfo
Training set image for which to query the extractable area.

Return Value

Type: Rect
Extractable area.
Exceptions

ExceptionCondition
NullReferenceExceptionIf the input image is null
ObjectDisposedExceptionIf the input image or the parent Training Set has already been disposed.
See Also

Reference