#include <rotateframe.h>
Public Member Functions | |
| RotateFrame (int cpus, int width, int height) | |
| ~RotateFrame () | |
| void | rotate (VFrame *output, VFrame *input, double angle, int interpolate) |
| int | rotate_rightangle (VFrame *input, VFrame *output, int angle) |
| int | rotate_obliqueangle (VFrame *input, VFrame *output, double angle, int interpolate) |
| int | get_rightdimensions (VFrame *frame, int &diameter, int &in_x1, int &in_y1, int &in_x2, int &in_y2, int &out_x1, int &out_y1, int &out_x2, int &out_y2) |
Public Attributes | |
| int | cpus |
| RotateEngine ** | engine |
| int * | int_matrix |
| int ** | int_rows |
| SourceCoord * | float_matrix |
| SourceCoord ** | float_rows |
| VFrame * | output |
| VFrame * | input |
| int | interpolate |
| int | last_interpolate |
| double | last_angle |
| double | angle |
Definition at line 15 of file rotateframe.h.
|
||||||||||||||||
|
Definition at line 12 of file rotateframe.C. |
|
|
Definition at line 37 of file rotateframe.C. |
|
||||||||||||||||||||||||||||||||||||||||||||
|
Definition at line 83 of file rotateframe.C. |
|
||||||||||||||||||||
|
Definition at line 51 of file rotateframe.C. |
|
||||||||||||||||||||
|
Definition at line 250 of file rotateframe.C. |
|
||||||||||||||||
|
Definition at line 202 of file rotateframe.C. |
|
|
Definition at line 55 of file rotateframe.h. |
|
|
Definition at line 44 of file rotateframe.h. |
|
|
Definition at line 45 of file rotateframe.h. |
|
|
Definition at line 49 of file rotateframe.h. |
|
|
Definition at line 49 of file rotateframe.h. |
|
|
Definition at line 50 of file rotateframe.h. |
|
|
Definition at line 47 of file rotateframe.h. |
|
|
Definition at line 47 of file rotateframe.h. |
|
|
Definition at line 51 of file rotateframe.h. |
|
|
Definition at line 54 of file rotateframe.h. |
|
|
Definition at line 52 of file rotateframe.h. |
|
|
Definition at line 50 of file rotateframe.h. |
1.4.4