Class ColumnMatOps

java.lang.Object
io.github.jspinak.brobot.illustratedHistory.ColumnMatOps

@Component public class ColumnMatOps extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    List<org.bytedeco.opencv.opencv_core.Mat>
    getColumnEntries(List<org.bytedeco.opencv.opencv_core.Mat> entries, int column, int matchesPerColumn)
     
    org.bytedeco.opencv.opencv_core.Mat
    getColumnMat(List<org.bytedeco.opencv.opencv_core.Mat> entriesInColumn)
     
    org.bytedeco.opencv.opencv_core.Mat
    getColumnMat(List<org.bytedeco.opencv.opencv_core.Mat> entries, int column, int matchesPerColumn)
     
    org.bytedeco.opencv.opencv_core.Mat
    getColumnMat(List<org.bytedeco.opencv.opencv_core.Mat> imagesMats, int matchesPerColumn, int columns, int spacesBetweenEntries)
     
    org.bytedeco.opencv.opencv_core.Mat
    mergeColumnMats(List<org.bytedeco.opencv.opencv_core.Mat> columnMats, int spacesBetweenEntries)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ColumnMatOps

      public ColumnMatOps()
  • Method Details

    • getColumnMat

      public org.bytedeco.opencv.opencv_core.Mat getColumnMat(List<org.bytedeco.opencv.opencv_core.Mat> imagesMats, int matchesPerColumn, int columns, int spacesBetweenEntries)
    • mergeColumnMats

      public org.bytedeco.opencv.opencv_core.Mat mergeColumnMats(List<org.bytedeco.opencv.opencv_core.Mat> columnMats, int spacesBetweenEntries)
    • getColumnEntries

      public List<org.bytedeco.opencv.opencv_core.Mat> getColumnEntries(List<org.bytedeco.opencv.opencv_core.Mat> entries, int column, int matchesPerColumn)
    • getColumnMat

      public org.bytedeco.opencv.opencv_core.Mat getColumnMat(List<org.bytedeco.opencv.opencv_core.Mat> entries, int column, int matchesPerColumn)
    • getColumnMat

      public org.bytedeco.opencv.opencv_core.Mat getColumnMat(List<org.bytedeco.opencv.opencv_core.Mat> entriesInColumn)