Ask Your Question
0

How to detect object, ball BodyIndex Kinect V2

asked 2014-09-10 03:00:31 -0600

Hello

I am new in OpenCV . I am Kinect, Unity 3D Game Developer. I need your help. In general I want to detetc ball ( basketball, football, tennis ball is not importent and color ). In my project I get BodyIndex but ball is my body part. I must get ball as free object ( Vector3 ). After that I must import all this in Unity Engine. Any idea, tutorial can useful for me. Thanks

image description

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
2

answered 2014-09-10 12:21:39 -0600

cv::HoughCircles could be a start, maybe after subtracting the person using the pose data you got from OpenNI. But as you are using 3d Data, you should also have a look at the PCL: http://pointclouds.org/

edit flag offensive delete link more

Comments

Thanks for answer, I read a little Point Cloud Library Docs, I search lot but didn't find dll, it is only written in C++, and what about C#?

Vardan Meliksetyan gravatar imageVardan Meliksetyan ( 2014-09-11 02:04:58 -0600 )edit

The scientific work is rather done on Linux so that I don't think that there is a windows version.

FooBar gravatar imageFooBar ( 2014-09-11 03:02:22 -0600 )edit

You are OpenCV developer yes? Can we make contact?

Vardan Meliksetyan gravatar imageVardan Meliksetyan ( 2014-09-11 03:25:14 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2014-09-10 03:00:31 -0600

Seen: 1,382 times

Last updated: Sep 10 '14