-
Notifications
You must be signed in to change notification settings - Fork 1
BasicMotionAttribute
Moscowsky Anton edited this page Dec 3, 2020
·
2 revisions
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>
- Home
- ROS-interface
- Interacting with a package through a configuration file
- Common structure of the configuration file
-
Simple objects
- Clusterization
- Filtering
- Tracking
- Attributes
- HSVcolor
- HistColor
- HaarCascade
- Size
- Hough
- Dimension
- BasicMotion
- Aruco
- Feature
- Pose
- DNN
- QR
- QR_Zbar
- LogicAnd
- LogicNot
- LogicOr
- Blob
- Depth
- RoughDist
- Dist
- FaceDlib
- ExractedInfoId
- ExractedInfoString
- UnitTranslation
- SquareObjectDistance
- TorchYOLOv7Attribute
- TorchYOLOv7KeypointAttribute
- ROSSubcriberOpenPoseRaw
- DummyHumanPose
- Complex objects
- Install Guides
- Usage Guides
- Troubleshooting
- Developing