Occlusion Resolving in AR
Extract depth from real objects in real time
Sort real and virtual object points according to depth, and resolve cases when they occlude one another.
Alpha-blending - display a pixel as? (real pixel) + (1- ?)(virtual pixel) where ? is a confidence value for the depth extracted.