#include <CL_GuidedTimeWarp.h>
|
| CL_GuidedTimeWarp () |
|
| ~CL_GuidedTimeWarp () override |
|
void | warpClip (fpreal src_fps, fpreal ref_fps, int max_step, int warp_length, int knn, fpreal path_length_weight, bool use_warp_length, UT_WorkBuffer &error_msg) |
|
| CL_TimeWarp () |
|
virtual | ~CL_TimeWarp () |
|
fpreal | linearWarp (fpreal sample, int warp_length) |
|
void | interpolateWarp () |
|
fpreal | warpSample (fpreal sample) |
|
bool | warpIsValid () |
|
int | warpLength () |
|
bool | setNumChannels (int num_channels, int src_channel_length, int ref_channel_length) |
|
bool | addChannel (const fpreal *input_src_channel, const fpreal *input_ref_channel) |
|
bool | addMotionChannels (const fpreal *src_tx_channel, const fpreal *src_ty_channel, const fpreal *src_tz_channel, const fpreal *ref_tx_channel, const fpreal *ref_ty_channel, const fpreal *ref_tz_channel) |
|
void | setRootTrnChannels (const fpreal *tx_channel, const fpreal *ty_channel, const fpreal *tz_channel, bool set_src) |
|
void | setRootRotChannels (const fpreal *rx_channel, const fpreal *ry_channel, const fpreal *rz_channel, bool set_src) |
|
void | processMotionChannels () |
|
fpreal * | srcChannel (int i) |
|
fpreal * | refChannel (int i) |
|
Definition at line 26 of file CL_GuidedTimeWarp.h.
CL_GuidedTimeWarp::CL_GuidedTimeWarp |
( |
| ) |
|
CL_GuidedTimeWarp::~CL_GuidedTimeWarp |
( |
| ) |
|
|
override |
The documentation for this class was generated from the following file: