Rank: 147 based on 474 downloads (last 30 days) and 2 files submitted
photo

Image Analyst

E-mail

Personal Profile:

Ph.D. Senior Scientist in one of the world's 10 largest industrial corporations doing image analysis full time.

Professional Interests:
image analysis and processing

 

Watch this Author's files

 

Files Posted by Image View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
20 Jan 2010 Screenshot SimpleColorDetection Script to do simple color detection in RGB color space. Finds red objects in the image. Author: Image Analyst color detection, color, color classification 156 1
  • 5.0
5.0 | 3 ratings
27 Aug 2009 Screenshot BlobsDemo Image Processing Tutorial to demonstrate the basic concepts to beginner users. Author: Image Analyst demo, potw, image processing 318 13
  • 5.0
5.0 | 3 ratings
Comments and Ratings by Image View all
Updated File Comments Rating
05 Feb 2010 BlobsDemo Image Processing Tutorial to demonstrate the basic concepts to beginner users. Author: Image Analyst

Jimmy - ask in the newsgroup. Let's take this conversation there.

27 Jan 2010 BlobsDemo Image Processing Tutorial to demonstrate the basic concepts to beginner users. Author: Image Analyst

Jimmy, just paste whatever code you want into line 1076 of that app after you've deleted lines 1076-1164. Then just run it with the green triangle. You need all the rest of the code because that is the GUI. To select images, you simply click on their names in the listbox like you'd do with any app. No code is needed from you to handle clicking on a listbox - that's already done for you. Just click on the images you want to process and click the analyze button and it will analyze only those that you've clicked on.

24 Jan 2010 BlobsDemo Image Processing Tutorial to demonstrate the basic concepts to beginner users. Author: Image Analyst

Jimmy, just follow these easy step by step instructions.
1. Open both his MAGIC code and my BlobsDemo code in MATLAB.
2. Copy all of my BlobsDemo code into the clipboard.
3. Go to AnalyzeSingleImage in his code, currently line 1075, and simply delete all of that function, which means delete lines 1076 - 1164. This is just like it says to do in the comments on line 1070 and 1071 of his code.
4. Now simply paste in my BlobsDemo code.
Now it should work. Adapt my/your code in that function as you see fit.

22 Jan 2010 BlobsDemo Image Processing Tutorial to demonstrate the basic concepts to beginner users. Author: Image Analyst

Jimmy, sure - just copy the code into your own program. One way to do it might be to use this in conjunction with MAGIC (http://www.mathworks.com/matlabcentral/fileexchange/24224) which does batch processing. Just take this code and plug it into his AnalyzeSingleImage() function. Then you'll be able to select several images from your folder, and process them. Of course, my code has several things that are special for the coins image and you'd have to modify several things for your images, such as the thresholds, etc.

20 Jan 2010 SimpleColorDetection Script to do simple color detection in RGB color space. Finds red objects in the image. Author: Image Analyst

The Mathworks has a LAB color space classifier demo at
http://www.mathworks.com/products/image/demos.html?file=/products/demos/shipping/images/ipexfabric.html
It's also worth looking at.

Comments and Ratings on Image's Files View all
Updated File Comment by Comments Rating
07 Feb 2010 BlobsDemo Image Processing Tutorial to demonstrate the basic concepts to beginner users. Author: Image Analyst Kumar , Smith

05 Feb 2010 BlobsDemo Image Processing Tutorial to demonstrate the basic concepts to beginner users. Author: Image Analyst Analyst, Image

Jimmy - ask in the newsgroup. Let's take this conversation there.

05 Feb 2010 SimpleColorDetection Script to do simple color detection in RGB color space. Finds red objects in the image. Author: Image Analyst Ravish

05 Feb 2010 SimpleColorDetection Script to do simple color detection in RGB color space. Finds red objects in the image. Author: Image Analyst Aldahiyat, Husam

30 Jan 2010 BlobsDemo Image Processing Tutorial to demonstrate the basic concepts to beginner users. Author: Image Analyst Jimmy

Ok let's forget about GUI, I am not even sure if I need to use it. The reason I asked if I can get more than one image read is than after I modified the code I got my the centroids of all objects in the images. The results are in vector form [x y]. For example
[29 134]. I want to make a loop going through all images and objects in them, reading those measurements. Can you give me an advice? Thank you

Top Tags Applied by Image
color, color classification, color detection, contrast stretching, demo
Files Tagged by Image View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
20 Jan 2010 Screenshot SimpleColorDetection Script to do simple color detection in RGB color space. Finds red objects in the image. Author: Image Analyst color detection, color, color classification 156 1
  • 5.0
5.0 | 3 ratings
27 Aug 2009 Screenshot BlobsDemo Image Processing Tutorial to demonstrate the basic concepts to beginner users. Author: Image Analyst demo, potw, image processing 318 13
  • 5.0
5.0 | 3 ratings
10 Aug 2006 Contrast Stretching Perform Contrast Stretching where you choose values for slopes and positive integer values. Author: James Wilcox contrast stretching, image processing, slopes, image, positive integer, image analysis 72 0
 

MATLAB Central Terms of Use

NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content. Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available via MATLAB Central. Read the complete Terms prior to use.

Contact us at files@mathworks.com