Namespace for image moments related tools from the Foundation package. More...
Classes | |
| class | HuMoments |
| Results of Hu Moment calculation. More... | |
| class | ImageMoments |
| State object for calculating various image moments. More... | |
Typedefs | |
| typedef std::shared_ptr< ImageMoments > | ImageMomentsPtr |
| Convenience shared pointer for ImageMoments. | |
Enumerations | |
| enum class | MomentsCalculation { FavorNone = CExports::MC_FavorNone , FavorSpeed = CExports::MC_FavorSpeed , FavorAccuracy = CExports::MC_FavorAccuracy } |
| Choose between speed and accuracy during image moment calculation. More... | |
| enum class | MomentsOrder { Order0 = 0 , Order1 = 1 , Order2 = 2 , Order3 = 3 } |
| Enumerated order for x and y central or spatial moments. More... | |
| enum class | MomentsNormalization { Unnormalized , Normalized } |
| Available normalization modes for moment calculations. More... | |
Namespace for image moments related tools from the Foundation package.
|
strong |
|
strong |
|
strong |