Documentation of 'boofcv.abst.feature.describe.ConvertTupleDesc' Java class
ConvertTupleDesc
boofcv.abst.feature.describe

Interface ConvertTupleDesc<A extends TupleDesc,B extends TupleDesc>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      void convert(A input, B output)
      Converts the input descriptor into the output descriptor type.
      B createOutput()
      Creates a new instance of the output type.
      java.lang.Class<B> getOutputType()
      Returns the class type of the output descriptor
    • Method Detail

      • createOutput

        B createOutput()
        Creates a new instance of the output type.
        Returns:
        New instance of output data type
      • convert

        void convert(A input,
                     B output)
        Converts the input descriptor into the output descriptor type.
        Parameters:
        input - Original input descriptor. Not modified.
        output - Converted output descriptor. Modified.
      • getOutputType

        java.lang.Class<B> getOutputType()
        Returns the class type of the output descriptor
        Returns:
        Output type

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.