#include <outline_provider_bitmap.h>
Inheritance diagram for CL_OutlineProviderBitmap:

Public Member Functions | |
Construction | |
| CL_OutlineProviderBitmap (const CL_PixelBufferRef &pbuf, int alpha_limit=128, bool get_insides=true) | |
| Construct a contour. | |
| ~CL_OutlineProviderBitmap () | |
Attributes | |
| virtual std::vector< CL_Contour > | get_contours () |
| return the countours that make up the outline | |
| virtual int | get_width () |
| return the width of the image used as basis for outline creation. | |
| virtual int | get_height () |
| return the height of the image used as basis for outline creation. | |
Operations | |
| virtual void | destroy () |
| Destroys the provider. | |
A CL_OutlineProviderBitmap is used to find outlines based on the alpha channel of images.
|
||||||||||||||||
|
Construct a contour.
|
|
|
|
|
|
Destroys the provider.
Implements CL_OutlineProvider. |
|
|
return the countours that make up the outline
Implements CL_OutlineProvider. |
|
|
return the height of the image used as basis for outline creation.
Implements CL_OutlineProvider. |
|
|
return the width of the image used as basis for outline creation.
Implements CL_OutlineProvider. |
1.4.6