Giter Club home page Giter Club logo

camresponsetools's People

Contributors

entropy512 avatar

Watchers

 avatar

camresponsetools's Issues

Reimplement Robertson's algorithm in numpy

The OpenCV implementation is based on Robertson's 1999 paper, and lacks the enhancements from his 2003 paper

Also, it requires compiling and reinstalling all of OpenCV to make tweaks

Reimplement the algorithm using numpy operations, even if it may cost some speed

Allows:
Setting saturation/clamp limits based on darkest and lightest images. For example, S-Log3 maxes out at around 225, so the algorithm often has weird behaviors above this. Same with any algorithm that has a lower bound

Changing the scaling at each iteration to set the maximum to 1.0, instead of the middle to 0.5 - this is more consistent when trying to determine behaviors relative to sensor clip point

Calibrating R, G, and B as one unified curve (may be possible anyway by reshaping each image to a tiled representation of R, G and B in one greyscale...) since most cameras do per-channel transforms with a common curve

Enforcing monotonicity of the result after each iteration, since almost all real cameras are monotonic in response

Out of gamut input can lead to errors in response derivation

There's a citation somewhere for this, I don't remember where

Consider replacing the colored gradients in fs_gradient_capture with ones that have been desaturated somewhat

Do we even need the colors for response estimation? A pure white gradient may be better

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.