Skip to content

Additional Depth Modes: Subpixel, LR-check, extended-disparity support #163

@Luxonis-Brandon

Description

@Luxonis-Brandon

Start with the why:

The additional depth modes available in our framework are useful in certain scenarios, including:

  • Supporting closer-in minimum depth (by a factor of 2): Extended disparity
  • Eliminating shadowing from running disparity in only one direction: left/right check (runs disparity in both directions)
  • Allowing further maximum distance, and better accuracy w/in given range: subpixel support

Move to the how:

Analyze the memory/resource use of enabling these modes through the API, and implement such that limits are placed on other resources appropriately (e.g. fewer SHAVES available for neural compute).

Move to the what:

Support the following additional depth modes:

  • Subpixel
  • LR-check
  • Extended disparity

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions