Documentation of 'boofcv.abst.feature.describe.WrapDescribeBriefSo' Java class
WrapDescribeBriefSo
boofcv.abst.feature.describe

Class WrapDescribeBriefSo<T extends ImageGray>

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      TupleDesc_B createDescription()
      Creates new description instance which can be processed by this class
      double getCanonicalWidth()
      Returns the width of the square (or approximation of) sample region at a scale of one.
      java.lang.Class<TupleDesc_B> getDescriptionType()
      The type of region descriptor generated
      ImageType<T> getImageType()
      Description of the type of image it can process
      boolean process(double x, double y, double orientation, double radius, TupleDesc_B storage)
      Extract a description of the local image at the given point, scale, and orientation.
      boolean requiresOrientation()
      True if the descriptor uses orientation information.
      boolean requiresRadius()
      If size information is used when computing the descriptor.
      void setImage(T image)
      Specified the image which is to be processed.
      • Methods inherited from class java.lang.Object

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

      • WrapDescribeBriefSo

        public WrapDescribeBriefSo(DescribePointBriefSO<T> alg,
                                   java.lang.Class<T> imageType)
    • Method Detail

      • process

        public boolean process(double x,
                               double y,
                               double orientation,
                               double radius,
                               TupleDesc_B storage)
        Description copied from interface: DescribeRegionPoint
        Extract a description of the local image at the given point, scale, and orientation. WARNING: Check the returned value to make sure a description was actually computed. Some implementations might now allow features to extend outside the image border and will return false.
        Specified by:
        process in interface DescribeRegionPoint<T extends ImageGray,TupleDesc_B>
        Parameters:
        x - Coordinate of the point.
        y - Coordinate of the point.
        orientation - Direction the feature is pointing at in radians. 0 = x-axis PI/2 = y-axis
        radius - Radius of the detected object in pixels.
        storage - (output) Storage for extracted feature. Use DescriptorInfo.createDescription() to create descriptor.
        Returns:
        true if a descriptor can computed or false if not.
      • getCanonicalWidth

        public double getCanonicalWidth()
        Description copied from interface: DescribeRegionPoint
        Returns the width of the square (or approximation of) sample region at a scale of one. When multiplied by the scale, pixels outside of the square region should not influence the descriptor's value.
        Specified by:
        getCanonicalWidth in interface DescribeRegionPoint<T extends ImageGray,TupleDesc_B>
        Returns:
        width of descriptor at a scale of one

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.