English 中文(简体)
开放源机愿景代码,将人安置在会议室[封闭]
原标题:Open source machine vision code to locate a human in a room [closed]

我们不准许向软件图书馆、辅导、工具、书籍或其他场外资源征求建议的问题。 你可以ed问这个问题,以便用事实和引证来回答。

Closed 8 years ago.

是否有任何人看到资源,具体包括使用机器设想在房间内安置人,包括可能部分掩盖的情况? 我知道开放式电脑和其他机器设想包,但我looking想一个纸面/图书馆/编码例子,这些例子集中有力地确定一个房间里的人;这种内容很容易纳入法典,而不是一个粗略的想法,即需要几个星期或数月的拖网或加强,以从事一项合理的工作,来完成这项任务。 我更喜欢不需要双筒望远镜愿景的东西,可以与单一摄像机合作。

最佳回答

首先,请见,即。 然后,你可以找到/使用执行这种探测器培训步骤的开放式编码。 你们需要获得培训数据库,如。 INRIA 个人数据

第二:如果你需要处理部分障碍,你可能需要执行一个能够处理该问题的人体跟踪器。 Particlefil/a>可做这项工作。

如果在执行方面存在问题,你可以自由地提出更具体的问题。

问题回答

暂无回答




相关问题
Calculating corresponding pixels

I have a computer vision set up with two cameras. One of this cameras is a time of flight camera. It gives me the depth of the scene at every pixel. The other camera is standard camera giving me a ...

Image comparison algorithm

I m trying to compare images to each other to find out whether they are different. First I tried to make a Pearson correleation of the RGB values, which works also quite good unless the pictures are a ...

How to recognize rectangles in this image?

I have a image with horizontal and vertical lines. In fact, this image is the BBC website converted to horizontal and vertical lines. My problem is that I want to be able to find all the rectangles in ...

Resources for Image Recognition

I am looking for a recommendation for an introduction to image processing algorithms (face and shape recognition, etc.) and wondered if anyone had an good recommendations, either for books, ...

How to programmatically disable the auto-focus of a webcam?

I am trying to do computer vision using a webcam (the model is Hercules Dualpix). I know it is not the ideal camera to use, but I have no choice here. The problem is the auto-focus makes it hard/...

Computing object statistics from the second central moments

I m currently working on writing a version of the MATLAB RegionProps function for GNU Octave. I have most of it implemented, but I m still struggling with the implementation of a few parts. I had ...

Viola-Jones face detection claims 180k features

I ve been implementing an adaptation of Viola-Jones face detection algorithm. The technique relies upon placing a subframe of 24x24 pixels within an image, and subsequently placing rectangular ...

Face detection and comparison

I m running a small research on face detection and comparison for my article. Currently, I m using rapid face detection based on haar like features based on OpenCV cascade (I ll implement learning ...

热门标签