Frame Diviser
The Frame Diviser operator sends to mainOut the secondaryNumber(th) input, otherwise it is sent to secondaryOut. After reaching secondaryNumber the process repeats itself.
Configuration Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
secondaryNumber |
int |
Number of frames to skip. |
Input
|
Input |
Type |
Description |
|---|---|---|
|
imageIn |
message.python.image |
Input image. |
Output
|
Output |
Type |
Description |
|---|---|---|
|
mainOut |
message.python.image |
Output image, sampled every secondaryNumber(th) time. |
|
secondaryOut |
message.python.image |
The not sampled images. |
