AW: [scilab-Users] Image processing filter?

Harald Galda, Dr. Eng. (J) haraldgalda at yahoo.com
Sat Oct 23 19:43:47 CEST 2010


Hi,

you can apply a linear filter in the following way if you use IPD toolbox:

FilteredImage = MaskFilter(Image, Filter);                       // Filter is a 
2D matrix

FilteredImage = SeparableFilter(Image, Column, Row);    // Column and Row are 
vectors


Harald Galda



----- Ursprüngliche Mail ----
Von: hadi motamedi <motamedi24 at gmail.com>
An: users at lists.scilab.org
Gesendet: Samstag, den 23. Oktober 2010, 14:36:25 Uhr
Betreff: [scilab-Users] Image processing filter?

Dear All
Can you please let me know how can I apply my own filter to an image
(rather than trying for 'sobel' , 'gaussian' , 'laplacian' predefined
filters) ?
Thank you






More information about the users mailing list