Parabola Equation from its trajectory points in a Video

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
0
down vote

favorite












I have a video of an object describing a ballistic trajectory (i.e. A ball being thrown)
The video is filmed with an angle and not orthogonally to the moving object, the camera is calibrated.



I am able to register the ball centres along the frames and extract the trajectory points.



Knowing all points and that the trajectory is a parabola, is there a way to recover the parabola plane and its equation?







share|cite|improve this question



















  • Im not sure if i understand the problem completely but if you know at least 3 (x, y) coordinates of the parabola you can make a system of equations and solve.
    – Shrey Joshi
    Jul 22 at 2:03










  • Suppose i have domenica of the points in the trajectory in the Image. The Red trajectory is a parabola in real world, but since the Image is taken from an angle, It is not a parabola in the Image. From these Image coordinates, i want to extract the parabola equation.(i.stack.imgur.com/VVzBt.png)
    – Brokenp17
    Jul 23 at 9:28











  • Interesting problem. As you note, the trajectory in the image will not generally be a parabola—it will be hyperbolic unless the trajectory is parallel to the image plane. I suspect that you’ll have to use other cues in the scene, such as apparent ball size, to determine the trajectory plane uniquely. One you have that, back-mapping the data points to this plane is simple, and then you should be able to fit a parabola to the transformed points.
    – amd
    Aug 4 at 0:23














up vote
0
down vote

favorite












I have a video of an object describing a ballistic trajectory (i.e. A ball being thrown)
The video is filmed with an angle and not orthogonally to the moving object, the camera is calibrated.



I am able to register the ball centres along the frames and extract the trajectory points.



Knowing all points and that the trajectory is a parabola, is there a way to recover the parabola plane and its equation?







share|cite|improve this question



















  • Im not sure if i understand the problem completely but if you know at least 3 (x, y) coordinates of the parabola you can make a system of equations and solve.
    – Shrey Joshi
    Jul 22 at 2:03










  • Suppose i have domenica of the points in the trajectory in the Image. The Red trajectory is a parabola in real world, but since the Image is taken from an angle, It is not a parabola in the Image. From these Image coordinates, i want to extract the parabola equation.(i.stack.imgur.com/VVzBt.png)
    – Brokenp17
    Jul 23 at 9:28











  • Interesting problem. As you note, the trajectory in the image will not generally be a parabola—it will be hyperbolic unless the trajectory is parallel to the image plane. I suspect that you’ll have to use other cues in the scene, such as apparent ball size, to determine the trajectory plane uniquely. One you have that, back-mapping the data points to this plane is simple, and then you should be able to fit a parabola to the transformed points.
    – amd
    Aug 4 at 0:23












up vote
0
down vote

favorite









up vote
0
down vote

favorite











I have a video of an object describing a ballistic trajectory (i.e. A ball being thrown)
The video is filmed with an angle and not orthogonally to the moving object, the camera is calibrated.



I am able to register the ball centres along the frames and extract the trajectory points.



Knowing all points and that the trajectory is a parabola, is there a way to recover the parabola plane and its equation?







share|cite|improve this question











I have a video of an object describing a ballistic trajectory (i.e. A ball being thrown)
The video is filmed with an angle and not orthogonally to the moving object, the camera is calibrated.



I am able to register the ball centres along the frames and extract the trajectory points.



Knowing all points and that the trajectory is a parabola, is there a way to recover the parabola plane and its equation?









share|cite|improve this question










share|cite|improve this question




share|cite|improve this question









asked Jul 22 at 0:35









Brokenp17

11




