Class PreProcessSteps


  • public class PreProcessSteps
    extends Wrapper
    Preprocessing steps. Each step typically intends adding of some operation to input parameter User application can specify sequence of preprocessing steps in a builder-like manner.
    • Constructor Detail

      • PreProcessSteps

        public PreProcessSteps​(long addr)
    • Method Detail

      • resize

        public PreProcessSteps resize​(ResizeAlgorithm alg)
        Add resize operation to model's dimensions.
        Parameters:
        alg - Resize algorithm.
        Returns:
        Reference to 'this' to allow chaining with other calls in a builder-like manner.
      • delete

        protected void delete​(long nativeObj)
        Overrides:
        delete in class Wrapper