Class that specifies parameters of the local contrast normalization layer.
More...
◆ LcnParameter() [1/2]
Constructs the parameter of the local contrast normalization layer
- Parameters
-
context | Context to manage the parameter of the local contrast normalization layer |
◆ LcnParameter() [2/2]
Constructs parameter from C++ parameter
- Parameters
-
context | Context to manage the parameter |
cObject | Address of C++ parameter |
◆ getIndices()
Gets the structure representing the indices of the two dimensions on which local contrast normalization is performed
- Returns
- The structure representing the indices of the two dimensions on which local contrast normalization is performed
◆ getKernel()
Gets the tensor of the two-dimensional kernel
◆ getSumDimension()
Gets the numeric table of size 1x1 that stores dimension f
◆ setIndices()
Sets the structure representing the indices of the two dimensions on which local contrast normalization is performed
- Parameters
-
indices | The structure representing the indices of the two dimensions on which local contrast normalization is performed |
◆ setKernel()
void setKernel |
( |
Tensor |
kernel | ) |
|
Sets the tensor of the two-dimensional kernel
- Parameters
-
kernel | Tensor of the two-dimensional kernel |
◆ setSumDimension()
Sets the numeric table of size 1x1 that stores dimension f
- Parameters
-
sumDimension | Numeric table of size 1x1 that stores dimension f |
The documentation for this class was generated from the following file: