Increasing stack memory for Image Procesing (C++ O

2019-09-09 15:26发布

问题:

is there any way to increase the stack memory for image processing using C++/OpenCV interface?.... I want to load multiple images (lets say around 100 with each image of size roughly 1 MB) into memory and perform parallel computation on them using GPU.