Allocate          304 modules/core/include/opencv2/core/wimage.hpp         Allocate(width, height, nchannels);
Allocate          313 modules/core/include/opencv2/core/wimage.hpp     void Allocate(int width, int height, int nchannels);
Allocate          323 modules/core/include/opencv2/core/wimage.hpp         Allocate(src.Width(), src.Height(), src.Channels());
Allocate          361 modules/core/include/opencv2/core/wimage.hpp         Allocate(width, height);
Allocate          370 modules/core/include/opencv2/core/wimage.hpp     void Allocate(int width, int height);
Allocate          380 modules/core/include/opencv2/core/wimage.hpp         Allocate(src.Width(), src.Height());
Allocate          403 modules/viz/src/shapes.cpp     cell_array->Allocate(cell_array->EstimateSize(1, polydata->GetNumberOfPoints()));
Allocate           79 modules/viz/src/vtk/vtkCloudMatSource.cpp     vertices->Allocate(vertices->EstimateSize(1, total));
Allocate          188 modules/viz/src/vtk/vtkCloudMatSource.cpp     points->Allocate((vtkIdType)cloud.total());