|
typedef double | data_t |
|
typedef double | cumul_t |
|
|
void | setSrcFrameWeight (const ImageFrame &srcW) |
|
void | setDstFrames (ImageTray< Channel > &dstTray) |
| Set outputs as channels (uField, vField, w) More...
|
|
void | setDstFrameWeight (const ImageFrame &dstW) |
|
data_t | nominator () const |
|
data_t | uDenominator () const |
| Returns the horizontal component of motion. Must be scaled by nominator().
|
|
data_t | vDenominator () const |
| Returns the vertical component of motion. Must be scaled by nominator().
|
|
virtual void | setSrcFrame (const ImageFrame &src) |
|
virtual void | setSrcFrames (const ImageTray< const Channel > &srcTray)=0 |
|
virtual void | setDstFrame (ImageFrame &dst) |
|
|
cumul_t | Gxx |
|
cumul_t | Gxy |
|
cumul_t | Gyy |
|
cumul_t | Gxt |
|
cumul_t | Gyt |
|
cumul_t | Gtt |
|
data_t | W |
|
◆ setDstFrames()
Set outputs as channels (uField, vField, w)
Channels
- 0: uField
- 1: vField
- alpha: weight
Set quality (weight) channel
Implements WindowCoreBase.
The documentation for this class was generated from the following files: