Skip to content
Snippets Groups Projects
Commit 3484ed85 authored by Manuel Grizonnet's avatar Manuel Grizonnet
Browse files

BUG:wrong case for private attributes

parent 26b6d4cc
Branches
Tags
No related merge requests found
......@@ -164,8 +164,8 @@ ComputeAdvancedTextures ()
m_DifferenceEntropy += pdTmp * vcl_log ( pdTmp );
PDSquareCumul += i * i * pdTmp;
}
m_differenceentropy = - m_sumentropy;
m_differencevariance = pdsquarecumul - pdcumul * pdcumul;
m_DifferenceEntropy = - m_SumEntropy;
m_DifferenceVariance = PDSquareCumul - PDCumul * PDCumul;
typedef typename HistogramType::Iterator HistogramIterator;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment