Giter Site home page Giter Site logo

ranged should be deprecated (again) about dcv HOT 5 OPEN

9il avatar 9il commented on August 23, 2024
ranged should be deprecated (again)

from dcv.

Comments (5)

ljubobratovicrelja avatar ljubobratovicrelja commented on August 23, 2024

If you apply this for not very contrast image, it will make it more contrast

Well, use should use histogram equalization to do that. ranged is not the right tool for contrast enhancement. There will be some more advanced methods for histogram equalization in DCV, but that's the basics.

This implicit filter functionality is bad practice

Primary use of ranged is not to adjust contrast in images. It is a simple tool, used often in signal (image) processing, in various occasions to linearly stretch the histogram. This is analogue to OpenCV's cv::normalize with norm type of NORM_MINMAX. Sorry, but ranged will not be deprecated, except mir.image can offer exactly the same functionality with as simple API.

from dcv.

9il avatar 9il commented on August 23, 2024

OK, but I am worrying that it is frequently used in DCV. BTW, I will add minmax and scale to Mir. So ranged will be optimized with this two functions.

from dcv.

ljubobratovicrelja avatar ljubobratovicrelja commented on August 23, 2024

BTW, I will add minmax to Mir and scale

This is a whole another story. If those functions are present in low-level API manor, I'm sold. We'll deprecate ranged.

Reopening, and idling until minmax and scale are present in mir. Good?

from dcv.

9il avatar 9il commented on August 23, 2024

Yep, thanks!

from dcv.

ljubobratovicrelja avatar ljubobratovicrelja commented on August 23, 2024

Np, thank you!

from dcv.

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.