Open links in new tab
  1. Quick start — birdseye documentation

    To debug a function: Decorate it with birdseye.eye, e.g.: The eye decorator must be applied before any other decorators, i.e. at the bottom of the list. Call the function [*]. Run birdseye or python -m birdseye …

  2. birdseye · PyPI

    birdseye is a Python debugger which records the values of expressions in a function call and lets you easily view them after the function exits. For example: You can …

  3. Bird's eye view perspective transformation from camera …

    Feb 2, 2018 · I specifically want to figure out the bird's eye perspective transformation from the camera calibration. So, How do I correct the above …

  4. Graphical Python debugger which lets you easily view …

    birdseye is a Python debugger which records the values of expressions in a function call and lets you easily view them after the function exits. For example: You can …

  5. birdseye — birdseye documentation

    birdseye is a Python debugger which records the values of expressions in a function call and lets you easily view them after the function exits. For example: You can …

  6. Tutorial on the use of Python debugging tool birdseye

    May 30, 2022 · Birdseye is a python debugger that records the values of expressions in function calls and allows you to easily view them after functions exit, for example: No matter how you run or edit the …

  7. Bird's eye view perspective transformation using OpenCV

    Oct 17, 2025 · * This code illustrates bird's eye view perspective transformation using opencv * Paper: Distance Determination for an Automobile Environment …