Maybe you really do run out of resources. I would recommend replacing your uchar3 and similar constructs with standard uchar4 (or uint4), fix the code accordingly and save lots of computations using 4-wide SIMD
最近在idea中使用maven对公司的项目进行install的时候老是出现系统资源不足的问题导致install失败,在网上搜...