<< CV_GetImgSize Scilab 2 C Converter CV_MedianBlur >>

Scilab 2 C Converter >> Scilab 2 C Converter > CV_LoadImage

CV_LoadImage

function to load an image object from given filename

Calling Sequence

CV_LoadImage(filename,loadtype)

Parameters

filename:

name of file to be opened

loadtype:

desired load method

Description

This function can be used for loading a previously stored image

loadtype can take the following values:

This is curretly dummy function. It provides no functionality but is required for providing support for generating C code for OpenCV

Examples

CV_LoadImage('~/test.jpg',0)

See also

Authors


Report an issue
<< CV_GetImgSize Scilab 2 C Converter CV_MedianBlur >>