GithubHelp home page GithubHelp logo

mros / align Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 124 KB

對齊相片,可將略為振動的相片進行對齊(切到剩下重疊部份),容忍256px誤差

CMake 2.87% C++ 92.88% C 4.24%

align's Introduction

需求

  • c++ compiler
  • cmake
  • opencv

編譯

採用cmake作為自動化工具

# 在project根目錄
mkdir build
cd build
cmake .. # 生成Makefile
make

然後就能得到執行檔 align

目前使用方式

align image1 image2 image3 .....

問題

當照片過暗時,中位數之強度為0,故根本無法辨識,致使對齊不可能,可能的解決法為將分隔設為四分之一

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.