<< imcreatechecker Image Reading, Display and Exploration imdestroyall >>

IPCV >> Image Reading, Display and Exploration > imdestroy

imdestroy

Destroy graphic window created using imdisplay (highgui).

Syntax

imdestroy(windowname)

Parameters

windowname :

Name of the opened window.

Description

This is a special function to destroy 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
<< imcreatechecker Image Reading, Display and Exploration imdestroyall >>