You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently that code is in the Mary Surveillance codebase. Is that reasonable? It will get used for many other applications. Should consider extracting and placing somewhere more generic.
Might require creating some kind of inDepth and inDepthImage classes. The inDepth may not be needed since the presumption is that it is a scalar depth or range image. We need one that does RGBD streams. maybe inRGBD class. This class would then have detectors for both streams that get fused. Need to figure out how the color + depth registration should work out. Hopefully realsense does it automatically. Would be great to be an internal to camera electronics function, but I doubt it.
The text was updated successfully, but these errors were encountered:
Currently that code is in the Mary Surveillance codebase. Is that reasonable? It will get used for many other applications. Should consider extracting and placing somewhere more generic.
Might require creating some kind of inDepth and inDepthImage classes. The inDepth may not be needed since the presumption is that it is a scalar depth or range image. We need one that does RGBD streams. maybe inRGBD class. This class would then have detectors for both streams that get fused. Need to figure out how the color + depth registration should work out. Hopefully realsense does it automatically. Would be great to be an internal to camera electronics function, but I doubt it.
The text was updated successfully, but these errors were encountered: