Class BlobsReport

  • All Implemented Interfaces:
    Publishable

    public class BlobsReport
    extends java.lang.Object
    implements Publishable
    This class is used as the output of operations that detect blobs in an image.
    • Constructor Detail

      • BlobsReport

        public BlobsReport()
        Create an empty blob report. This is used as the default value for sockets
    • Method Detail

      • getInput

        public MatWrapper getInput()
        Returns:
        The original image that the blob detection was performed on.
      • getX

        public double[] getX()
      • getY

        public double[] getY()
      • getSize

        public double[] getSize()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object