![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Predefined types for extrema management. More...
#include <IPSDKUtil/BaseCollections.h>#include <IPSDKUtil/Tools/EnumMacros.h>#include <IPSDKUtil/Tools/NumericLimits.h>Go to the source code of this file.
Namespaces | |
| ipsdk | |
| Main namespace for IPSDK library. | |
| ipsdk::math | |
| Namespace agregating IPSDK mathematical routines and classes. | |
Typedefs | |
| typedef std::pair< ipUInt64, ipUInt64 > | ipsdk::math::ExtremaRange |
| index for dilated local extrema More... | |
| typedef std::vector< ExtremaRange > | ipsdk::math::ExtremaRangeColl |
| collection of indexes for dilated local extrema | |
Enumerations | |
| enum | ipsdk::math::eExtremaType { ipsdk::math::eET_Minima, ipsdk::math::eET_Maxima } |
| Enumerate allowing to define an extrema type. More... | |
| enum | ipsdk::math::eExtremaBorderPolicy { ipsdk::math::eEBP_Keeped, ipsdk::math::eEBP_Skipped, ipsdk::math::eEBP_MakeRing } |
| Enumerate allowing to describe border policy used during extrema extraction processing. More... | |
Predefined types for extrema management.
1.8.14