iVS3D v2.0.0
Loading...
Searching...
No Matches
MovementFactor Class Reference

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>

Inheritance diagram for MovementFactor:
KeyframeSelector KeyframeSelector

Public Member Functions

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
 

Detailed Description

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

Member Function Documentation

◆ 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
frameVectorholds indicies which can be picked
flowValuesholds 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
frameVectorholds indicies which can be picked
flowValuesholds 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: