aoso3 / Real-Time-Abnormal-Events-Detection-and-Tracking-in-Surveillance-System

The main abnormal behaviors that this project can detect are: Violence, covering camera, Choking, lying down, Running, Motion in restricted areas. It provides much flexibility by allowing users to choose the abnormal behaviors they want to be detected and keeps track of every abnormal event to be reviewed. We used three methods to detect abnormal behaviors: Motion influence map, Pattern recognition models, State event model. For multi-camera tracking, we combined a single camera tracking algorithm with a spatial based algorithm.
MIT License
93 stars 31 forks source link

I can't add reference Telerik #2

Closed maacofficial closed 4 years ago

maacofficial commented 4 years ago

I added telerik reference but Telerik is not working.

maacofficial commented 4 years ago

can you share without telerik or you can share telerik dll with me?

aoso3 commented 4 years ago

This project is built using Telerik library. you have to install Telerik (and other libraries mentioned in description to be able to run it). You can install Telerik UI for WinForms from this link: https://www.telerik.com/products/winforms.aspx

maacofficial commented 4 years ago

Ok! I know telerik and how to install. i can see it in references tab but it is not working in code page. When i create new blank project, it is telerik.wincontrols is working. But in your project not working.

maacofficial commented 4 years ago

Also can i convert telerik controls to default win controls?

maacofficial commented 4 years ago

Is there another way without telerik?