Back to FabImage Library Lite websiteYou are here:
Start »
Image Spatial Transforms »
CropImage
Header: | FIL.h |
Namespace: | fil |
Creates an image from a box-shaped fragment of the input image (with margins if requested).
Syntax
void fil::CropImage
(
const fil::Image& inImage,
const fil::Box& inSelection,
fil::Image& outImage
)
Parameters
|
Name |
Type |
Default |
Description |
 |
inImage |
const Image& |
|
Input image |
 |
inSelection |
const Box& |
|
Box defining a subimage to be cropped |
 |
outImage |
Image& |
|
Output image |
Description
The operation extracts part of the inImage that corresponds to the inSelection box.
Hints
- It is usually recommended to use Local Coordinate Systems rather than image cropping.
Examples
CropImage performed on the sample image.