|  | Face Engine SDK
    5.23.1
    A face detection, recognition and tracking engine. | 
#include <SubImage.h>
| Public Member Functions | |
| SubImage () noexcept | |
| intializes empty sub image. | |
| template<typename T > | |
| T * | getDataAs () noexcept | 
| template<typename T > | |
| const T * | getDataAs () const noexcept | 
| Point2i | getOrigin () const noexcept | 
| Size | getSize () const noexcept | 
| Rect | getRect () const noexcept | 
| bool | isValid () const noexcept | 
| Public Attributes | |
| void * | data | 
| Beginning of data sub image data. | |
| int | pitch | 
| Number of bytes to the next scanline of the sub image. | |
| int | x | 
| Sub image origin x coordinate. | |
| int | y | 
| Sub image origin y coordinate. | |
| int | width | 
| Sub image width. | |
| int | height | 
| Sub image height. | |
| Format | format | 
| Sub image format. | |
Sub Image.
Represents an image region of given size. Provides easy access to image internal data without any lifetime management capabilities.
| T* fsdk::SubImage::getDataAs | ( | ) |  [inline] | 
| const T* fsdk::SubImage::getDataAs | ( | ) | const  [inline] | 
| Point2i fsdk::SubImage::getOrigin | ( | ) | const  [inline] | 
| Rect fsdk::SubImage::getRect | ( | ) | const  [inline] | 
| Size fsdk::SubImage::getSize | ( | ) | const  [inline] | 
| bool fsdk::SubImage::isValid | ( | ) | const  [inline] |