|
| void | setSrcFrames (const ImageTray< const Channel > &srcTray) |
| | Set inputs as channels.
|
| |
|
void | setSrcFrameWeight (const ImageFrame &srcW) |
| |
| void | setDstFrames (ImageTray< Channel > &dstTray) |
| | Set outputs as channels (uField, vField, w)
|
| |
|
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 | setDstFrame (ImageFrame &dst) |
| |
|
|
static size_t | getDiffChannelCount () |
| |
|
|
typedef double | data_t |
| |
|
typedef double | cumul_t |
| |
|
void | clearStats () |
| |
|
cumul_t | Gxx |
| |
|
cumul_t | Gxy |
| |
|
cumul_t | Gyy |
| |
|
cumul_t | Gxt |
| |
|
cumul_t | Gyt |
| |
|
cumul_t | Gtt |
| |
|
data_t | W |
| |
◆ setSrcFrames()
Set inputs as channels.
Channels
- Gxx - sum of squared horz gradients
- Gxy
- Gyy - sum of squared vert gradients
- Gxt
- Gyt
Set quality (weight) channel
Implements WindowCoreBase.
The documentation for this class was generated from the following files: