<< imdestroy Image Reading, Display and Exploration imdisplay >>

IPCV - Image Processing and Computer Vision Toolbox for Scilab >> Image Reading, Display and Exploration > imdestroyall

imdestroyall

Destroy ALL graphic window created using imdisplay (highgui).

Syntax

imdestroyall

Parameters

Description

This is a special function to destroy ALL the graphic window created using imdisplay.

Examples

im = imread(fullpath(getIPCVpath() + "/images/baboon.png"));
imdisplay(im,'MyImage');
imdestroy('MyImage');

See also

Authors


Report an issue
<< imdestroy Image Reading, Display and Exploration imdisplay >>