MorphologicalAttributeFilters
Public API documentation
Loading...
Searching...
No Matches
AttributeComputerFamily.hpp
1#pragma once
2
3namespace mmcfilters::attributes::computers {
4
13enum class AttributeComputerFamily {
14 Area,
15 Volume,
16 GrayLevelStats,
17 MaxDist,
18 BoundingBox,
19 TreeTopology,
20 CentralMoments,
21 HuMoments,
22 MomentDerived,
23 Bitquad,
24 ContourSide,
25 Unsupported
26};
27
28} // namespace mmcfilters::attributes::computers