Giter VIP home page Giter VIP logo

kinovision's Introduction

KinoVision

Vision is a utility image filter for Unity that visualizes frame information.

Screen

System Requirements

Unity 2017.1.0 or later

Installation

Download one of the unitypackage files from the Releases page and import it to a project.

Visualization Modes

There are three different modes in the filter.

Depth Mode

Screen Screen

In Depth Mode, Vision visualizes the depth information of the frame with a color gradient from white (near) to red (medium) to black (far).

It retrieves depth information from the CameraDepth texture by default, or from the CameraDepthNormals texture when "Use Depth Normals" is turned on.

The "Repeat" value is used to determine the repetition of the gradient. This is useful to inspect depth difference within narrow ranges.

Normals Mode

Screen

In Normals Mode, Vision visualizes normals in the frame with a color gradient. It retrieves normals from G-buffer if it's available. In case G-buffer is not available or "Use Depth Normals" is turned on, it switches to use the CameraDepthNormals texture instead.

It shows invalid normals (length != 1.0) with red pixels when "Check Validity" is turned on.

Motion Vectors Mode

Screen

In Motion Vectors Mode, Vision visualizes motion vectors in the frame with a color gradients and arrows.

License

MIT

kinovision's People

Contributors

keijiro avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

kinovision's Issues

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.