Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 359 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 359 Bytes

Simple CBIR System

数字图像处理课程项目

请务必将您的SSH Key添加到您的Github用户设置中去,以避免submodule下载失败

git clone git@github.com:LionTao/SimpleCBIR.git --recursive

或者

git clone git@github.com:LionTao/SimpleCBIR.git
cd SimpleCBIR
git submodule update --init