How to obtain an homography from a single soccer image?Antipodal distance (or polygon fetch or polygon...
Badly designed reimbursement form. What does that say about the company?
Why would you use 2 alternate layout buttons instead of 1, when only one can be selected at once
What is the smallest molar volume?
How can guns be countered by melee combat without raw-ability or exceptional explanations?
What's the function of the word "ли" in the following contexts?
Cryptic cross... with words
Including proofs of known theorems in master's thesis
Can you say "leftside right"?
How can changes in personality/values of a person who turned into a vampire be explained?
Do the speed limit reductions due to pollution also apply to electric cars in France?
Can I do anything else with aspersions other than cast them?
80-bit collision resistence because of 80-bit x87 registers?
Is there any danger of my neighbor having my wife's signature?
Do these large-scale, human power-plant-tending robots from the Matrix movies have a name, in-universe or out?
Build ASCII Podiums
Minimum Viable Product for RTS game?
Is Screenshot Time-tracking Common?
Is it common to refer to someone as "Prof. Dr. [LastName]"?
Checking if an integer permutation is cyclic in Java
Integral problem. Unsure of the approach.
How to store all ctor parameters in fields
UK visa start date and Flight Depature Time
What is the reward?
typeof generic and casted type
How to obtain an homography from a single soccer image?
Antipodal distance (or polygon fetch or polygon diameter) for concave polygonsDoes spherical equilateral triangle T contain point P?lat/lon of intersection between line of sight from a given lat/lon and altitude above groundUsing geodatabase for processing 7200 polylines?Get LineString length in meters (Python, GEODjango)Find rectangle around point with python?Patch processing of multiple HDF5 files using Python and Gdal (gdalwarp)Python GDAL: How to obtain dx/dy/residual errors for GCPs after gdalwarp usageAdding graticule overlay to satellite imageHow to get the selected value in a value map with Function Editor in QGIS 3.0.2?
I am trying to obtain an Homography of a soccer image shot by a broadcasting camera. The original picture:
I then proceed to find field lines, resulting in the following:
From what I understand, at least 4 points need to be detected. From the detected line, I should easily obtain 4 points by intersection of the lines. (I will extend the detected lines so they actually intersect)
The detected points can then be projected to another image. Since I do not have another image, I believe I should use a field model, like the one below.
Since field dimensions are known, every intersection point of the field model in world coordinates are known. For example: the middle of the field can be set to (0,0) (in meters). The top right of the field will then be (52.5,34) (in meters).
Now how do I set those world coordinates on the image?
python opencv
New contributor
add a comment |
I am trying to obtain an Homography of a soccer image shot by a broadcasting camera. The original picture:
I then proceed to find field lines, resulting in the following:
From what I understand, at least 4 points need to be detected. From the detected line, I should easily obtain 4 points by intersection of the lines. (I will extend the detected lines so they actually intersect)
The detected points can then be projected to another image. Since I do not have another image, I believe I should use a field model, like the one below.
Since field dimensions are known, every intersection point of the field model in world coordinates are known. For example: the middle of the field can be set to (0,0) (in meters). The top right of the field will then be (52.5,34) (in meters).
Now how do I set those world coordinates on the image?
python opencv
New contributor
Any particiular place are you looking at ? Are you collect all of the soccer stadiums ?
– PROBERT
2 mins ago
add a comment |
I am trying to obtain an Homography of a soccer image shot by a broadcasting camera. The original picture:
I then proceed to find field lines, resulting in the following:
From what I understand, at least 4 points need to be detected. From the detected line, I should easily obtain 4 points by intersection of the lines. (I will extend the detected lines so they actually intersect)
The detected points can then be projected to another image. Since I do not have another image, I believe I should use a field model, like the one below.
Since field dimensions are known, every intersection point of the field model in world coordinates are known. For example: the middle of the field can be set to (0,0) (in meters). The top right of the field will then be (52.5,34) (in meters).
Now how do I set those world coordinates on the image?
python opencv
New contributor
I am trying to obtain an Homography of a soccer image shot by a broadcasting camera. The original picture:
I then proceed to find field lines, resulting in the following:
From what I understand, at least 4 points need to be detected. From the detected line, I should easily obtain 4 points by intersection of the lines. (I will extend the detected lines so they actually intersect)
The detected points can then be projected to another image. Since I do not have another image, I believe I should use a field model, like the one below.
Since field dimensions are known, every intersection point of the field model in world coordinates are known. For example: the middle of the field can be set to (0,0) (in meters). The top right of the field will then be (52.5,34) (in meters).
Now how do I set those world coordinates on the image?
python opencv
python opencv
New contributor
New contributor
New contributor
asked 10 mins ago
Stan ZuttStan Zutt
112
112
New contributor
New contributor
Any particiular place are you looking at ? Are you collect all of the soccer stadiums ?
– PROBERT
2 mins ago
add a comment |
Any particiular place are you looking at ? Are you collect all of the soccer stadiums ?
– PROBERT
2 mins ago
Any particiular place are you looking at ? Are you collect all of the soccer stadiums ?
– PROBERT
2 mins ago
Any particiular place are you looking at ? Are you collect all of the soccer stadiums ?
– PROBERT
2 mins ago
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "79"
};
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',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Stan Zutt is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f313224%2fhow-to-obtain-an-homography-from-a-single-soccer-image%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Stan Zutt is a new contributor. Be nice, and check out our Code of Conduct.
Stan Zutt is a new contributor. Be nice, and check out our Code of Conduct.
Stan Zutt is a new contributor. Be nice, and check out our Code of Conduct.
Stan Zutt is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Geographic Information Systems Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f313224%2fhow-to-obtain-an-homography-from-a-single-soccer-image%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Any particiular place are you looking at ? Are you collect all of the soccer stadiums ?
– PROBERT
2 mins ago