Creates an HIGDoubleMatrix object with specified dimensions.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_double_matrix_create( AT_INT RowCount, AT_INT ColCount, HIGDoubleMatrix* lpDoubleMatrix ); |
Name | Type | Description |
---|---|---|
RowCount | AT_INT | Number of rows. |
ColCount | AT_INT | Number of columns. |
lpDoubleMatrix | HIGDoubleMatrix* | Returns new HIGDoubleMatrix object. |
Returns the number of ImageGear errors that occurred during this function call.
This function does not process image pixels.