OpenCV
index
 
Name allocate ( )
Examples None available
Description Allocate required buffer with the given size. Except for creating an empty buffer, this method should not be directly used.
capture(), movie() and loadImage() methods will automatically re-allocate the actual buffer.
Syntax
allocate(width, height);
Returns None
Usage Web & Application
Related