Showing posts with label MATLAB. Show all posts
Showing posts with label MATLAB. Show all posts

Image Processing - Code to filter color in MATLAB

In this post we will learn to how filter color in Matlab. Matlab provide very good Image processing tool box with many ready made functions. Here I have illustrated a very basic method to filter color in Matlab. The concept is- in the 3D matrix of RGB color space, if the value at a particular pixel have more value in Red space than blue or Green, and if it is within a tolerance value
Continue Reading

Access parallel port in MATLAB

Have you ever wondered how you can use and access parallel port using Matlab. This post give a very easy and basic method of accessing and using Parallel port using Matlab. But first of all lets learn a bit about Parallel port.
Continue Reading