ajay154's Stars
jysung/activity_detection
Feature Extraction for Human Activity Detection from RGBD Images
bytedeco/javacpp
The missing bridge between Java and native C++
caferyil/ctci
Cracking the Coding Interview
ajay154/My-Mini-Shell
Minishell that can executes mulipipe command and handle jobs.
careercup/ctci
Cracking the Coding Interview, 5th Edition
JaimeIvanCervantes/FaceRecognition
Face recognition written in MATLAB. This code implements Fisher's Discriminant Analysis and SVMs using LIBSVM.
abhishekmittal09/facereco
Face Recognition Tool
ranafde/FaceRecognition
FaceRecognition
sarxos/webcam-capture
The goal of this project is to allow integrated or USB-connected webcams to be accessed directly from Java. Using provided libraries users are able to read camera images and detect motion. Main project consist of several sub projects - the root one, which contains required classes, build-in webcam driver compatible with Windows, Linux and Mac OS, which can stream images as fast as your camera can serve them (up to 50 FPS). Main project can be used standalone, but user is able to replace build-in driver with different one - such as OpenIMAJ, GStreamer, V4L4j, JMF, LTI-CIVIL, FMJ, etc.