摘要: https://zhuanlan.zhihu.com/p/38942460 发现这个挺好玩,有空学习一下 阅读全文
posted @ 2019-03-08 17:14 katago 阅读(224) 评论(0) 推荐(0)
摘要: 适合做图像变形和融合 http://www.i-chips.co.jp/products/ma_non-deployment/c786.html 下面视频其实用了2个芯片,其中IP00C733用原始信号做切割,并加入overlap area 然后再给786做变形和融合 https://www.youtube.com/watch?v=q4SJkGb9kdo#action=share 阅读全文
posted @ 2019-03-08 17:05 katago 阅读(818) 评论(0) 推荐(0)
摘要: 编写Toolchain-aarch64.cmake文件,内容如下: # this is required SET(CMAKE_SYSTEM_NAME Linux) # 必须 set(CMAKE_SYSROOT /opt/rootfs-s5p6818) # specify the cross compiler # toolchain root # https://... 阅读全文
posted @ 2019-03-08 15:48 katago 阅读(725) 评论(0) 推荐(0)