Skip to content

Circle

Core and matricestypeOpenCV 5.0.0
import type { Circle } from '@banou/opencv-wasm'

A detected circle described by its center coordinates and radius.

export type Circle = {
  center: Point2f,
  radius: number
};

These signatures describe this package. Upstream documentation can mention optional backends that are absent from this build. Check runtime compatibility before choosing a backend or file format.