Lucene Image REtrieval 0.7 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Lucene Image REtrieval 0.7 (Default branch)
# 1  
Old 10-23-2008
Lucene Image REtrieval 0.7 (Default branch)

The LIRE (Lucene Image REtrieval) library provides a simple way to create a Lucene index of image features for content-based image retrieval (CBIR), which allows searching for similar images. The used features are taken from the MPEG-7 standard: ScalableColor, ColorLayout, and EdgeHistogram. Furthermore, methods for searching the index are provided. License: GNU General Public License (GPL)Changes:
This is a major release. It fixes a lot of bugsand introduces several new features including anew descriptor, a simplified way to usedescriptors by introducing new generic searchersand indexers, as well as a generalized interfacefor image descriptors. There are also severalimprovements in indexing and search speed.Furthermore, retrieval performance was optimizedbased on the Wang 1000 data set. All new featureshave also found their way into LireDemo.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
IPROCESS(1)						      General Commands Manual						       IPROCESS(1)

NAME
iprocess - simple image processing operations SYNOPSIS
iprocess [options] inputfiles... -o outputfile DESCRIPTION
iprocess is a program for simple image processing operations. OPTIONS
--help Print help message -o %s Set output filename Image operations: --add Add two images --crop %d %d %d %d Crop an image (xmin, xmax, ymin, ymax) --flip Flip the Image (upside-down) --flop Flop the Image (left/right mirror) Output options: --filter %s %f Set the filter to use for resize --resize %d %d Resize the image to x by y pixels SEE ALSO
iconvert(1), idiff(1), igrep(1), iinfo(1), iv(1), maketx(1), oiiotool(1). AUTHOR
OpenImageIO was written by Larry Gritz and the other authors and contributors. This manual page was written by IRIE Shinsuke <irieshinsuke@yahoo.co.jp>, for the Debian project (and may be used by others). May 19, 2012 IPROCESS(1)