2.15.12 cvSetXY

Menu Information

Image: Set Coordinates

Brief Information

Set the XY Mapping of an image for inserting it in graphs

Additional Information

Minimum Origin Version Required: 2022

Command Line Usage

1. cvSetXY left:=0 right:=10 bottom:=0 top:=5 unit:=m;

Variables

Display
Name
Variable
Name
I/O
and
Type
Default
Value
Description
Input Image img

Input/Output

ImageLayer

<active>
Specify the input image. It is also the destination of the output image.
Left (X1) left

Input

double

0
Set X coordinate of the image's left margin.
Right (X2) right

Input

double

0
Set X coordinate of the image's right margin.
Bottom (Y1) bottom

Input

double

0
Set Y coordinate of the image's bottom margin.
Top (Y2) top

Input

double

0
Set Y coordinate of the image's top margin.
Unit unit

Input

string

Specify the unit of the coordinates.

Description

This X-Function is used to set the XY Mapping of an image. The image can be used to insert to a graph window. See this page for details.

Related X-Functions

cvResize