Returns element of the double matrix at the specified row and column indices.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_double_matrix_item_get( HIGDoubleMatrix DoubleMatrix, AT_INT Row, AT_INT Column, AT_DOUBLE* lpValue ); |
Name | Type | Description |
---|---|---|
DoubleMatrix | HIGDoubleMatrix | HIGDoubleMatrix object. |
RowCount | AT_INT | Row index. |
ColCount | AT_INT | Column index. |
lpValue | AT_DOUBLE* | Returns element value. |
Returns the number of ImageGear errors that occurred during this function call.
This function does not process image pixels.