Hi all !
I try to filter rgb depth image of my kinect2…
for instance I would like to show rgb pixel between 1m to 3 meters from my kinect2…
I’m searching for tool wich will do it,
do you have any clue about it ?
Apparently Filters_DepthFilter.tx from kinect tools would do it, but it’s not included in the zip file…
thanks in advance !
id144
April 22, 2017, 10:38am
2
Use a the World texture as a Control texture, in your shader, set the output pixel as white when withing the range, black when out outside of it.
tobyk
April 23, 2017, 9:23pm
3
Here’s what I’ve done to filter depth in past projects. I haven’t actually done this in a while and don’t have a K2 connected at the moment so can’t remember which settings are most significant.
Kinect2DepthSet.v4p (13.6 KB)
hey !
thanks tobyk, exactly what I need.
system
Closed
April 23, 2018, 9:52pm
5
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.