Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 769 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 769 Bytes

Network Flow Tracker.

License

By Afshin Dehghan

Introduction

This MATLAB code is a modified implementation of the network flow code originally released by Hamed Pirsiavash in CVPR 2011. This code is relatively easier to use and allow one to add pairwise cost along with the observation costs. Meaning you can add cost to your edges as well as your nodes in a graph.

Contents

  1. Installation
  2. Test

Installation

  1. Get the code.
git clone [email protected]:afshindn/Network_Flow_Tracker.git
cd Network_Flow_Tracker

Test

  1. Open Matlab and set the project path to the main folder.
  2. Run main.m