class IwiResize
IwiResize
The
IwiResize
class consists of the following Resize operation methods: IwiResize()
Default constructor.
|
IwiResize()
with InitializationDefault constructor with initialization.
| |
Parameters |
|
Exception Values |
|
Return Values |
|
InitAlloc()
Method to allocate and initialize the internal data structure.
| |
Parameters |
|
Exception Values |
|
Return Values |
|
operator()
Method to perform resize operation on the specified image ROI.
| |
Parameters |
|
Exception Values |
|
Return Values |
|
GetSrcRoi()
Method to calculate source ROI based on the destination ROI.
| |
Parameters |
|
Exception Values |
|
Return Values | Source image ROI |
GetBorderSize()
Method to calculate the border size.
| |
Exception Values |
|
Return Values | Border size |
~IwiResize()
Default destructor .
~IwiResize();