存图时到一定数量后报错,大多数说法是32位VS编译器内存不够,解决方法就是改成X64平台

openCV官网也有提出该问题的,截图:

OpenCV Error: Insufficient memory (Failed to allocate 1440004 bytes) in cv::OutOfMemoryError

下边的解答是:

OpenCV Error: Insufficient memory (Failed to allocate 1440004 bytes) in cv::OutOfMemoryError

 

 意思是两种解决方法,1.减小存数据的大小;2.改为X64平台。

相关文章:

  • 2021-09-23
  • 2021-09-18
  • 2022-12-23
  • 2021-12-01
  • 2021-10-17
  • 2022-12-23
猜你喜欢
  • 2021-07-17
  • 2022-12-23
  • 2021-07-07
  • 2021-06-29
  • 2022-12-23
  • 2022-12-23
  • 2021-10-27
相关资源
相似解决方案