Displaying posts filed under

Digital Image Processing

Dec
20
2009

Google goggles

Google has recently launched its latest in image search, called Google Goggles. It is an application for Android operating system that allows a user to perform searches based on images instead of text.
According to the official statement “Google Goggles works best on books & DVDs, landmarks, logos, contact info, artwork, businesses, products, barcodes, or text. [...]

Jul
26
2009

Google Image Search: New Options

Recently I noticed some new features on Google Image Search. The image search that was awesome already has added some two great new options. Whenever you search for an image, you can select a type and color.
You can select from a number of types; News, Face, Clip art, Line drawings and Photo. The filtered [...]

May
24
2009

From Rajesh Koothrappali to Tayyab Tariq in 30 lines of code

First thing, I am sorry if someone finds it offensive or racist, I just meant it to be funny and for the record, Rajesh Koothrappali is my favorite Big Band Theory character.

A friend of mine posted this picture of me on Facebook. In the same days I had studied a few topics in my [...]

Apr
6
2009

Matlab GUI: Handling User Data and Images

It is often an issue to handle user defined data when working with Matlab GUI. In this tutorial I show how to share user data among functions and how to handle Images.
 
 
 
Share on Facebook

Apr
6
2009

Creating Matlab GUI: The basics

Matlab is a very useful tool for doing a number of things and to a number of people especially researchers due to its very short development time. Having a command line driven interface however can be unlikable at times. Matlab however provides a great GUI interface and tolls to  create the GUIs.
Here is a simple [...]