Stars
A screen recorder based on Qt and FFmpeg(基于Qt+FFmpeg的录屏软件)
使用onnxruntime部署文档矫正,包括文档扭曲/模糊/阴影等情况,依然是包含C++和Python两个版本的程序
Qt添加Halcon窗体Demo(Halcon简单的灰化效果)Qt:5.6.1 MSVC2013 32bit Halcon版本:13.0(注意,这里最好是正版,或者已经破译的版本,否则会引起很多意料之外的问题)
Qt/QML wrapper library for the ZXing library. 1D/2D barcode image processing library
(CGCSTCD'2017) An easy, flexible, and accurate plate recognition project for Chinese licenses in unconstrained situations. CGCSTCD = China Graduate Contest on Smart-city Technology and Creative Design
High Performance Chinese License Plate Recognition Framework.
A small library for creating tabbed toolbars
Qt 实现的 Ribbon 风格菜单栏,基本思路是定制QTabWidget,通过QSS(样式表)实现显示样式的调整,QRibbon的原则是尽量不侵入正常业务逻辑的开发,所以在开发基于QMainWindow的程序时,可以按照正常的开发流程创建界面,创建普通的菜单栏以及菜单项及其信号槽关联,最后调用QRibbon::install(&mainWindow)函数即可自动创建出与QMainWindo…