项目作者: posgraph

项目描述 :
Source code for calculating image composition score
高级语言: Matlab
项目地址: git://github.com/posgraph/coupe.composition-score-calculator.git
创建时间: 2017-09-07T02:21:10Z
项目社区:https://github.com/posgraph/coupe.composition-score-calculator

开源协议:GNU Affero General Public License v3.0

下载


Composition Score Calculator

Introduction

This easy to use matlab project calculates an image’s composition score to measure its aesthetic quality using Deep Learning. Included is a GUI that takes an image and displays its score in a user friendly way.

Files

  • getCompScore_demo.m : Main function

    • Extract prominent line and salient object information of an input image then using these information, calculate total composition score
    • Total composition score is weighted sum of four composition guideline score (Rule of Third, Visual Balance, Diagonal Dominance, Object Size)
      Composition Score
  • getLine.m : Extract prominent line from an input image

  • getLineValue.m : Measure the composition score that is related to line information

  • CompositionDemo.m : Demo function (GUI Environment)

    • This function runs a GUI environment for calculating the composition score
      Compsition Demo GUI

Requirements

  • Matlab

License

This software is being made available under the terms in the LICENSE file.

Any exemptions to these terms requires a license from the Pohang University of Science and Technology.

Contact

Eunbin Hong (hong5827 [at] postech [dot] ac [dot] kr)

About Coupe Project

Project ‘COUPE’ aims to develop software that evaluates and improves the quality of images and videos based on big visual data. To achieve the goal, we extract sharpness, color, composition features from images and develop technologies for restoring and improving by using it. In addition, personalization technology through user preference analysis is under study.

Please checkout out other Coupe repositories in our Posgraph github organization.