IG_double_matrix_create_values
Creates an HIGDoubleMatrix object with specified dimensions and values.
Declaration:
|
Copy Code
|
AT_ERRCOUNT ACCUAPI IG_double_matrix_create_values(
AT_INT RowCount,
AT_INT ColCount,
AT_DOUBLE* lpValues,
HIGDoubleMatrix* lpDoubleMatrix
);
|
Arguments:
Name |
Type |
Description |
RowCount |
AT_INT |
Number of rows. |
ColCount |
AT_INT |
Number of columns. |
lpValues |
AT_DOUBLE* |
Array of RowCount*ColCount double values with which to initialize the matrix. |
lpDoubleMatrix |
HIGDoubleMatrix* |
Returns new HIGDoubleMatrix object. |
Return Value:
Returns the number of ImageGear errors that occurred during this function call.
Supported Raster Image Formats:
This function does not process image pixels.