#include <convolve.h>
Inheritance diagram for fl::Rotate90:

Public Methods | |
| Rotate90 (bool clockwise=false) | |
| clockwise in terms of image coordinate system, not in terms of displayed image on screen. clockwise == true is same as rotation by -90 degrees in image coordinate system. | |
| virtual Image | filter (const Image &image) |
| This could be const, but it is useful to allow filters to collect statistics. Note that such filters are not thread safe. | |
Public Attributes | |
| bool | clockwise |
|
|
clockwise in terms of image coordinate system, not in terms of displayed image on screen. clockwise == true is same as rotation by -90 degrees in image coordinate system.
|
|
|
This could be const, but it is useful to allow filters to collect statistics. Note that such filters are not thread safe.
Implements fl::Filter. |
|
|
|
1.2.18