Giter Site home page Giter Site logo

cluster_images's Introduction

cluster-image

Introduction

This program will cluster images according to shape file provided. Currently bounding box is used to mark areas from shape files

Dependencies

  1. shutil
  2. pyshp
  3. multiprocessing
  4. pexif

To install dependencies type

pip install shutil
pip install pyshp
pip install multiprocessing

To install pexif, download pexif from this link as zip and extract it to pexif folder.

If pexif is extract in C:/Downloads then run

cd C:/Downloads/pexif
python setup.py build
python setup.py install

If you have git then type

git clone https://github.com/mcbridejc/pexif.git pexif
cd pexif
python setup.py build
python setup.py install

How to run

To run this

  1. Open cmd (command prompt) or terminal and type
python cluster_im.py
  1. Provide folder containing images
  2. Provide shapefile using which images are to be clustered.

Note - Shapefiles must in Geographic coordinate system WGS84 and not UTM/Projected coordinate system.

cluster_images's People

Contributors

manishsahu53 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.