Class SoSwapAxisProcessing2d

  • All Implemented Interfaces:
    SafeDisposable

    public class SoSwapAxisProcessing2d
    extends SoImageVizEngine
    SoSwapAxisProcessing2d image filter. The SoSwapAxisProcessing2d filter performs a transposition of the matrix along both the and axes. It effectively flips the image from left to right and rotates it counterclockwise. O(n,m) = I(m,n)

    NOTE: The input image must be square and its size a power of 2.

    File format/default:

    SwapAxisProcessing2d {

      inImage NULL
    }


    Library references: transpose

    • Constructor Detail

      • SoSwapAxisProcessing2d

        public SoSwapAxisProcessing2d()
        Constructor.