nihui

Results 477 comments of nihui

Thanks for your contribution !

For conversion between opencv and ncnn Mat, see https://github.com/Tencent/ncnn/wiki/use-ncnn-with-opencv

please investigate sanitizer error

cmake -DCMAKE_BUILD_TYPE=debug -DNCNN_ASAN=ON -DNCNN_BUILD_TESTS=ON -DNCNN_BUILD_TOOLS=OFF -DNCNN_BUILD_EXAMPLES=OFF ..

fixed in https://github.com/Tencent/ncnn/commit/a116e005b83012846d64105ddcf2a6f0a226772d

```FATAL ERROR: pool allocator destroyed too early``` 这个已经在最新版本里修好了

不调用这句试试? ``` ncnn::destroy_gpu_instance(); ```

ncnn最新版本试了吗?