Boost GIL


Modules | Classes
Image View Transformations

Methods for constructing one image view from another. More...

Modules

 color_converted_view
 Color converted view of another view.
 
 flipped_up_down_view
 view of a view flipped up-to-down
 
 flipped_left_right_view
 view of a view flipped left-to-right
 
 transposed_view
 view of a view transposed
 
 rotated90cw_view
 view of a view rotated 90 degrees clockwise
 
 rotated90ccw_view
 view of a view rotated 90 degrees counter-clockwise
 
 rotated180_view
 view of a view rotated 180 degrees
 
 subimage_view
 view of an axis-aligned rectangular area within an image_view
 
 subsampled_view
 view of a subsampled version of an image_view, stepping over a number of channels in X and number of rows in Y
 
 nth_channel_view
 single-channel (grayscale) view of the N-th channel of a given image_view
 
 kth_channel_view
 single-channel (grayscale) view of the K-th channel of a given image_view. The channel index is a template parameter
 

Classes

struct  dynamic_xy_step_type< View >
 Returns the type of a view that has a dynamic step along both X and Y. More...
 
struct  dynamic_xy_step_transposed_type< View >
 Returns the type of a transposed view that has a dynamic step along both X and Y. More...
 

Detailed Description

Methods for constructing one image view from another.