Main Content
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
ImageAdapter
class, you must implement this method.blockproc
does not call theclose
method. If your image adapter opens file handles or requires other class clean-up responsibilities, then you must call theclose
method explicitly in your image processing pipeline.
Version History
Introduced in R2010a