Bounding boxes: Difference between revisions

From Computer Science Wiki
No edit summary
 
(13 intermediate revisions by 2 users not shown)
Line 9: Line 9:
== Introduction ==
== Introduction ==


Please write a clear, concise description of your topic here.You will likely reference your introduction from somewhere else. Please use the following syntax at the end of each of your ideas. '''IT IS CRITICAL YOU ATTRIBUTE''' others work. Your introduction should be factual. No more than 3 or 4 sentences, please. Because you are not an expert in your topic, I expect you to triangulate your information. LOTS OF LINK TO OTHER RESOURCES PLEASE!
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. [[File:File1.jpeg|200px|thumb|right|Bounding box on a road.]]
<nowiki>
<ref> the url I cited by material from </ref>
</nowiki>


== How does it work or a deeper look ==
In digital image processing, the bounding box is merely the coordinates of the rectangular border that fully encloses a digital image when it is placed over a page, a canvas, a screen or other similar bi-dimensional background.<ref>https://en.wikipedia.org/wiki/Minimum_bounding_box</ref>


* If you are discussing a THING YOU CAN TOUCH, you must explain how it works, and the parts it is made of. Google around for an "exploded technical diagram" of your thing, [http://cdiok.com/wp-content/uploads/2012/01/MRI-Technology.jpg maybe like this example of an MRI]  It is likely you will reference outside links. Please attribute your work.
== Examples ==
* If you are discussing a PROCESS OR ABSTRACT CONCEPT (like [[fuzzy logic]]) you must deeply explain how it works.


== Examples ==
Bounding boxes are used by cars to identify objects. This helps the car navigate through the world. 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 click here for a youtube clip]


Please include some example of how your concept is actually used. Your example must include WHERE it is used, and WHAT IS BENEFIT of it being used.
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]]
<br />
 
[[File:Ces-computer-vision-example-web.gif|200px|thumb|left]]  
[[File:file.gif|200px|thumb|left|alt text]]
<br />
 
[[File:Hqdefault.jpg|200px|thumb|left]]
 
<br />
 
== External links ==
 
* It would be helpful
* to include many links
* to other internet resources
* to help fellow students
* Please make sure the content is good
* and don't link to a google search results, please
 
== References ==
== References ==


<references />
<references />
 
https://www.youtube.com/watch?v=O9OMIL0NwYk&t=277s
[[Category:2018 case study]]
[[Category:2018 case study]]
[[Category:Student created article]]
[[Category:Student created article]]

Latest revision as of 15:12, 13 April 2018

Exclamation.png This is student work which has not yet been approved as correct by the instructor

Case study notes[1]

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.

Bounding box on a road.

In digital image processing, the bounding box is merely the coordinates of the rectangular border that fully encloses a digital image when it is placed over a page, a canvas, a screen or other similar bi-dimensional background.[2]

Examples[edit]

Bounding boxes are used by cars to identify objects. This helps the car navigate through the world. Here is a example about a car driving around with first a 2D coordinate system then a 3D coordinate system: click here for a youtube clip

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]


Ces-computer-vision-example-web.gif


Hqdefault.jpg


References[edit]

https://www.youtube.com/watch?v=O9OMIL0NwYk&t=277s