mmcfilters
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 MaxDistExact,
19 BoundingBox,
20 TreeTopology,
21 CentralMoments,
22 HuMoments,
23 MomentDerived,
24 Bitquad,
25 ContourSide,
26 Unsupported
27};
28
29} // namespace mmcfilters::attributes::computers