Image Space Algorithms
Image Space Algorithms
(1.3 * 10^12) Object Space Algorithms Worst case might have to compare n objects with n-1 objects: Complexity = O(n^2) e.g. 1 million polygons Complexity = O(10^12)
Image space algorithms are much more efficient than object space algorithms Object space algorithms are much more functional than image space algorithms Color calculation in object space algorithms is done only one time and is retained by it but in image space algorithm the calculation once done is over written later.