Documentation of 'boofcv.misc.DiscretizedCircle' Java class
DiscretizedCircle
boofcv.misc

Class DiscretizedCircle



  • public class DiscretizedCircle
    extends java.lang.Object
    Functions related to discretized circles for image processing
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static int[] imageOffsets(double radius, int imgWidth)
      Computes the offsets for a discretized circle of the specified radius for an image with the specified width.
      static int[][] imageOffsets2(double radius) 
      • Methods inherited from class java.lang.Object

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

      • DiscretizedCircle

        public DiscretizedCircle()
    • Method Detail

      • imageOffsets

        public static int[] imageOffsets(double radius,
                                         int imgWidth)
        Computes the offsets for a discretized circle of the specified radius for an image with the specified width.
        Parameters:
        radius - The radius of the circle in pixels.
        imgWidth - The row step of the image
        Returns:
        A list of offsets that describe the circle
      • imageOffsets2

        public static int[][] imageOffsets2(double radius)

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.