문제

I'm using Background Removal wpf sample with kinect.

i want to get input from webcam instead of kinect camera.

what is the best method to implement this?

도움이 되었습니까?

해결책

The background removal with kinect is based on depth information provided by the kinect sensor. If you want to remove the background from the images provided by a webcam, the depth information is not availble and a fundamentally different approach is required.

See here to get an idea how this can be achieved.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top