A C++ Project to increase or decrease the brightness of the image at the pixel level using OpenCV.
In C programming Singly linked list is a linear data structure that has two parts one is the data part and the other is the link part that stores the address of the next node.
This Project is used to identify handwritten Digits ( MNIST Data set ) using MLP in Python Programming Language.
In this code, the user can perform all possible operations related to an array in the c++ programming language.
The guessing game is a simple game in which you have to guess the correct number. I designed this game in C++ programming language.
The packet eases your work by converting Infix expression to a corresponding Postfix expression structure in C++ and finally evaluating the result of the expression.
Using this C++ program elements can be stored using dynamic memory allocation and without acquiring extra space and only using the space needed.
A C++ Project to blur or smooth images using Homogeneous blur also known as Homogeneous Smoothing, Homogeneous Filtering and Box Blurring.
Test to speech converter with a speed and pitch control along with accent and language change option. Aimed at making websites more user friendly and accessible.
This is a peek box that is revealed in case of hover on the scrollbar. The box contains the preview of the page at that scrollHeight. Format - JAVASCRIPT,CSS Dependencies req: JQuery
There is a lack of compatibility leading to difficulty in customizing scrollbars. This is a custom JAVASCRIPT-based scrollbar to replace the browser scrollbars. It requires jquery to be added.
It is not easy to work on URLs using C++ so this project can help in developing a library in C++ for extracting URL links present in the given HTML files or codes.