😎 A Collection of Awesome NCNN-based Projects
Practical, Easy-to-copy CMake examples
《30天自制操作系统》在Linux下的实践
Lightweight Mat and imread()/imwrite()/imshow()
Pascal VOC BBox Viewer
Image processing library for learning purpose
Build with CMake like a rocket!
Implement ARM NEON intrinsics in C++
Visual comparison for YUV and JPG/PNG images.
Python Re-implementation of kevinlin311tw/caffe-cvprw15
在 vim 里先对路径设定: set tags=tags; set autochdir
然后在工程顶层目录下递归地生成 ctags 文件: ctags -R
打开一个 source file,比如其中调用了一个函数 my_func(),那么光标移动到 my_func() 上,用 Ctrl+] 跳转到定义;返回则使用 Ctrl+t,类似于压栈弹栈。