abstract class Annotation

Traits

Properties

int $shape_id

Shape ID required for point validation.

Methods

validatePoints(array $points)

Validates a points array for the shape of this annotation.

setPointsAttribute(array $points)

{@inheritdoc}

int
countDistinctCoordinates(array $points)

Counts number of distinct points

__construct(Shape $shape, array $points, array $labels)

No description

array
getInsertData(int $id)

Get the array of metadata that can be used for Model::insert();

void
validate()

Validatethe points and labels.

Details

in HasPointsAttribute at line 16
validatePoints(array $points)

Validates a points array for the shape of this annotation.

Parameters

array $points

Points array like [x1, y1, x2, y2, x3, y3, ...]

Exceptions

Exception

at line 69
setPointsAttribute(array $points)

{@inheritdoc}

Parameters

array $points

in HasPointsAttribute at line 80
private int countDistinctCoordinates(array $points)

Counts number of distinct points

Parameters

array $points

containing the coordinates

Return Value

int

number of distinct points *

at line 24
__construct(Shape $shape, array $points, array $labels)

No description

Parameters

Shape $shape
array $points
array $labels

at line 44
array getInsertData(int $id)

Get the array of metadata that can be used for Model::insert();

Parameters

int $id

ID of the image/video database model.

Return Value

array

at line 57
void validate()

Validatethe points and labels.

Return Value

void

Exceptions

Exception