IPcopy
Synopsis
copy the input ip_Image to an output ip_image with data conversion
Input Ports
in_image |
ip_Image |
in_roi |
ip_Roi |
Parameters
TypesRB |
UIradioBox |
the datatype to convert to |
Output Ports
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 Ports
-
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 Ports
-
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.
Example
Not available.
File
v/ip.v
See also
Not applicable.