Filters are used in the skeleton library in order to reduce the size of the coordinate vectors being passed around. More...
Filters are used in the skeleton library in order to reduce the size of the coordinate vectors being passed around.
This mask keeps only the first i
dimensions of the given coordinate. For example, if <i, j, k, ...> is passed to a filter<2>, <i, j> will be returned.
i | number of dimensions to keep |