quartz/content/notes/14-computer-vision-for-p&u-computing.md
2023-04-20 10:00:36 +12:00

27 lines
804 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: "14-computer-vision-for-p&u-computing"
tags:
- info305
- lecture
---
Model-based Tracking
- Requires CAD/3D model of the scene
- Uses a prior estimate of camera position
- 3D model is projected into the cameras view for every frame, computing the visible parts of edges
- Searches in the direction of the edge normal for the nearest edge in the video image
- Hybrid tracking combining inertial sensor with model-based tracking
- Uses a textured 3D model of an urban environment
- Instead of only using edges, includes appearance of edges
- Method:
- View rendered from previous pose
- Edges are extracted from this rendered view
- Search window slides along edge normal in camera image to search for corresponding edge
- Information is then used to update camera pose