Class RotatedRectangle


  • public class RotatedRectangle
    extends Border
    This image finder uses the same algorithm as the border finder, but rather than using the rectangle in the projection plane, we assume that only a subrectangle which of the image (which may be rotated with respect to the image) is valid. A limits file is associated with each input image and contains a specification of the bounding rectangle in terms of the pixels of the original image.
    • Constructor Detail

      • RotatedRectangle

        public RotatedRectangle()
    • Method Detail

      • getImage

        public double[] getImage​(Image in,
                                 double[] vector)
        Description copied from class: RectRecurse
        Convert an input unit vector to a position in an image.
        Overrides:
        getImage in class RectRecurse
        Parameters:
        in - The image we are transforming into the plane of.
        vector - The input unit celestial coordinate unit vector.
        Returns:
        The coordinate plane tuple. This is returned as a pointer to the field t2.