Code Monkey home page Code Monkey logo

actionreclientdemo's Introduction

ActionReDemo

行为识别可视化系统的客户端

mvc模式

本客户端采用MVC模式,其中view通知controllor;controller接到通知,对应的处理函数会去调用model的方法;model完成对数据的操作之后,会通知view,view再来到model里面取数据,然后更新ui。

mvc之中,view只负责到model里面取数据然后显示出来,model里面只负责存放数据,目前不涉及到对数据的增删改,controller来控制所有的逻辑,比如播放的逻辑、对原始数据的相关处理操作等。

signal与slot(信号与槽)

这三个模块间的通信是靠pyqt5的signal与slot来实现的。当前有两对信号与槽,第一对是view与controller,当view初始化完成之后,通知controller,controller来开启计时器。 ;第二对是model与view之间的。

actionreclientdemo's People

Contributors

ggs123 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

weike382

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.