copycv
Copies an image.
Syntax
R = copycv(handlehandle)
Inputs
- handle
- Handle of an image.
Outputs
- R
- Handle to the ComputerVision data of the new image copied. This handle can be used when accessing other functions in the ComputerVision library.
Example
handle = imreadcv('1.jpg');
R = copycv(handle);