Class OpenCVRotateFunction

  • All Implemented Interfaces:
    Function<ImageWrapper<org.opencv.core.Mat>,​ImageWrapper<org.opencv.core.Mat>>, ImageFunction<org.opencv.core.Mat,​org.opencv.core.Mat>

    public class OpenCVRotateFunction
    extends Object
    implements ImageFunction<org.opencv.core.Mat,​org.opencv.core.Mat>

    Function for rotating an image Source: http://stackoverflow.com/questions/26692648/rotate-image-using-opencv

    Since:
    1.0
    Author:
    Christoph Praschl