Class CropFixedGridStep

  • All Implemented Interfaces:
    ai.konduit.serving.pipeline.api.step.PipelineStep, ai.konduit.serving.pipeline.api.TextConfig, java.io.Serializable

    public class CropFixedGridStep
    extends java.lang.Object
    implements ai.konduit.serving.pipeline.api.step.PipelineStep
    As per CropGridStep but the x/y location values are hardcoded into the configuration, instead of coming dynamically from the input Data instance
    Author:
    Alex Black
    See Also:
    CropGridStep, Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      CropFixedGridStep points​(ai.konduit.serving.pipeline.api.data.Point... points)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface ai.konduit.serving.pipeline.api.step.PipelineStep

        name
      • Methods inherited from interface ai.konduit.serving.pipeline.api.TextConfig

        toJson, toYaml
    • Constructor Detail

      • CropFixedGridStep

        public CropFixedGridStep()
    • Method Detail

      • points

        public CropFixedGridStep points​(ai.konduit.serving.pipeline.api.data.Point... points)