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 LongGets the contrast flag.
Prototype:HRESULT put_CalculateContrast(LONG lContrast);
HRESULT get_CalculateContrast(LONG* plContrast);
Property IMVCooccurrence::CalculateEnergy
Declaration: Property Get/Put CalculateEnergy As LongGets the energy flag.
Prototype:HRESULT put_CalculateEnergy(LONG lEnergy);
HRESULT get_CalculateEnergy(LONG* plEnergy);
Property IMVCooccurrence::CalculateEntropy
Declaration: Property Get/Put CalculateEntropy As LongGets the entropy flag.
Prototype:HRESULT put_CalculateEntropy(LONG lEntropy);
HRESULT get_CalculateEntropy(LONG* plEntropy);
Property IMVCooccurrence::CalculateSymmetry
Declaration: Property Get/Put CalculateSymmetry As LongGets the Symmetry flag.
Prototype:HRESULT put_CalculateSymmetry(LONG lSymmetry);
HRESULT get_CalculateSymmetry(LONG* plSymmetry);
Property IMVCooccurrence::CoocurrenceMode
Declaration: Property Get/Put CoocurrenceMode As LongGets the matrix creation method.
Prototype:HRESULT put_CoocurrenceMode(LONG lMode);
HRESULT get_CoocurrenceMode(LONG* plMode);
Method IMVCooccurrence::GetContrast
Declaration: Function GetContrast As LongGets the contrast of the current image.
Prototype:HRESULT GetContrast(LONG* plValue);
Method IMVCooccurrence::GetEnergy
Declaration: Function GetEnergy As LongGets the energy of the current image.
Prototype:HRESULT GetEnergy(LONG* plValue);
Method IMVCooccurrence::GetEntropy
Declaration: Function GetEntropy As LongGets the entropy of the current image.
Prototype:HRESULT GetEntropy(LONG* plValue);
Method IMVCooccurrence::GetScaledContrast
Declaration: Function GetScaledContrast As DoubleGets the contrast of the current image.
Prototype:HRESULT GetScaledContrast(DOUBLE* pdValue);
Method IMVCooccurrence::GetScaledEnergy
Declaration: Function GetScaledEnergy As DoubleGets the energy of the current image.
Prototype:HRESULT GetScaledEnergy(DOUBLE* pdValue);
Method IMVCooccurrence::GetScaledEntropy
Declaration: Function GetScaledEntropy As DoubleGets the entropy of the current image.
Prototype:HRESULT GetScaledEntropy(DOUBLE* pdValue);
Method IMVCooccurrence::GetScaledSymmetry
Declaration: Function GetScaledSymmetry As DoubleGets the symmetry of the current image.
Prototype:HRESULT GetScaledSymmetry(DOUBLE* pdValue);
Method IMVCooccurrence::GetSymmetry
Declaration: Function GetSymmetry As LongGets the symmetry of the current image.
Prototype:HRESULT GetSymmetry(LONG* plValue);
Property IMVCooccurrence::ScaleResults
Declaration: Property Get/Put ScaleResults As LongGets the scaling flag.
Prototype:HRESULT put_ScaleResults(LONG lScale);
HRESULT get_ScaleResults(LONG* plScale);