Class ThresholdOperation<O extends ThresholdOperation<O>>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.bytedeco.javacpp.opencv_core.Mat[] dataArray  
    • Field Detail

      • dataArray

        protected org.bytedeco.javacpp.opencv_core.Mat[] dataArray
    • Constructor Detail

      • ThresholdOperation

        public ThresholdOperation()
    • Method Detail

      • reallocateMatIfInputSizeOrWidthChanged

        protected org.bytedeco.javacpp.opencv_core.Mat reallocateMatIfInputSizeOrWidthChanged​(org.bytedeco.javacpp.opencv_core.Mat[] dataArray,
                                                                                              int index,
                                                                                              org.bytedeco.javacpp.opencv_core.Scalar value,
                                                                                              org.bytedeco.javacpp.opencv_core.Mat input)
        Parameters:
        dataArray - The array with the element that should be re-allocated
        index - The index of the data array that should be inspected
        value - The value that should be assigned to the mat regardless of being reallocated
        input - The input matrix that the dataArray element should be compared against
        Returns:
        Either the old mat with the value assigned or a newly created Matrix.