Class BinaryContours

    • Field Detail

      • m_RemoveSmallBlobs

        protected boolean m_RemoveSmallBlobs
        whether to remove small blobs.
      • m_ConnectRule

        protected boofcv.struct.ConnectRule m_ConnectRule
        the connect rule.
    • Constructor Detail

      • BinaryContours

        public BinaryContours()
    • Method Detail

      • setRemoveSmallBlobs

        public void setRemoveSmallBlobs​(boolean value)
        Sets whether to remove small blobs using erode8/dilate8.
        Parameters:
        value - true if to remove blobs
      • getRemoveSmallBlobs

        public boolean getRemoveSmallBlobs()
        Returns whether to remove small blobs using erode8/dilate8.
        Returns:
        true if blobs removed
      • removeSmallBlobsTipText

        public String removeSmallBlobsTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the gui
      • setConnectRule

        public void setConnectRule​(boofcv.struct.ConnectRule value)
        Sets the connect rule to apply.
        Parameters:
        value - the rule
      • getConnectRule

        public boofcv.struct.ConnectRule getConnectRule()
        Returns the connect rule to apply.
        Returns:
        the rule
      • connectRuleTipText

        public String connectRuleTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the gui