This is a reference to an ENVIFeatureCount object, which contains a set of feature counts restored from an ENVI Feature Counting file (.efc).
Example
e = ENVI()
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
API Version
4.3
See Also
FeatureCountToROI Task