Home

Awesome

Introduction

This is an implementation of the dominant vanishing point detection method described in the paper:

Detecting Dominant Vanishing Points In Natural Scenes with Application to Composition-Sensitive Image Retrieval. Zihan Zhou, Farshid Farhat, and James Z. Wang. IEEE Transactions on Multimedia (TMM), 2017.

Usage

References

If you use this software you have to reference ALL of these papers:

  1. Detecting Dominant Vanishing Points In Natural Scenes with Application to Composition-Sensitive Image Retrieval. Zihan Zhou, Farshid Farhat, and James Z. Wang. IEEE Transactions on Multimedia, 2017.

  2. Contour Detection and Hierarchical Image Segmentation. P. Arbelaez, M. Maire, C. Fowlkes and J. Malik. IEEE Transactions on Pattern Recognition and Machine Intelligence, Vol. 33, No. 5, pp. 898-916, May 2011.

  3. Non-iterative Approach for Fast and Accurate Vanishing Point Detection, Jean-Philippe Tardif. ICCV, 2009.

Copyright and License

Copyright 2017 Zihan Zhou

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Thanks