ENVIFeatureCount

This is a reference to an ENVIFeatureCount object, which contains a set of feature counts restored from an ENVI Feature Counting file (.efc).

Example

; Start the application

e = ENVI()

 

; Open an existing GCP file

FCFile = Dialog_Pickfile(TITLE='Select a .efc file')

FeatureCounts = ENVIFeatureCount(FCFile)

Print, FeatureCounts

Syntax

Result = ENVIFeatureCount(Filename)

Arguments

Filename

Specify an ENVI feature count file (.efc).

Methods

Close

Dehydrate

Hydrate

Properties

URI (Get)

This property retrieves the fully qualified URI of the .efc file associated with ENVIFeatureCount.

Keywords

None

Version History

ENVI 5.5.3

Introduced

API Version

4.2

See Also

FeatureCountToROI Task