GithubHelp home page GithubHelp logo

Hey, I am Laiba, a Software Engineer Fresh Graduate.πŸ‘©πŸ»β€πŸ’»

  • πŸ”¬ I am currently trying to have fine grip on programming problems and their solutions.

  • βš›οΈ I am also working on ReactJs.

  • πŸ₯… 2023 Goals: Level-up my problem solving skills andddπŸ‘€ some goals are best kept hidden, don't you think?πŸ˜‰

  • πŸ’πŸ» I Love to help others grow and reach their goals.

GitHub Analytics



Let's Connect


laibakamal003@gmail.com | Email @LaibaKamal13?s=09 | Twitter Laiba Kamal| LinkedIN Laiba Kamal| Hackerrank Laiba Kamal| GitHub

Typing SVG

LAIBA KAMAL's Projects

computervision-colorimage-to-grayscaleimage icon computervision-colorimage-to-grayscaleimage

To convert a colored image to grayscale, we need to apply some function on each pixel/point of the image such that we get a single value which will represent the shade of gray at that pixel. There are three methods: 1)Lightness Method: The lightness method averages the most prominent and least prominent colors: (max(R, G, B) + min(R, G, B)) / 2. 2)Average Method: The average method simply averages the values: (R + G + B) / 3. 3)Luminosity Method: The luminosity method is a more sophisticated version of the average method. It also averages the values, but it forms a weighted average to account for human perception. We’re more sensitive to green than other colors, so green is weighted most heavily. The formula for luminosity is 0.21 R + 0.72 G + 0.07 B.

csharp icon csharp

πŸ’» Web Engineering course: 1) Class notes 2) C# Basics 3) Some basic practice programs

cyberblock icon cyberblock

This is an open source repository for hacktoberfest

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.