摘要:
Machine learning uses two types of techniques: supervised learning, which trains a model on known input and output data so that it can predict future 阅读全文
摘要:
https://kinddragon.github.io/vld/ 安装完成后,会自动将其include目录添加到VS的附加安装目录,将其静态库目录(lib目录)添加到VS的附加库目录,无需手动添加include目录和lib目录。 In at least one C/C++ source file 阅读全文
摘要:
template<typename T> class Add { public: T add(const T& a, const T& b) { T result = a + b; return result; } }; template<> class Add<std::string> //模板特 阅读全文
摘要:
KKT条件 带有等式约束和不等式约束的凸函数优化。 LIBSVM LIBSVM is an integrated software for support vector classification, (C-SVC, nu-SVC), regression (epsilon-SVR, nu-SVR) 阅读全文
摘要:
SFM(Structure From Motion) VisualSFM:a GUI application for 3D reconstruction using structure from motion (SFM). CMVS(Clustering Views for Multi-view S 阅读全文