Image and object order rendering (original) (raw)
In computer graphics, image order algorithms iterate over the pixels in the image to be produced, rather than the elements in the scene to be rendered. Object order algorithms are those that iterate over the elements in the scene to be rendered, rather than the pixels in the image to be produced. For typical rendering applications, the scene contains many fewer elements (e.g. geometric primitives) than image pixels. In those cases, object order algorithms are usually most efficient (e.g. scan conversion or shear warp). But when the scene complexity exceeds that of the image, such as is the case often in volume rendering, then image order algorithms (e.g., ray casting) may be more efficient.
Property | Value |
---|---|
dbo:abstract | In computer graphics, image order algorithms iterate over the pixels in the image to be produced, rather than the elements in the scene to be rendered. Object order algorithms are those that iterate over the elements in the scene to be rendered, rather than the pixels in the image to be produced. For typical rendering applications, the scene contains many fewer elements (e.g. geometric primitives) than image pixels. In those cases, object order algorithms are usually most efficient (e.g. scan conversion or shear warp). But when the scene complexity exceeds that of the image, such as is the case often in volume rendering, then image order algorithms (e.g., ray casting) may be more efficient. (en) |
dbo:wikiPageID | 22883430 (xsd:integer) |
dbo:wikiPageLength | 1234 (xsd:nonNegativeInteger) |
dbo:wikiPageRevisionID | 988287492 (xsd:integer) |
dbo:wikiPageWikiLink | dbr:Geometric_primitive dbr:Computer_graphics dbc:3D_rendering dbr:Rasterisation dbr:Rendering_(computer_graphics) dbr:Volume_rendering dbr:Ray_tracing_(graphics) dbr:Pixel dbr:Algorithms |
dbp:wikiPageUsesTemplate | dbt:More_citations_needed dbt:Reflist |
dct:subject | dbc:3D_rendering |
rdfs:comment | In computer graphics, image order algorithms iterate over the pixels in the image to be produced, rather than the elements in the scene to be rendered. Object order algorithms are those that iterate over the elements in the scene to be rendered, rather than the pixels in the image to be produced. For typical rendering applications, the scene contains many fewer elements (e.g. geometric primitives) than image pixels. In those cases, object order algorithms are usually most efficient (e.g. scan conversion or shear warp). But when the scene complexity exceeds that of the image, such as is the case often in volume rendering, then image order algorithms (e.g., ray casting) may be more efficient. (en) |
rdfs:label | Image and object order rendering (en) |
owl:sameAs | freebase:Image and object order rendering wikidata:Image and object order rendering https://global.dbpedia.org/id/4nWEb |
prov:wasDerivedFrom | wikipedia-en:Image_and_object_order_rendering?oldid=988287492&ns=0 |
foaf:isPrimaryTopicOf | wikipedia-en:Image_and_object_order_rendering |
is dbo:wikiPageRedirects of | dbr:Object_order dbr:Image_order |
is dbo:wikiPageWikiLink of | dbr:Ray_casting dbr:Glossary_of_computer_graphics dbr:Object_order dbr:Computer_graphics dbr:Reflection_(computer_graphics) dbr:Rendering_(computer_graphics) dbr:Image_order |
is foaf:primaryTopic of | wikipedia-en:Image_and_object_order_rendering |