Creates a memory storage and returns pointer to it. Initially the storage is empty. All fields of the header, except the block_size, are set to 0.


- blockSize (Int32)
[Missing <param name="blockSize"/> documentation for "M:Emgu.CV.CvInvoke.cvCreateMemStorage(System.Int32)"]

Size of the storage blocks in bytes. If it is 0, the block size is set to default value - currently it is 64K.