Thursday, April 19, 2012

SCICBIR A CBIR system based on scilab

Content based image retrieval(CBIR) is an emerging area of research. Retrieving similar images from a given image has many applications in science engineering and medicine.
In scicbir  i have provided a basic CBIR system  in SCILAB.Please feel free to experiment with this system and develop further systems in SCILAB.
The source code is available at.
http://sourceforge.net/projects/sccilabcbir/


3 comments:

  1. can we able to use scilab as for the computerisation of research on ancient things?
    such as taking photos, scaning by leser scaner etc. and then clear the image by using scilab?

    ReplyDelete
  2. It will be perfectly possible to make such an application with scilab. But you may have to add a database support for such a big application.
    please try the scilab database module for such a database related application.
    http://atoms.scilab.org/toolboxes/scidb
    I myself has not tried the database module.But I hope it will work fine.

    ReplyDelete
  3. Being completely newbie to SCILAB i would like to know how exactly can we port the algorithm we develop for image processing.
    say using ms visual basic we select a image ,set it to chsnge grayscale values and other tweaking and get the algoritm as a .exe
    Is it possible with scilab?
    or scilab just helps to develop the algorithm ...

    ReplyDelete