Giter VIP home page Giter VIP logo

computer-vision-utils's Introduction

Computer-Vision-Utils

Repository for storing the following computer vision projects :

1. Object removal with seam carving

Script used for removing the selected object from input image by using seam carving on both horizontal/vertical axes.

alt image

Usage

# Create virtual environment
python3 -m venv venv

# Activate the environment 
source venv/bin/activate

# Install requirements 
pip install -r requirements.txt

# Remove object from picture
python seam.py --ref <image-path>

This script can also be used for content-aware image resizing.

2. Mosaic-Creator

Script that can be used to create photographic mosaic pictures based on euclidean distance between two images. The dataset used for this is Cifar10 and there are 10 categories of images available.

alt image

Usage

# Create virtual environment
python3 -m venv venv

# Activate the environment 
source venv/bin/activate

# Install requirements 
pip install -r requirements.txt

# Download and extract cifra images
./download_cifar.sh

# Create mosaic from picture
python mosaic.py --ref <image-path>

Requirements

numpy==1.14.4
opencv-python==3.4.1.15
mxnet==1.2.0
matplotlib==2.2.2

computer-vision-utils's People

Contributors

cretucalin avatar

Stargazers

 avatar  avatar  avatar

Watchers

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