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

List of all members
LcnIndices Class Reference

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

Class Constructor

◆ LcnIndices()

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

◆ getSize()

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

◆ setSize()

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.