OpenCV
index
 
Name dispose ( )
Examples None available
Description Forget all OpenCV resources. This method is automatically called by Processing when the PApplet shuts down.
Syntax
dispose();
Returns None
Usage Web & Application
Related