This function computes the forward Discrete Sine Transform (DST) of the input HIGCOMPLEXOBJ data.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_FIP_DST_forward( HIGCOMPLEXOBJ hIGComplexObj, LPHIGCOMPLEXOBJ lphIGComplexObjOut ); |
Name | Type | Description |
---|---|---|
hIGComplexObj | HIGCOMPLEXOBJ | HIGCOMPLEXOBJ handle of data to be processed. |
lphIGComplexObjOut | LPHIGCOMPLEXOBJ | HIGCOMPLEXOBJ handle of result data. |
Returns the number of ImageGear errors that occurred during this function call.
All pixel formats supported by HIGCOMPLEXOBJ object. See IG_FIP_co_obj_create.
Copy Code
|
|
---|---|
HIGCOMPLEXOBJ hIGComplexObj; /* HIGCOMPLEXOBJ handle of input image */ HIGCOMPLEXOBJ hIGComplexObjOut; /* HIGCOMPLEXOBJ handle of output image */ ... IG_FIP_DST_forward(hIGComplexObj, &hIGComplexObjOut); ... |
FreqIP