Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

How can I plot axes in image like this ?

1 visualización (últimos 30 días)
mohsen r9
mohsen r9 el 26 de Jul. de 2016
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021

Respuestas (1)

Wayne Xun
Wayne Xun el 26 de Jul. de 2016
You'll have to use some sort of video tracking in order to determine object positions as they move through the video feed. Using this, keep track of three corners of the board and plot axes by drawing lines between: - each of the two points to a single point - the perpendicular to the plane defined by those three points, through a single point
Use the plot function to plot the lines onto the canvas once you have them

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by