Bounding boxes: Difference between revisions
No edit summary |
Mr. MacKenty (talk | contribs) No edit summary |
||
Line 11: | Line 11: | ||
Bounding boxes are imaginary boxes that are around objects that are being checked for collision, like pedestrians on or close to the road, other vehicles and signs. There is a 2D coordinate system and a 3D coordinate system that are both being used. The first picture in the "Pictures" section is an example of a 3D coordinate system. | Bounding boxes are imaginary boxes that are around objects that are being checked for collision, like pedestrians on or close to the road, other vehicles and signs. There is a 2D coordinate system and a 3D coordinate system that are both being used. The first picture in the "Pictures" section is an example of a 3D coordinate system. | ||
== How does it work or a deeper look == | == How does it work or a deeper look == | ||
== Examples == | == Examples == | ||
Line 26: | Line 21: | ||
Bounding boxes are also used within many video games. In many shooters, they are known as "hit boxes" which is where the player can shoot the enemy to damage them. In the Third picture below, you see the hit boxes of the player in the popular shooter: "CS:GO." | Bounding boxes are also used within many video games. In many shooters, they are known as "hit boxes" which is where the player can shoot the enemy to damage them. In the Third picture below, you see the hit boxes of the player in the popular shooter: "CS:GO." | ||
== Pictures, diagrams == | == Pictures, diagrams == | ||
[[File:File1.jpeg|200px|thumb|left|alt text]] [[File:Ces-computer-vision-example-web.gif|200px|thumb|left|alt text]] [[File:Hqdefault.jpg|200px|thumb|left|alt text]] | [[File:File1.jpeg|200px|thumb|left|alt text]] | ||
[[File:Ces-computer-vision-example-web.gif|200px|thumb|left|alt text]] | |||
[[File:Hqdefault.jpg|200px|thumb|left|alt text]] | |||
Line 37: | Line 33: | ||
== External links == | == External links == | ||
== References == | == References == |
Revision as of 12:56, 30 January 2018
This is student work which has not yet been approved as correct by the instructor
Introduction[edit]
Bounding boxes are imaginary boxes that are around objects that are being checked for collision, like pedestrians on or close to the road, other vehicles and signs. There is a 2D coordinate system and a 3D coordinate system that are both being used. The first picture in the "Pictures" section is an example of a 3D coordinate system.
How does it work or a deeper look[edit]
Examples[edit]
Bounding boxes are used by cars to not collide with other objects, here is a example about a car driving around with first a 2D coordinate system then a 3D coordinate system:https://www.youtube.com/watch?v=O9OMIL0NwYk
Bounding boxes are also used within many video games. In many shooters, they are known as "hit boxes" which is where the player can shoot the enemy to damage them. In the Third picture below, you see the hit boxes of the player in the popular shooter: "CS:GO."
Pictures, diagrams[edit]