Monthly Archives: April 2015

Step-by-step Tutorial on Face Detection with MATLAB – Part 1

This is a step-by-step, easy to use, beginner level, and detailed tutorial for face detection with MATLAB. Let’s start!! List available devices In order to list the available webcams that can be detected and used by MATLAB do as follows: … Continue reading

Posted in Linux, Machine Learning, MATLAB, OpenCV, programming, Robotics, Ubuntu | Tagged , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , | Leave a comment

Efficient coding in MATLAB – part 1

Question: Given a matrix, test to see if any of its elements are greater than 3. Non-efficient code: More efficient code: Most efficient code: check the documents for any function. short description: Determine if any array elements are nonzero   … Continue reading

Posted in Linux, MATLAB, Optimization, programming, Software, Ubuntu | Tagged , , , , , , , , , , , , , , , , , , , , , , , , , | Leave a comment