Giter Site home page Giter Site logo

wuyou33 / acc16 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from huanyud/acc16

1.0 1.0 0.0 1.44 MB

Matlab code for our ACC 2016 paper "A Multi-Resolution Approach for Discovery and 3D Modeling of Archaeological Sites Using Satellite Imagery and a UAV-borne Camera"

MATLAB 99.89% M 0.11%

acc16's Introduction

acc16

A simulation of the path planning algorithm in our ACC 2016 paper.

Algorithms

greedy_algo.m implements the algorithm in "A multi-resolution approach for discovery and 3D modeling of archaeological sites using satellite imagery and a UAV-borne camera" by H. Ding, E. Cristofalo, J. Wang, D.A. Castanon, E. Montijano, V. Saligrama, and M. Schwager, American Control Conference (ACC), 2016.

benchmark_naive_algo.m implements a simple greedy benchmark algorithm described in the paper above.

tsiligirides_algo.m implements the algorithm in "Heuristic methods applied to orienteering" by T. Tsiligirides, Journal of the Operational Research Society, vol. 35, no. 9, , pp. 797-809, 1984.

glv_algo.m implements the algorithm in "The orienteering problem" by B.L. Golden, L. Levy, and R. Vohra, Naval Research Logistics, vol. 34, no. 3, pp. 307–318, 1987.

CGW_algorithm/cgw_algo.m implements the algorithm in "A fast and effective heuristic for the orienteering problem" by I.-M. Chao, B.L. Golden and E.A. Wasil, European Journal of Operational Research, vol. 88, no. 3, pp. 475–489, 1996.

pia_algo.m implements the algorithm in "The effective application of a new approach to the generalized orienteering problem" by J. Silberholz and B.L. Golden, Journal of Heuristics, vol. 16, no. 3, pp. 393–415, 2010.

Dependencies

lkh or lkh.exe

The algorithm in our ACC 2016 paper uses the Lin-Kernighan-Helsgaun (LKH) algorithm for the Traveling Salesman Problem (TSP) as a subroutine.

Please download the lkh (for Unix/Linux) or lkh.exe (for Windows) program first. See http://www.akira.ruc.dk/~keld/research/LKH/ for more information on the LKH program.

tinevez-matlab-tree

The tree data structure used in our algorithm. Please see https://github.com/tinevez/matlab-tree for more information.

How to run

Run 'main3.m'.

To run a specific algorithm, remove comments ahead of it.

acc16's People

Contributors

huanyud avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.