Open danbz opened 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.
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
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.