290 likes | 448 Views
DESIGN AND IMPLEMENTATION OF ANAGLYPH MOVIE MAKER APPLICATION. RENOV YAPOLA 26406168. BACKGROUND. It’s interesting to see 2D movie in 3D illusion when the images have an depth level. Anaglyphic image illusion can be seen with cheap Anaglyphic Glasses, as filter.
E N D
DESIGN AND IMPLEMENTATION OF ANAGLYPH MOVIE MAKER APPLICATION RENOV YAPOLA 26406168
BACKGROUND • It’s interesting to see 2D movie in 3D illusion when the images have an depth level. • Anaglyphic image illusion can be seen with cheap Anaglyphic Glasses, as filter. • No need for optical gymnastic, like crossing eyes.
OBJECTIVE • Convert a movie into anaglyph movie with using just one movie as a source.
PROBLEM • How to create an anaglyph movie by using just one movie. • Transition of pixel.
ANAGLYPH IMAGING • Made of two slightly different image • The difference is in scope and color • The two images is superimposed with screen blending, then displayed.
ANAGLYPH GLASSES • Filtering some color component, so each eye only see some part of the image color. • The brain interpret this as the result of the difference in distance, thus produce an image with depth level.
METHOD TEST : TRUE ANAGLYPH • Dark Image • No Color Reproduction • Little Ghosting
METHOD TEST : GRAY ANAGLYPH • No color reproduction • Ghosting than True Anaglyph Method
METHOD TEST : COLOR ANAGLYPH • Partial color reproduction • Retinal rivalry
METHOD TEST : HALF – COLOR ANAGLYPH • Partial color reproduction (but not as good as color anaglyphs) • Less retinal rivalry than color anaglyphs
METHOD TEST : OPTIMIZED ANAGLYPH • Partial color reproduction (but not of red shades) • Almost no retinal rivalry
CONCLUSION • Color Anaglyph is the best method to produce an Anaglyphic image when the image have an object with contrast color from the background. • Gray Anaglyph and Half-color Anaglyph is the best method to produce an Anaglyphic Image with less or no Ghosting effect. • Optimized Anaglyph is the best method to produce an Anaglyphic Image with original color intact. • True Anaglyph method is not recomended because the result is dark and have Ghosting effect. • The DexterLib library used to read the video metadata, cannot read all extension of video.
SUGGESTION • Because of the usage of lots of physical memory, the video to be converted before preview must less than 1 minute. • The file produced by Avifil32 library is huge, that’s why another library must be used to produce an output file. • The algorithm used in this program is slow, so there’s need for another faster algorithm.