Coder Social home page Coder Social logo

liuguoyou / blending Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ajex1988/blending

0.0 1.0 0.0 37 KB

Code for the paper "A Comparative Study of Algorithms for Realtime Panoramic Video Blending"

CMake 9.16% C++ 85.26% C 0.42% Python 5.16%

blending's Introduction

Panorama Stitch Tool - Blending

A panorama stitcher based on PTGUI template.

Use PTGUI tool to generate template for static scenes. Videos are captured by a rig consisted of six gopros. Different blending algorithms are applied to the videos including feather blending, multiband blending and mean-value coordinate method.

Requirements

  • CGAL >= 4.10
  • OpenCV >= 3.2 WITH CUDA 8.0

Quick Start

You will need CMake to build the code. If you're using Windows, you need Visual Studio 2015 or 2017 in addition to CMake.

First, clone the code:

git clone https://github.com/ajex1988/blending.git
cd blending

C++ API

For macOS or Linux:

mkdir build && cd build && cmake .. && make

For Windows:

mkdir build
cd build
cmake .. -G"Visual Studio 14 2015 Win64"
MSBuild blending.sln /p:Configuration=Release

Now run some examples, such as:

bin/mvc_blender_demo

Resources

Click here to download the resources file. It contains orignal images to be stitched, a PTStitcher script file generate by PTGui tool, and the mask images generate by seam finder demo program.

You should unzip the file to /resources folder to run the demo programs under /src/examples.

blending's People

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.