Skip to content

Examples from the book Digital Image Processing by S. Sridhar implemented using Scilab v5.4.1

Notifications You must be signed in to change notification settings

muthmano-dev/Digital-Image-Processing-By-Sridhar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Digital Image Processing by S. Sridhar

About :

The solved examples from the book Digital Image Processing are implemeted in scilab v 5.4.1. This is a part of a Text Book Companion program under FOSSEE initiated by IIT-Bombay.

Details about the book:

Name : Digital Image Processing
Author : S.Sridhar
ISBN-13: 978-0-19-807078-8
ISBN-10: 0-19-807078-0

Getting Started :

The codes are written in Scilab Version 5.4.1 .

For installing the latest version of Scilab in any Debian based system :

$ sudo apt-get install scilab

For installing version 5.5.0 on 32-bit linux:

$ wget http://www.scilab.org/download/5.5.0/scilab-5.5.0.bin.linux-i686.tar.gz
$ cd <scilab-path>
$ tar xzvf scilab-5.5.0.bin.linux-i686.tar.gz # For 32 bits systems

For installing version 5.4.1 on 64-bit linux:

$ wget http://www.scilab.org/download/5.5.0/scilab-5.5.0.bin.linux-x86_64.tar.gz
$ cd <scilab-path>
$ tar xzvf scilab-5.5.0.bin.linux-x86_64.tar.gz # For 64 bits systems

To launch scilab :

$ cd <scilab-path>/scilab-5.5.0
$ ./bin/scilab

For installing version 5.4.1 on 32-bit linux:

$ wget http://www.scilab.org/download/5.4.1/scilab-5.4.1.bin.linux-i686.tar.gz
$ cd <scilab-path>
$ tar xzvf scilab-5.4.1.bin.linux-i686.tar.gz # For 32 bits systems

For installing version 5.4.1 on 64-bit linux:

$ wget http://www.scilab.org/download/5.4.1/scilab-5.4.1.bin.linux-x86_64.tar.gz
$ cd <scilab-path>
$ tar xzvf scilab-5.4.1.bin.linux-x86_64.tar.gz # For 64 bits systems

To launch scilab :

$ cd <scilab-path>/scilab-5.4.1
$ ./bin/scilab

For installing the development version follow this link

For manually installing the version you prefer, goto this link.

Copyright:

The copyright for all the codes belong to the FOSSEE initiated and maintained by IIT-Bombay

Author :

Muthu Kumaran

Contact:

IRC : altairpearl
email : [email protected]

About

Examples from the book Digital Image Processing by S. Sridhar implemented using Scilab v5.4.1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages