Image Resize
[Image Processing]
Detailed Description
- Operations to change the image size.
- See im_process_loc.h
Functions | |
| int | imProcessReduce (const imImage *src_image, imImage *dst_image, int order) |
| int | imProcessResize (const imImage *src_image, imImage *dst_image, int order) |
| void | imProcessReduceBy4 (const imImage *src_image, imImage *dst_image) |
| void | imProcessCrop (const imImage *src_image, imImage *dst_image, int xmin, int ymin) |
| void | imProcessAddMargins (const imImage *src_image, imImage *dst_image, int xmin, int ymin) |
Function Documentation
|
||||||||||||||||
|
Only reduze the image size using the given decimation order.
|
|
||||||||||||||||
|
Change the image size using the given interpolation order.
|
|
||||||||||||
|
Reduze the image area by 4 (w/2,h/2). |
|
||||||||||||||||||||
|
Reduze the image size by removing pixels. |
|
||||||||||||||||||||
|
Increase the image size by adding pixels with zero value. |