Converts coordinates between model layers.
Given an offset expressed in the coordinates of one layer, these methods convert that value to the equivalent offset in the coordinates of a lower layer. Note that these methods assume that all kernels are square.
Lookup the function that maps activity from one layer to another, where layers are identified by strings (e.g., “s1”, or “image”).
| Parameters: |
|
|---|---|
| Return type: | callable |
Converts spatial extents between model layers.
These methods compute the image size required to support a model layer (e.g., C2) with at least the given spatial extent (e.g., 3x3 units).
Lookup the function that maps activity from one layer to another, where layers are identified by strings (e.g., “s1”, or “image”).
| Parameters: |
|
|---|---|
| Return type: | callable |
Converts coordinate range between model layers.
The methods of this object re-express a slice — given in coordinates of one layer — in terms of coordinates of some lower-level layer. Note that these methods assume that all kernels are square.
Lookup the function that maps activity from one layer to another, where layers are identified by strings (e.g., “s1”, or “image”).
| Parameters: |
|
|---|---|
| Return type: | callable |
Map C1 region to image coordinates. x – (slice) region in C1 coordinates