The MovementFactor class implements the KeyframeSelector interface. It selects frames based on the increase in flow to the last image pair.
More...
#include <movementfactor.h>
|
| std::vector< uint > | select (std::vector< uint > frameVector, std::vector< double > flowValues, volatile bool *stopped) override |
| | select picks keyframes from the given frameVector
|
| |
| std::vector< uint > | select (std::vector< uint > frameVector, std::vector< double > flowValues, volatile bool *stopped) override |
| | select picks keyframes from the given frameVector
|
| |
The MovementFactor class implements the KeyframeSelector interface. It selects frames based on the increase in flow to the last image pair.
- Date
- 2022/07/21
◆ select() [1/2]
| std::vector< uint > MovementFactor::select |
( |
std::vector< uint > |
frameVector, |
|
|
std::vector< double > |
flowValues, |
|
|
volatile bool * |
stopped |
|
) |
| |
|
override |
select picks keyframes from the given frameVector
- Parameters
-
| frameVector | holds indicies which can be picked |
| flowValues | holds flow values corresponding to the frameIndicies, which are specified in the frameVecotr flowValue[i] is the value between the frames with the inidicies frameVector[i] and frameVector[i+1] |
| stopped | |
- Returns
- selected keyframes in the form of inidicies
◆ select() [2/2]
| std::vector< uint > MovementFactor::select |
( |
std::vector< uint > |
frameVector, |
|
|
std::vector< double > |
flowValues, |
|
|
volatile bool * |
stopped |
|
) |
| |
|
override |
select picks keyframes from the given frameVector
- Parameters
-
| frameVector | holds indicies which can be picked |
| flowValues | holds flow values corresponding to the frameIndicies, which are specified in the frameVecotr flowValue[i] is the value between the frames with the inidicies frameVector[i] and frameVector[i+1] |
| stopped | |
- Returns
- selected keyframes in the form of inidicies
The documentation for this class was generated from the following files:
- iVS3D/src/iVS3D-smoothCameraMovementPlugin/movementfactor.h
- iVS3D/src/iVS3D-stationaryCameraPlugin/movementfactor.h
- iVS3D/src/iVS3D-smoothCameraMovementPlugin/movementfactor.cpp
- iVS3D/src/iVS3D-stationaryCameraPlugin/movementfactor.cpp