Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 1

List of all members

Data structure representing the indices of the two dimensions on which local contrast normalization is performed. More...

Class Constructor

LcnIndices ( long  first,
long  second 
)

Constructs LcnIndices with parameters

Parameters
firstThe first index of the two dimensions on which local contrast normalization is performed
secondThe second index of the two dimensions on which local contrast normalization is performed

Detailed Description

Member Function Documentation

long [] getSize ( )

Gets the array of indices of the two dimensions on which local contrast normalization is performed

Returns
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

Parameters
firstThe first index of the two dimensions on which local contrast normalization is performed
secondThe second index of the two dimensions on which local contrast normalization is performed

The documentation for this class was generated from the following file:

For more complete information about compiler optimizations, see our Optimization Notice.