Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

image processing and gabor filtering

Status
Not open for further replies.

anto.cap_1981

Newbie level 1
Joined
Feb 9, 2010
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
italy
Activity points
1,289
Hi at all!

I 'm developing a matlab project with PRTOOLS for an university exam.

My script have to segment some images with the help of Gabor filters.
My images are RGB but there are only two predominaint colours into images: light brown and light blue.
Before to apply gabor filters I have to pre-filter images in such a way that output images are in two planes instead of three (R-G-B).

How can i do?
Any suggestions?

Thanks a lot in advance.
Bye!

Added after 18 minutes:

Another question:

if I use the following Matlab code for convert an image in the gray-scale level

Code:
[X,map] = imread(inputRGBImagePath);
outputImage = rgb2gray(map);

i can be sure of conserving the spatial feature for gabor domain?

Thanks!
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top