Documentation of 'boofcv.examples.features.ExampleLineDetection' Java class
ExampleLineDetection
boofcv.examples.features

Class ExampleLineDetection



  • public class ExampleLineDetection
    extends java.lang.Object
    Demonstrates simple examples for detecting lines and line segments.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static <T extends ImageGray,D extends ImageGray>
      void
      detectLines(java.awt.image.BufferedImage image, java.lang.Class<T> imageType, java.lang.Class<D> derivType)
      Detects lines inside the image using different types of Hough detectors
      static <T extends ImageGray,D extends ImageGray>
      void
      detectLineSegments(java.awt.image.BufferedImage image, java.lang.Class<T> imageType, java.lang.Class<D> derivType)
      Detects segments inside the image
      static void main(java.lang.String[] args) 
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ExampleLineDetection

        public ExampleLineDetection()
    • Method Detail

      • detectLines

        public static <T extends ImageGray,D extends ImageGray> void detectLines(java.awt.image.BufferedImage image,
                                                                                 java.lang.Class<T> imageType,
                                                                                 java.lang.Class<D> derivType)
        Detects lines inside the image using different types of Hough detectors
        Parameters:
        image - Input image.
        imageType - Type of image processed by line detector.
        derivType - Type of image derivative.
      • detectLineSegments

        public static <T extends ImageGray,D extends ImageGray> void detectLineSegments(java.awt.image.BufferedImage image,
                                                                                        java.lang.Class<T> imageType,
                                                                                        java.lang.Class<D> derivType)
        Detects segments inside the image
        Parameters:
        image - Input image.
        imageType - Type of image processed by line detector.
        derivType - Type of image derivative.
      • main

        public static void main(java.lang.String[] args)

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.