danbz / volume-camera

multisensory depth-camera experiment
http://buzzo.com/building-a-volumetric-camera/
9 stars 1 forks source link

need to cull zero mesh depth data when processing depthImages using openCV routines #30

Open danbz opened 7 years ago

danbz commented 7 years ago

using Blur, etc on depthImage includes null data at edges of depth image frame, this needs to be culled before openCV processing to prevent anomalous blurred meshes being formed.

danbz commented 7 years ago

depth data image appears to be 600x 400 rather than 640 480 - creates zero data border to image that negatively affects blur and openCV operations