IPcopy

Synopsis

copy the input ip_Image to an output ip_image with data conversion

Input Port

in_image

ip_Image

in_roi

ip_Roi

Parameters

TypesRB

UIradioBox

the datatype to convert to

Output Port

dst

ip_Image_Out

TmpField

IPfld

obj

output renderable object

Description

IPcopy copies an ip_Image to another ip_Image with optional data conversion.

Input

in_image

ip_Image. The input image.

in_roi

ip_Roi. An optional region of interest. The data must be of type byte.

Parameters

TypesRB

UIradioBox. Selects which of three datatypes to convert to. The choices are:
Byte (default)
Short
Float
This routine does not handle the new data types (int and doubles).

Output Port

dst

ip_Image_Out. The output image in a form that other IP modules can process.

TmpField

IPfld. The output image as an AVS/Express field.

out_obj

Renderable object corresponding to dst.20TmpField
IPfld. The output image as an AVS/Express field.

out_obj

Renderable object corresponding to dst.

Example

Libraries.Examples.Image_Processing.IPconvolve

File

v/ip.v

See also

Not applicable.