Java* API Reference for Intel® Data Analytics Acceleration Library 2019
Data structure representing the indices of the two dimensions on which local contrast normalization is performed. More...
LcnIndices | ( | long | first, |
long | second | ||
) |
Constructs LcnIndices with parameters
first | The first index of the two dimensions on which local contrast normalization is performed |
second | The second index of the two dimensions on which local contrast normalization is performed |
long [] getSize | ( | ) |
Gets the array of indices of the two dimensions on which local contrast normalization is performed
void setSize | ( | long | first, |
long | second | ||
) |
Sets the array of indices of the two dimensions on which local contrast normalization is performed
first | The first index of the two dimensions on which local contrast normalization is performed |
second | The second index of the two dimensions on which local contrast normalization is performed |
For more complete information about compiler optimizations, see our Optimization Notice.