IMVCooccurrence

IMVCooccurrence Interface.

Read thefilter description to see how the filter is used.

CalculateContrast Gets the contrast flag.
CalculateEnergy Gets the energy flag.
CalculateEntropy Gets the entropy flag.
CalculateSymmetry Gets the Symmetry flag.
CoocurrenceMode Gets the matrix creation method.
GetContrast Gets the contrast of the current image.
GetEnergy Gets the energy of the current image.
GetEntropy Gets the entropy of the current image.
GetScaledContrast Gets the contrast of the current image.
GetScaledEnergy Gets the energy of the current image.
GetScaledEntropy Gets the entropy of the current image.
GetScaledSymmetry Gets the symmetry of the current image.
GetSymmetry Gets the symmetry of the current image.
ScaleResults Gets the scaling flag.

Header file: IMVCooccurrence.h
Interface definition language file: IMVCooccurrence.idl
Typelib: MVCooccurrence
Interface ID: IID_IMVCooccurrence


Property IMVCooccurrence::CalculateContrast

Declaration: Property Get/Put CalculateContrast As Long

Gets the contrast flag.

Prototype:

HRESULT put_CalculateContrast(LONG   lContrast);
HRESULT get_CalculateContrast(LONG* plContrast);


Property IMVCooccurrence::CalculateEnergy

Declaration: Property Get/Put CalculateEnergy As Long

Gets the energy flag.

Prototype:

HRESULT put_CalculateEnergy(LONG   lEnergy);
HRESULT get_CalculateEnergy(LONG* plEnergy);


Property IMVCooccurrence::CalculateEntropy

Declaration: Property Get/Put CalculateEntropy As Long

Gets the entropy flag.

Prototype:

HRESULT put_CalculateEntropy(LONG   lEntropy);
HRESULT get_CalculateEntropy(LONG* plEntropy);


Property IMVCooccurrence::CalculateSymmetry

Declaration: Property Get/Put CalculateSymmetry As Long

Gets the Symmetry flag.

Prototype:

HRESULT put_CalculateSymmetry(LONG   lSymmetry);
HRESULT get_CalculateSymmetry(LONG* plSymmetry);


Property IMVCooccurrence::CoocurrenceMode

Declaration: Property Get/Put CoocurrenceMode As Long

Gets the matrix creation method.

Prototype:

HRESULT put_CoocurrenceMode(LONG   lMode);
HRESULT get_CoocurrenceMode(LONG* plMode);


Method IMVCooccurrence::GetContrast

Declaration: Function GetContrast As Long

Gets the contrast of the current image.

Prototype:

HRESULT GetContrast(LONG* plValue);


Method IMVCooccurrence::GetEnergy

Declaration: Function GetEnergy As Long

Gets the energy of the current image.

Prototype:

HRESULT GetEnergy(LONG* plValue);


Method IMVCooccurrence::GetEntropy

Declaration: Function GetEntropy As Long

Gets the entropy of the current image.

Prototype:

HRESULT GetEntropy(LONG* plValue);


Method IMVCooccurrence::GetScaledContrast

Declaration: Function GetScaledContrast As Double

Gets the contrast of the current image.

Prototype:

HRESULT GetScaledContrast(DOUBLE* pdValue);


Method IMVCooccurrence::GetScaledEnergy

Declaration: Function GetScaledEnergy As Double

Gets the energy of the current image.

Prototype:

HRESULT GetScaledEnergy(DOUBLE* pdValue);


Method IMVCooccurrence::GetScaledEntropy

Declaration: Function GetScaledEntropy As Double

Gets the entropy of the current image.

Prototype:

HRESULT GetScaledEntropy(DOUBLE* pdValue);


Method IMVCooccurrence::GetScaledSymmetry

Declaration: Function GetScaledSymmetry As Double

Gets the symmetry of the current image.

Prototype:

HRESULT GetScaledSymmetry(DOUBLE* pdValue);


Method IMVCooccurrence::GetSymmetry

Declaration: Function GetSymmetry As Long

Gets the symmetry of the current image.

Prototype:

HRESULT GetSymmetry(LONG* plValue);


Property IMVCooccurrence::ScaleResults

Declaration: Property Get/Put ScaleResults As Long

Gets the scaling flag.

Prototype:

HRESULT put_ScaleResults(LONG   lScale);
HRESULT get_ScaleResults(LONG* plScale);