Intel IPP Integration Wrappers Developer Guide and Reference
class IwiResize
The IwiResize class consists of the following Resize operation methods:
- IwiResize()
 - IwiResize() with initialization
 - InitAlloc()
 - operator()
 - GetSrcRoi()
 - GetBorderSize()
 - ~IwiResize()
 
IwiResize()
Default constructor.
 |  
       
IwiResize() with Initialization
Default 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();