11











  • Im not sure if i understand the problem completely but if you know at least 3 (x, y) coordinates of the parabola you can make a system of equations and solve.
    – Shrey Joshi
    Jul 22 at 2:03










  • Suppose i have domenica of the points in the trajectory in the Image. The Red trajectory is a parabola in real world, but since the Image is taken from an angle, It is not a parabola in the Image. From these Image coordinates, i want to extract the parabola equation.(i.stack.imgur.com/VVzBt.png)
    – Brokenp17
    Jul 23 at 9:28











  • Interesting problem. As you note, the trajectory in the image will not generally be a parabola—it will be hyperbolic unless the trajectory is parallel to the image plane. I suspect that you’ll have to use other cues in the scene, such as apparent ball size, to determine the trajectory plane uniquely. One you have that, back-mapping the data points to this plane is simple, and then you should be able to fit a parabola to the transformed points.
    – amd
    Aug 4 at 0:23
















  • Im not sure if i understand the problem completely but if you know at least 3 (x, y) coordinates of the parabola you can make a system of equations and solve.
    – Shrey Joshi
    Jul 22 at 2:03










  • Suppose i have domenica of the points in the trajectory in the Image. The Red trajectory is a parabola in real world, but since the Image is taken from an angle, It is not a parabola in the Image. From these Image coordinates, i want to extract the parabola equation.(i.stack.imgur.com/VVzBt.png)
    – Brokenp17
    Jul 23 at 9:28











  • Interesting problem. As you note, the trajectory in the image will not generally be a parabola—it will be hyperbolic unless the trajectory is parallel to the image plane. I suspect that you’ll have to use other cues in the scene, such as apparent ball size, to determine the trajectory plane uniquely. One you have that, back-mapping the data points to this plane is simple, and then you should be able to fit a parabola to the transformed points.
    – amd
    Aug 4 at 0:23















Im not sure if i understand the problem completely but if you know at least 3 (x, y) coordinates of the parabola you can make a system of equations and solve.
– Shrey Joshi
Jul 22 at 2:03




Im not sure if i understand the problem completely but if you know at least 3 (x, y) coordinates of the parabola you can make a system of equations and solve.
– Shrey Joshi
Jul 22 at 2:03












Suppose i have domenica of the points in the trajectory in the Image. The Red trajectory is a parabola in real world, but since the Image is taken from an angle, It is not a parabola in the Image. From these Image coordinates, i want to extract the parabola equation.(i.stack.imgur.com/VVzBt.png)
– Brokenp17
Jul 23 at 9:28





Suppose i have domenica of the points in the trajectory in the Image. The Red trajectory is a parabola in real world, but since the Image is taken from an angle, It is not a parabola in the Image. From these Image coordinates, i want to extract the parabola equation.(i.stack.imgur.com/VVzBt.png)
– Brokenp17
Jul 23 at 9:28













Interesting problem. As you note, the trajectory in the image will not generally be a parabola—it will be hyperbolic unless the trajectory is parallel to the image plane. I suspect that you’ll have to use other cues in the scene, such as apparent ball size, to determine the trajectory plane uniquely. One you have that, back-mapping the data points to this plane is simple, and then you should be able to fit a parabola to the transformed points.
– amd
Aug 4 at 0:23




Interesting problem. As you note, the trajectory in the image will not generally be a parabola—it will be hyperbolic unless the trajectory is parallel to the image plane. I suspect that you’ll have to use other cues in the scene, such as apparent ball size, to determine the trajectory plane uniquely. One you have that, back-mapping the data points to this plane is simple, and then you should be able to fit a parabola to the transformed points.
– amd
Aug 4 at 0:23















active

oldest

votes











Your Answer




StackExchange.ifUsing("editor", function ()
return StackExchange.using("mathjaxEditing", function ()
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
);
);
, "mathjax-editing");

StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "69"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);








 

draft saved


draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2858988%2fparabola-equation-from-its-trajectory-points-in-a-video%23new-answer', 'question_page');

);

Post as a guest



































active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes










 

draft saved


draft discarded


























 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2858988%2fparabola-equation-from-its-trajectory-points-in-a-video%23new-answer', 'question_page');

);

Post as a guest













































































Comments

Popular posts from this blog

What is the equation of a 3D cone with generalised tilt?

Color the edges and diagonals of a regular polygon

Relationship between determinant of matrix and determinant of adjoint?