mango

Results 7 comments of mango

https://mangoroom.cn/tools/auto-start-switchhost.html

https://mangoroom.cn/tools/auto-start-switchhost.html

这部分代码是作者从opencv_contirb里面抽出来修改的,需要python版本应该需要将作者这部分代码拷贝回去opencv_contirb,再自行编译输出python接口

我最近想把代码中的指令集优化部分替换成OpenCV4 的Universal intrinsics,但卡在interleavelo这里了,请问这个interleavelo操作是如下的操作吗 `// v1 = [a0, b0], v2 = [a1, b1] // res = [a0, a1]` `// v1 = [a0, b0, c0, d0], v2 = [a1, b1, c1, d1]...

您好,我测试了一些fusion,在vs上无法编译通过呢 ![image](https://user-images.githubusercontent.com/23057108/82628173-bbaf4800-9c1e-11ea-82a3-5de8c5bff2a8.png) 这么定义数组可以吗? 参数-Wno-sign-compare在vs上又是无效的

嗯嗯,我也是这么改的,算法层代码最好还是写标准的c++

I found a better way to install opencv for all platform. for github ci. you can use the vcpkg instead of your custome scripts. It's my example:[install opencv ci](https://github.com/mangosroom/install-opencv/blob/main/.github/workflows/windows.yml)