• Stars
    star
    1
  • Language
    C++
  • License
    MIT License
  • Created almost 4 years ago
  • Updated about 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Compiled list of LeetCode solutions in C++17.

More Repositories

1

Go-Microservices

Simple example of adopting repository-service pattern with CRUD operations on a MySQL db in Go
Go
17
star
2

Sleeping-Teaching-Assistant

OS Project: Sleeping Teaching Assistant using mutex locks and semaphores.
C
9
star
3

TinyImageNet-KaggleCompetition

Assignment 3 of Machine Learning Course: miniature of ImageNet classification challenge
Python
7
star
4

Arm-Tracker

Amr-Tracker: [Computer Vision Project] is a program that detects Hands in a ROI (lower 2/3) of the frame, masks out the background using our color-space for the skin tone. After masking out, it draws its contours within our certain threshold to remove noise, and then draws the convex hull around the extreme points to have a better representation of the hand. It calculates the centroid of the contours of the detected object and tracks its path within the surrounding pixels, leaving a fading tracking line
C++
5
star
5

Go-Datastructures

Basic Implementation of Data-structures in Go
Go
4
star
6

Eye-Of-The-Dagu

CS439L: Embedded Systems Lab - Helper script for visual color-segmentation on the Raspberry Pi with the mounted camera for those who need a specific range for HSV color space. HSV Hue (0-180), Saturation (0-255), Value/Brightness (0-255)
Python
2
star
7

Distributed-Systems

Using the UNIX sockets and UDP to implement a request-reply protocol in a distributed system.
C++
1
star
8

Image-Processing

C++ Program that takes input image from the User and can do multiple processing based on User's input. 1) Geometry (Translation, Rotation, Scaling) 2) GrayScale (PowerLaw, ImageNegative, LogTransformation) 3) Histogram Equalization
C++
1
star