gravatar

Aditi3110

aditi tiwari

Recently Published

Linear Algebra Functions
The purpose of this project is to create a repository of functions for commonly used algorithms used in Linear Algebra. These include LU factorization, Cholesky factorization, QR factorization and Least Square Solution to system of Linear Equations,
Solve Rational Matrix Equation
Given a symmetrix positive definite matrix Q and a non-singular matrix L, Find symmetric positive definite solution X such that X = Q + L (X inv) L^T.
Pothole Detection Using Image Processing
The roads of Bengaluru are riddled with potholes. It would be beneficial to automate the process of detecting potholes, instead of manually looking for them. Drones can be used to collect images of roads. The purpose of this project is to build an algorithm for detecting whether there is a pothole on a road from the image of the road. We use a histogram based approach to detect potholes and image processing filters for building classification features.
Gender Detection Using Dynamic Time Warping
The purpose of this project is to build an algorithm for detecting the gender of a person from the image of his/her face. It uses a novel Dynamic Time Warping distance metric to classify images.