开发者

Video Analytics API [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 4 years ago.

Improve this question

I am looking for an analytics solution that can give me loitering detection, line crossing, and people counting.

I prefer an API over an entire software solution due to the specific requirements of the project.

I have found two companies that provide video analytics, but neither seem 开发者_开发问答to be in a hurry to give me pricing :P.

Is there any open source projects that are worth looking into? OpenCV is a bit too raw for what I want to do (well, I could use it, but then i have to write more code than I want to)

Thanks.


There isn't much out there to get your hands on outside of OpenCV or derived works. Have you looked at Emgu CV, a .Net wrapper for OpenCV? It's pretty simple to setup to do common tasks like edge detection, for example. From there, you can build some more specific algorithms to meet your needs, which is pretty much what you are going to have to do when it comes to computer vision - general solutions are too unreliable.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