AcharyaAditya
Master's Degree - Electrical Engineering. California State Polytechnic University, Pomona
San Francisco Bay Area
Pinned Repositories
AcharyaAditya.github.io
A sample website for learn enough CSS and layout to be dangerous
AES_Encryption_Simple
Shows the basic concept of AES encryption.
AndroidLifeCycle
Simple android life cycle
CompleteHaarFeatures
Calculates Haar like features of a 24x24 pixel image with a) Horizontal Sliding Window b) Two Section Vertical Sliding Window c) Three Section Horizontal Sliding Window d) Four Section Rectangular Window. Can be extended to any image size, image will be broken down into all possible 24x24 images before feature calculation.
DataStructures
Data Structures Implementation
HaarFeatureSimplified
Uses a 5x5 matrix to explain haar like feature calculation of a horizontal two section sliding window using integral images.
HistogramEqualization
The project takes up an image and does a RBG2GRAY conversion and then equalizes an image. It further sub divides the image into all possible 24x24 sub images. This project is a small portion of the initial processing of images for a face detection project.
Integral_Images
Calculation of Integral Image values from a given input image.
WallFollowerSearch
FaceDetection
A project for detecting faces
AcharyaAditya's Repositories
AcharyaAditya/HistogramEqualization
The project takes up an image and does a RBG2GRAY conversion and then equalizes an image. It further sub divides the image into all possible 24x24 sub images. This project is a small portion of the initial processing of images for a face detection project.
AcharyaAditya/AcharyaAditya.github.io
A sample website for learn enough CSS and layout to be dangerous
AcharyaAditya/AES_Encryption_Simple
Shows the basic concept of AES encryption.
AcharyaAditya/AndroidLifeCycle
Simple android life cycle
AcharyaAditya/CompleteHaarFeatures
Calculates Haar like features of a 24x24 pixel image with a) Horizontal Sliding Window b) Two Section Vertical Sliding Window c) Three Section Horizontal Sliding Window d) Four Section Rectangular Window. Can be extended to any image size, image will be broken down into all possible 24x24 images before feature calculation.
AcharyaAditya/DataStructures
Data Structures Implementation
AcharyaAditya/HaarFeatureSimplified
Uses a 5x5 matrix to explain haar like feature calculation of a horizontal two section sliding window using integral images.
AcharyaAditya/Integral_Images
Calculation of Integral Image values from a given input image.
AcharyaAditya/WallFollowerSearch
AcharyaAditya/CombinedHoriVertiHAAR
Consists of four types of sliding windows ; two layer horizontal and vertical, three layer horizontal and four layer rectangular with reference to the ones used in the Viola Jones object detection framework. Calculates the HAAR like features of a given 5x5 input array. Later to be expanded for a 24x24 image input.
AcharyaAditya/DroneCommandPublisher
AcharyaAditya/electron-react
AcharyaAditya/Fragments
Simple Fragments Test Android
AcharyaAditya/github-demo
A simple repo to demonstrate github
AcharyaAditya/HaarHorizontalFeatureSlidingWindow
Calculate integral values calling the Integral Image class. The feature class produces a horizontal sliding window and generates a position to lay down the window for further calculations. Calculates area of a given window.
AcharyaAditya/HaarVerticalFeatureSlidingWindow
Calculate integral values calling the Integral Image class. The feature class produces a vertical sliding window and generates a position to lay down the window for further calculations. Calculates area of a given window.The window in this particular case is a vertical window meaning that the two portions to be subtracted, to calculate the features, lay one on top of the other. The Image Area class has two functions; CalculateArea which calculates the feature areas after calling the other function of the class; Points calculate.
AcharyaAditya/Intents
AcharyaAditya/react-001
AcharyaAditya/reactHeadless
AcharyaAditya/SimpleCharacterCount
Counts the frequency of alphabets of 5 William Shakespeare plays and displays the maximum occurring alphabet.
AcharyaAditya/Spoon-Knife
This repo is for demonstration purposes only.
AcharyaAditya/starter-web
Simple starting point website project based upon Initializr
AcharyaAditya/SubImages
Image Breakdown Into 24x24 Pixels from a parent image of 256x192 Pixels
AcharyaAditya/test
test file
AcharyaAditya/website
A sample website for learn enough GIT to be dangerous