METHOD |
DESCRIPTION |
void setSubImageWidth( int width ) |
Pixel width of sub-area. |
void setSubImageHeight( int height ) |
Pixel height of sub-area. |
void setSubImageCenterRow( int row ) |
Center row pixel of sub-area on image. |
void setSubImageCenterCol( int col ) |
Center column pixel of sub-area on image. |
void setSubImageRowOffset( int offset ) |
Offset in row direction, in pixels, from left edge of the image. |
void setSubImageColOffset( int offset ) |
Offset in column direction, in pixels, from bottom edge of the image. |
void setBiasWidth( int bias ) |
Width, in pixels, of bias region. |
void setBiasPosition( int position ) |
Offset, in pixels, of the image width plus the bias offset. |
void setBiasOffset( int offset ) |
Offset, in pixels, of the bias region from the right edge of the image. |