3dtof / voxelsdk

VoxelSDK - an SDK supporting TI's 3D Time of Flight cameras
BSD 3-Clause "New" or "Revised" License
108 stars 71 forks source link

Applying filters on recorded data #63

Closed byfron closed 8 years ago

byfron commented 8 years ago

It seems that applying filters to pre-recorded VXL raw sequences is not straightforward. The FrameStreamReader class does not implement this functionality as far as I know.

hlprasu commented 8 years ago

Yes, true. It is not supported.

~ Prasad Bhat On 02-Feb-2016 2:28 AM, "byfron" notifications@github.com wrote:

It seems that applying filters to pre-recorded VXL raw sequences is not straightforward The FrameStreamReader class does not implement this functionality as far as I know

— Reply to this email directly or view it on GitHub https://github.com/3dtof/voxelsdk/issues/63.

byfron commented 8 years ago

It'd be really useful to be able to process raw vxl data as if there was a "virtual" camera so that all the regular camera parameters as well as filters can be applied.

hlprasu commented 8 years ago

Noted. Filters are possible to implement though not in the plan yet.

Parameters will be practically not possible as they are meant to influence the initial raw data itself and not subsequent processing.

On 2 February 2016 at 16:40, byfron notifications@github.com wrote:

It'd be really useful to be able to process raw vxl data as if there was a "virtual" camera so that all the regular camera parameters as well as filters can be applied.

— Reply to this email directly or view it on GitHub https://github.com/3dtof/voxelsdk/issues/63#issuecomment-178513997.

~ Prasad Bhat

byfron commented 8 years ago

Although I assume certain parameters like illumination power thresholds could be applied in pre-recorded raw data right?. At least the windows Voxel viewer gui can do this.

Thanks anyway and looking forward to those improvements.

hlprasu commented 8 years ago

In order to apply the parameters such as illumination power, we will need to fully simulate the sensor board itself which is not the target of Voxel SDK. The VXL format is a playback format and not really a simulation format.

~ Prasad Bhat On 03-Feb-2016 4:08 PM, "byfron" notifications@github.com wrote:

Although I assume certain parameters like illumination power thresholds could be applied in pre-recorded raw data right?. At least the windows Voxel viewer gui can do this.

Thanks anyway and looking forward to those improvements.

— Reply to this email directly or view it on GitHub https://github.com/3dtof/voxelsdk/issues/63#issuecomment-179158172.