Class RandomAccessibleProjector2D<A,​B>

    • Constructor Detail

      • RandomAccessibleProjector2D

        public RandomAccessibleProjector2D​(int dimX,
                                           int dimY,
                                           RandomAccessible<A> source,
                                           RandomAccessibleInterval<B> target,
                                           Converter<? super A,​B> converter)
        creates a new 2D projector that samples a plain in the dimensions dimX, dimY.
        Parameters:
        dimX -
        dimY -
        source -
        target -
        converter - a converter that is applied to each point in the plain. This can e.g. be used for normalization, conversions, ...
    • Method Detail

      • map

        public void map()
        projects data from the source to the target and applies the former specified Converter e.g. for normalization.