close
Class: ImageAdapter
Close ImageAdapter object
Syntax
close(adapter)
Description
close( closes the
adapter)ImageAdapter object and performs any necessary clean-up, such as closing
file handles.
Input Arguments
Tips
When you construct a class that inherits from the
ImageAdapterclass, you must implement this method.blockprocdoes not call theclosemethod. If your image adapter opens file handles or requires other class clean-up responsibilities, then you must call theclosemethod explicitly in your image processing pipeline.
Version History
Introduced in R2010a