Coder Social home page Coder Social logo

Question: computing variance about chroma.js HOT 9 OPEN

dhowe avatar dhowe commented on June 3, 2024
Question: computing variance

from chroma.js.

Comments (9)

regorxxx avatar regorxxx commented on June 3, 2024 1

You can do it by yourself with the current methods, but anyway, in my fork, I'm already coding a method to compute the std deviation and also the n-most representative colors (with a configurable callback) for an array of colors. Will mention here when ready.

from chroma.js.

regorxxx avatar regorxxx commented on June 3, 2024

What do you mean by variance for a list of colors?
Distance between colors is defined totally different in different spaces and/or methods.

There is not a method in chroma.js to output a "variance" but you have multiple methods to output a distance between 2 colors which you can use for your intended usage. Which one is the mean value is up to you, and that depends on the color space.

from chroma.js.

dhowe avatar dhowe commented on June 3, 2024

So one use-case is a color-based image quad tree (like this), where, for each region of an image, you need to decide if it should be subdivided, based on how much color variance it contains.

Not sure if its in scope, but would be ideal, at least for teaching, to be able to take the list of colors extracted from the pixels in the region/channel (and possibly also a color space), and pass it to chroma to compute the variance and/or standard deviation.

from chroma.js.

regorxxx avatar regorxxx commented on June 3, 2024

Added

from chroma.js.

dhowe avatar dhowe commented on June 3, 2024

amazing - when will the next release happen ?

from chroma.js.

regorxxx avatar regorxxx commented on June 3, 2024

Just download the compiled chroma***.js files, they are always up to date. Look at the docs for info.

from chroma.js.

dhowe avatar dhowe commented on June 3, 2024

I guess I was referring to the npm version, which is currently on 2.4.2... Of course I can dl directly but I'm teaching node/npm this week, so was hoping to use chroma as an example (along with quad trees)

from chroma.js.

regorxxx avatar regorxxx commented on June 3, 2024

Fork is not published on npm.

from chroma.js.

dhowe avatar dhowe commented on June 3, 2024

is it in any cdn, other than github ?

from chroma.js.

Related Issues (20)

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.