Boost GIL


Classes | Namespaces
any_image_view.hpp File Reference

Support for run-time instantiated image view. More...

#include "variant.hpp"
#include "../../image_view.hpp"
#include "../../image.hpp"

Go to the source code of this file.

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...
 
class  any_image_view< ImageViewTypes >
 Represents a run-time specified image view. Models HasDynamicXStepTypeConcept, HasDynamicYStepTypeConcept, Note that this class does NOT model ImageViewConcept. More...
 

Namespaces

 boost
 Pixel 2D LOCATOR.
 

Detailed Description

Support for run-time instantiated image view.

Author
Lubomir Bourdev and Hailin Jin
Adobe Systems Incorporated