norse.torch.functional.receptive_field#
A module for creating receptive fields.
Functions
|
Calculates scale normalization for a spatial receptive field at a given directional derivative Lindeberg: Feature detection with automatic scale selection, eq. |
|
Creates a 2-dimensional covariance matrix given two variances and an angle for the major axis. |
|
Takes the spatial derivative at a given angle |
|
Derive spatial receptive field at a given angle and scale with respect to a list of derivatives. |
|
Calculate the derivative of a single spatial receptive field at a given angle and scale with respect to x and y derivatives. |
|
Efficiently creates a differentiable 2d gaussian kernel. |
|
Combines the parameters of scales, angles, ratios, xand y coordinates of the center of the rf and derivatives as cartesian products to produce a set of parameters for spatial receptive fields. |
|
Creates a (size x size) receptive field kernel at a given scale, angle and ratio with respect to x and y derivatives. |
Creates a number of receptive fields based on the spatial parameters and size of the receptive field. |
|
|
Combines the parameters of scales, angles, ratios and derivatives as cartesian products to produce a set of parameters for spatial receptive fields. |
|
Provides temporal scales according to [Lindeberg2016]. |