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

Class DescribeRegionPointConvert<T extends ImageGray,In extends TupleDesc,Out extends TupleDesc>

    • Method Detail

      • process

        public boolean process(double x,
                               double y,
                               double orientation,
                               double radius,
                               Out 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,Out extends TupleDesc>
        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,Out extends TupleDesc>
        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.