Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 897 Bytes

filters.computerange.rst

File metadata and controls

36 lines (27 loc) · 897 Bytes

filters.computerange

The Compute Range filter computes the range from the sensor to each of the detected returns.

Note

The Compute Range filter is specific to raw data from a particular data provider, where the sensor coordinates for each frame are encoded as regular points, and are identified by the pixel number -5.

.. embed::

Example

{
  "pipeline":[
    "input.bpf",
    {
      "type":"filters.computerange"
    },
    {
      "type":"writers.bpf",
      "filename":"output.bpf",
      "output_dims":"X,Y,Z,Range"
    }
  ]
}