BasicMotionAttribute - Extended-Object-Detection-ROS/wiki_english GitHub Wiki
The feature detects motion by comparing two subsequent frames. Suitable for stationary surveillance only.
Modes | Accuracy assessment | 3D-translation | 3D-rotation | Contour extraction | Additional info |
---|---|---|---|---|---|
D | - | ❌ | ❌ | ✔ | - |
Defines areas in the image that differ between subsequent frames.
Not implemented
Not implemented
- Name (string, must be set) attribute unique name
- Type (string, must be "BasicMotion") attribute type
- Weight (double, default: 1) attribute weight
- Probability (double, default: 0.75) not ised in that attribute
- Contour (bool, default: true) Returns the contour of the attribute if true.
None
<AttributeLib>
<Attribute Name="NotFractal" Type="Size" MinAreaPc="0.5" MaxAreaPc="100"/>
<Attribute Name="BasicMotion" Type="BasicMotion"/>
</AttributeLib>
<SimpleObjectBase>
<SimpleObject Name="Motion" ID="30">
<Attribute Type="Detect">BasicMotion</Attribute>
<Attribute Type="Check">NotFractal</Attribute>
</SimpleObject>
</SimpleObjectBase>