Giter VIP home page Giter VIP logo

Comments (2)

LightArrowsEXE avatar LightArrowsEXE commented on September 23, 2024

I believe I rewrote that part in #56, but that was closed because I wasn't happy with my write-ups. Maybe it's time I get around to writing one I am happy with.

from guide.encode.moe.

MewX avatar MewX commented on September 23, 2024

Ah, great thanks! Looking forward to it :D

Attaching some snippets that I ended up using to compare source (8 bit), mask and filtered if that helps:

from lvsfunc import kernels, scale
... ...

src8 = core.text.Text(src8, "Source")
debanded = core.text.Text(debanded, "Filtered")

descaled_mask = scale.descale(dirtylines, height=855, kernel=kernels.Bicubic(), show_mask=True)
descaled_mask = descaled_mask.resize.Point(format=debanded.format)
descaled_mask = core.text.Text(descaled_mask, "Mask")
comparison = core.std.Interleave([src8, descaled_mask, debanded])
comparison.set_output()

from guide.encode.moe.

Related Issues (13)

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.