Copy
Functions to copy the value of a vision element to the other.
Copy value
copyValueBoolean()
Copies the value part of the vision element from source to destination.
function copyValueBoolean(src: Boolean, dst: Boolean): void;
copyValueNumber()
Copies the value part of the vision element from source to destination.
function copyValueNumber(src: Number, dst: Number): void;
copyValueString()
Copies the value part of the vision element from source to destination.
function copyValueString(src: String, dst: String): void;
copyValueProbability()
Copies the value part of the vision element from source to destination.
function copyValueProbability(src: Probability, dst: Probability): void;
copyValueHistogram()
Copies the value part of the vision element from source to destination.
function copyValueHistogram(src: Histogram, dst: Histogram): void;
copyValuePoint2d()
Copies the value part of the vision element from source to destination.
function copyValuePoint2d(src: Point2d, dst: Point2d): void;
copyValueVector2d()
Copies the value part of the vision element from source to destination.
function copyValueVector2d(src: Vector2d, dst: Vector2d): void;
copyValueSegment2d()
Copies the value part of the vision element from source to destination.
function copyValueSegment2d(src: Segment2d, dst: Segment2d): void;
copyValueLine2d()
Copies the value part of the vision element from source to destination.
function copyValueLine2d(src: Line2d, dst: Line2d): void;
copyValueRect2d()
Copies the value part of the vision element from source to destination.
function copyValueRect2d(src: Rect2d, dst: Rect2d): void;
copyValueEllipse2d()
Copies the value part of the vision element from source to destination.
function copyValueEllipse2d(src: Ellipse2d, dst: Ellipse2d): void;
copyValuePath2d()
Copies the value part of the vision element from source to destination.
function copyValuePath2d(src: Path2d, dst: Path2d): void;
copyValueShape2d()
Copies the value part of the vision element from source to destination.
function copyValueShape2d(src: Shape2d, dst: Shape2d): void;
copyValueImage()
Copies the value part of the vision element from source to destination.
function copyValueImage(src: Image, dst: Image): void;
Copy props
copyPropsString()
Copies the props part of the vision element from source to destination.
function copyPropsString(src: String, dst: String): void;
copyPropsPoint2d()
Copies the props part of the vision element from source to destination.
function copyPropsPoint2d(src: Point2d, dst: Point2d): void;
copyPropsVector2d()
Copies the props part of the vision element from source to destination.
function copyPropsVector2d(src: Vector2d, dst: Vector2d): void;
copyPropsSegment2d()
Copies the props part of the vision element from source to destination.
function copyPropsSegment2d(src: Segment2d, dst: Segment2d): void;
copyPropsLine2d()
Copies the props part of the vision element from source to destination.
function copyPropsLine2d(src: Line2d, dst: Line2d): void;
copyPropsRect2d()
Copies the props part of the vision element from source to destination.
function copyPropsRect2d(src: Rect2d, dst: Rect2d): void;
copyPropsEllipse2d()
Copies the props part of the vision element from source to destination.
function copyPropsEllipse2d(src: Ellipse2d, dst: Ellipse2d): void;
copyPropsPath2d()
Copies the props part of the vision element from source to destination.
function copyPropsPath2d(src: Path2d, dst: Path2d): void;
copyPropsShape2d()
Copies the props part of the vision element from source to destination.
function copyPropsShape2d(src: Shape2d, dst: Shape2d): void;
copyPropsImage()
Copies the props part of the vision element from source to destination.
function copyPropsImage(src: Image, dst: Image): void;