boost::gil::trigonometric_circle_rasterizer

Rasterize trigonometric circle according to radius by sine and radius by cosine

Synopsis

struct trigonometric_circle_rasterizer;

Description

This rasterizer is the one used that is used in standard Hough circle transform in the books. It is also quite expensive to compute. WARNING: the product of this rasterizer does not follow circle equation, even though it produces quite round like shapes.

Type Aliases

Name

type

Member Functions

Name

Description

trigonometric_circle_rasterizer [constructor]

Creates a trigonometric circle rasterizer

minimum_angle_step

Calculates minimum angle step that is distinguishable when walking on circle

operator()

perform rasterization and output into d_first

point_count

Calculate the amount of points that rasterizer will output

Data Members

Name

center

radius

Created with MrDocs