ProjectIRoniC / OpenPointMesh

Generate Point Clouds and Static Meshes from .oni files
2 stars 0 forks source link

blurry frame removal #4

Open paulwrodriguez opened 8 years ago

paulwrodriguez commented 8 years ago

As a user I would like the ability to mark blurry frames, so that the final point cloud output is more accurate.

As a developer I should be provided with a list of frames to ignore for a specific .oni file, so that I can ignore/remove blurry frames from any point clouds constructed for said .oni file.

Required functionality:

paulwrodriguez commented 8 years ago

@davchrand this means you

nicole-cranon commented 8 years ago

https://github.com/PointCloudLibrary/pcl/blob/master/visualization/tools/openni2_viewer.cpp

This viewer is based off openni2, and already has key press and mouse detection and so a good place to start.