labelme
labelme copied to clipboard
A image annotation software for 2D or 3D images
Hi there! Thanks for your gorgeous project. I run this project with Opencv 4.5.4 & MSVC 2017 after change the view 3D, i open the examples imgs, but the program...
释放资源问题
您好,非常感谢您的开源工作,代码简洁明了,且注释清晰完备,我从中学到很多!但是有个小疑问。关于资源释放问题。 `#include "CentralWInit2D.h" #include"Command.h" /// \brief 2d命令栈类,用于实现撤销和重做功能,继承Command类 class My::Command2D:public My::Command{ public: /// \brief 存放中心组件指针 CentralWInit2D* manager; /// \brief 记录添加标注 virtual void logAdd(int index); /// \brief 记录删除标注 virtual void logDelete(int index,int...
设计思路
你好,我想请教一下这个设计思路是从哪开始的,我想照着这个通过.ui做个其他的界面,发现发现布局控件之间交互有点难合理设计,可能也是我不是很深入了解C++QT,能否指点一下
Hi, can you update readme on how to install, how to use please?