vcm


Circles



the script call for Circles is

vcm.Circles(clip[, int xo = frame width / 2][,int yo = frame height / 2][, int frad = smallerr of width / 2 and height / 2][,float dim = 0.25][, int dots = 2][, int cint = 50][, int rgb=[255,255,255])




clip: input clip RGB, YUV or GRAY constant format.
xo:X coordinate of fish eye image. Can be reasonably outside input frame.
yo:Y coordinate of fish eye image. Can be reasonably outside input frame.
frad: Circle with this radius to be specially marked
dim: factor of dimming. 0 to 1.0 This is to ensure the white dots are visible clearly on image.
dots: 1 to 5. Density of dots per some arbitrary square area.
cint: Interval between circles. 10 to higher fitting circle
rgb: color of dots as 8bit red, green, blue array.

concentric circles are drawn on image. Specified frad is highlighted.