Class Name |
Fate |
Deprecated API |
New API
|
CovarianceCalculator |
Refactored into CovarianceFilter |
SetMean() because it was inconsistent |
GetOutput(), SetInput(), GetMean()
|
GreyLevelCooccurrenceMatrixTextureCoefficientsCalculator |
Refactored into HistogramToTextureFeaturesFilter |
|
now derives from ProcessObject, SetInput(), GetOutput()
|
MeanCalculator |
Refactored into MeanFilter |
SetSample() method replaced with SetInput() |
now derives from ProcessObject
|
ScalarImageTextureCalculator |
Refactored into (???Filter) |
|
|
WeightedCovarianceCalculator |
Refactored into WeightedCovarianceFilter |
- SetSample() method replaced with SetInput()
- SetWeightFunction() now you could use the WeightFilter???
|
- now derives from ProcessObject
- SetWeightsInputs() (the data decorated version of SetWeights() ....
|
WeightedMeanCalculator |
Refactored into WeightedMeanFilter |
- SetSample() method replaced with SetInput()
- SetWeightFunction() now you could use the WeightFilter???
|
- now derives from ProcessObject
- SetWeightsInputs() (the data decorated version of SetWeights() ....
|