Giter Club home page Giter Club logo

opensource_problems's Introduction

OpenSource_Problems

License: MIT

This repository is a mixture of different problems I have solved and want to document it. A majority of chunk would also be Leetcode Solutions.

Overview

  1. LeetCode: These are solutions to the problems I have solved on Leetcode.
  2. Matrix_Class: Here I have created my own implementation for a matrix class. More info can be found here.
  3. Circular_Buffer: This is my implementation of an overwriting Circular_Buffer. More info can be found here.
  4. Spherical Projection for Point Clouds: this is also known as Front View projection. Here, a 3D point cloud is converted into a 2D projected image. This is really useful as tried and tested deep learning techniques can now be applied on the image for varied applications like object detection and segmentation. The theory is explained in detail on my medium post here and the code can be found here.
  5. Intersection Over Union: C++ implementation of calculating IOU. It can be found here.
  6. Point in Polygon: C++ implementation of winding number algorithm to check if a point lies Inside, On or Outside a given polygon. It can be found here.
  7. Blur the Background Python implementation of a live script to blur the background using two different approaches. It can be found here.

opensource_problems's People

Contributors

anirudhtopiwala avatar

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.