Skip to main content

MotionSegmenterPre

Drop metadata if there hasn't been any significant change in the image.

This module provides a pipeline element to drop metadata if there hasn't been any significant change in the image. An inclusion zone can be optional provided is various parts of the image want to be ignored.

Examples:

REST API:

WIP

Configuration File:

```yaml
source:
- address: videos/sd_london_station_sd.mp4
type: file
elements:
- name: motion-segmenter-pre
```

MotionSegmenterPre Objects

class MotionSegmenterPre(Element)

Drop metadata if there hasn't been any significant change in the image.

Attributes:

  • name str - The name of the element.

Examples:

```python
ele = MotionSegmenterPre()
```