PencilHands
PencilHands

Reputation: 11

how to detect human body in Unity3D

I want to detect the whole human body in Unity3D is there any way to do that ? I think there is an easy way to do that in opencv. but I'am pretty new to Unity and I don't know how to use opencv in Unity3D. And can I use OpenCV in Unity3D?

Upvotes: 1

Views: 4029

Answers (2)

Muhammad Faizan Khan
Muhammad Faizan Khan

Reputation: 10551

I don't know what is the meaning "I want to detect the whole human body in Unity3D" But sure you can use openCV in unity and you require to write rapper for it and fortunately there is a paid package available at assetstore.

  1. OpenCV for unity by Enox Software

If you have time and want to avoid expensive plugin then, you can write your own integration for unity using this

  1. Using OpenCV with unity blog
  2. OpenCV + Unity3D integration
  3. OpenCV (EmguCV) integration in unity

Upvotes: 0

victor dabija
victor dabija

Reputation: 505

I don't see an easier way to do that if you are new(even if you are pro i think you would still use openCV)

You can use openCv in unity, there is an asset on asset store, it should be easy to implement and with any luck you will have an ready example for detecting a human body. Sorry to say that to you but the asset is paid.

Of course you can always integrate your openCv in Unity with your solution :)

Upvotes: 1

Related Questions