Git Product home page Git Product logo

ugu's Introduction

UGU: Unclearness Geometry Utility

UGU is a small geometry library which implements camera, image, mesh, etc.

Features

Texture Mapping

  • in : texture-less mesh, camera parameters, (predefined UV on the mesh, optional)
  • out: textured mesh

  • Comparizon table
Vertex Color Projective UV Tile UV Triangle UV Predefined UV
Runtime Speed
Runtime Memory
UV Space Efficiency
Quality at Rendering

Dense Stereo

  • PatchMatch Stereo
    • in : rectified left and right image pair
    • out: disparity, cost, plane image, left right consistency mask, and depth (if baseline and intrinsics are avairable)
    • Speed: approx. 90 sec. with post-process for middlebury dataset third size (463 * 370)
    • Reference: Bleyer, Michael, Christoph Rhemann, and Carsten Rother. "PatchMatch Stereo-Stereo Matching with Slanted Support Windows." Bmvc. Vol. 11. 2011.

CPU Rendering

  • in : mesh, camera parameters
  • out: color, depth, normal, mask and face id
color depth
normal mask face id

Shape-from-Silhouette (SfS)

  • in : silhouettes, camera parameters
  • out: mesh

Patch-based image synthesis

  • Reference: Simakov, Denis, et al. "Summarizing visual data using bidirectional similarity." 2008 IEEE Conference on Computer Vision and Pattern Recognition. IEEE, 2008.

Dependencies

Mandatory

Optional

Build

  • git submodule update --init --recursive
    • To pull dependencies registered as git submodule.
  • Use CMake with CMakeLists.txt.
    • reconfigure.bat and rebuild.bat are command line CMake utilities for Windows 10 and Visual Studio 2017.

Data

Borrowed .obj from Zhou, Kun, et al. "TextureMontage." ACM Transactions on Graphics (TOG) 24.3 (2005): 1148-1155. for testing purposes.

ugu's People

Contributors

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