Closed TouchDeeper closed 4 years ago
1.Why are there lines between points?
I think it's simply a line plot of the residuals sorted by polar angle,
2. what is the meaning of the number in this graph?
These are just pixel coordinates of your images. I think it visualizes which parts of the image are covered by the observations used during calibration (you want good coverage of all areas).
@NikolausDemmel
I think it's simply a line plot of the residuals sorted by polar angle,
But I don't understand why there are lines between points, the reporjection error should be for a point.
These are just pixel coordinates of your images. I think it visualizes which parts of the image are covered by the observations used during calibration (you want good coverage of all areas).
But in the image used for calibration, the calibration target is not as big as the above image
But I don't understand why there are lines between points, the reporjection error should be for a point.
It's just a line plot of the individual data points. I don't think there is extra meaning (I think).
But in the image used for calibration, the calibration target is not as big as the above image
Looks to me like these are the patterns detected for ALL images used in calibration. You can somewhat make out the individual grids. If those are much bigger than you would expect from the images, then something went wrong I guess...
It's just a line plot of the individual data points. I don't think there is extra meaning (I think).
Thank you, I want to know what the line between two points meaning, if it has no meaning, there should be just points in the graph.
Looks to me like these are the patterns detected for ALL images used in calibration. You can somewhat make out the individual grids. If those are much bigger than you would expect from the images, then something went wrong I guess...
But the calibration result is close to the ground truth. It is strange.
@NikolausDemmel @floriantschopp Thanks a lot for your reply.
If lines have no specific meaning, why point A link to point B, not point C.
I think it's simply all observations sorted by polar angle (angle of viewing ray from the principle axis) and then plotted as a line plot. So A is connected to B because they are the reprojection errors of two pattern points consecutive in that (partial) ordering.
I think it's simply all observations sorted by polar angle (angle of viewing ray from the principle axis) and then plotted as a line plot. So A is connected to B because they are the reprojection errors of two pattern points consecutive in that (partial) ordering.
Thanks a lot for your reply. I think I got it.
Hello, I want to understand the meaning of each graph in the report.pdf. There are some questions: 1.Why are there lines between points?