Click here to Skip to main content
15,885,767 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hello,

I'm a new beginner to image processing in matlab.

And i want to work on image using fuzzy logic.

But problem is when i loop through whole image it takes a lot time.

Can any one provides any better way to process image using fuzzy logic.

Basically i need to to masking in matlab.

Thanks.
Posted
Comments
Kenneth Haugland 3-Mar-14 13:11pm    
Not a question, and I cant understand it anyway...
Legor 4-Mar-14 3:33am    
It would be more helpfull if you show the code relevant for your question.

In general when using Matlab you often doesnt have to loop e.g. through an image (pixel by pixel) but can make use of Matlabs ability to process a matrice "as a whole". The term for this technique is called Vectorization. See here how it may be done: http://www.mathworks.de/de/help/matlab/matlab_prog/vectorization.html
Hetal Jariwala 8-Mar-14 11:57am    
Thank You

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900