Back to Adaptive Vision Library Lite website
You are here: Start » Image Basics » SaveImageObject
SaveImageObject
Saves serialized Image object as avdata file.
Syntax
void avl::SaveImageObject ( const avl::Image& inImage, const atl::File& inFilename )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inImage | const Image& | Image to be serialized | |
![]() |
inFilename | const File& | Name of the target file |

