AW: [scilab-Users] Image processing filter?

Harald Galda, Dr. Eng. (J) haraldgalda at yahoo.com
Sun Oct 24 09:04:28 CEST 2010


Hi, 

there is nothing wrong with your Scilab, but Scilab itself does not provide 
image processing functionality. You must install a toolbox such as IPD 
(atoms.scilab.org/toolboxes/IPD/) or SIVP (atoms.scilab.org/toolboxes/SIVP/).

Harald Galda




----- Ursprüngliche Mail ----
Von: hadi motamedi <motamedi24 at gmail.com>
An: users at lists.scilab.org
Gesendet: Sonntag, den 24. Oktober 2010, 6:53:02 Uhr
Betreff: Re: [scilab-Users] Image processing filter?

On 10/23/10, Harald Galda, Dr. Eng. (J) <haraldgalda at yahoo.com> wrote:
> 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
>
>
>

Thank you for your reply. I tried to use your comment but it is returning as :
'-->FilteredImage = MaskFilter(Image, Mask);
                                        !--error 4
Undefined variable: MaskFilter
-->FilteredImage = SeparableFilter(Image, ColumnFilter, RowFilter);
                                                                !--error 4
Undefined variable: SeparableFilter'
Can you please let me know what is wrong with my SciLab?






More information about the users mailing list