110 likes | 256 Views
Automated Rule of Thirds Compliancy. Sam Olver Sucheth Suresh. Rule of Thirds Overview. The “Rule of Thirds” grid divides a photograph horizontally and vertically into thirds A viewer’s eyes are naturally drawn to the four intersections created by the grid
E N D
Automated Rule of Thirds Compliancy Sam Olver Sucheth Suresh
Rule of Thirds Overview • The “Rule of Thirds” grid divides a photograph horizontally and vertically into thirds • A viewer’s eyes are naturally drawn to the four intersections created by the grid • Aligning the subject of the photo to one of these intersections results in a more balanced looking image http://upload.wikimedia.org/wikipedia/commons/c/ce/Rivertree_thirds_md.gif
Correcting Images to Follow the Rule of Thirds • Simplest method: Cropping • Results in loss of photo elements • Our method: Seam Carving • Remove seams on one side of a feature point (vertically and horizontally) to shift it to a rule of thirds intersection
Our Goal • Input a photograph containing a single face • Find locations of the subject’s eyes (or face center if eyes are undetectable) • Determine the minimum distance between a feature point and a rule of thirds intersection • Run the seam-carving algorithm to shift the feature point to the intersection
Implementation MATLAB Computer Vision System Toolbox Seam Carving for Content-Aware Image Resizing by Shai Avidan and Ariel Shamir
Good Results Input Image Output Image
More Good Results Input Image Output Image
Not So Good Results Input Image Output Image
More Advanced Applications • Automated profile picture correction • Manual image cropping, then automatic readjustment to follow the rule of thirds
Limitations • Unreliability in detecting feature points (eyes, face) • Large amounts of seam carving distorts the image
Summary • The rule of thirds is one of the core fundamentals that every photographer tries to follow. • This is an application that helps photographers adhere to this rule. • It has the potential to improve the quality of millions of images that are being uploaded on the web. Feel free to visit the project website: http://ruleofthirdsproject.wordpress.com