Declares functions that implement the WarpMap structure and related functions. More...
#include "Export.h"#include "Status.h"#include "Types.h"#include "WarpGrid.h"#include <stdint.h>
 Include dependency graph for WarpMap.h:
 This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | VPIWarpMap | 
| Defines the mapping between input and output images' pixels.  More... | |
Functions | |
| VPIStatus | vpiWarpMapAllocData (VPIWarpMap *warpMap) | 
| Allocates the warp map's control point array for a given warp grid.  More... | |
| void | vpiWarpMapFreeData (VPIWarpMap *warpMap) | 
| Deallocates the warp map control points allocated by vpiWarpMapAllocData.  More... | |
| VPIStatus | vpiWarpMapGenerateIdentity (VPIWarpMap *warpMap) | 
| Fills the given warp map with an identity mapping.  More... | |
Declares functions that implement the WarpMap structure and related functions.
Definition in file WarpMap.h.