Filtern nach
Letzte Suchanfragen

Ergebnisse für *

Es wurden 3 Ergebnisse gefunden.

Zeige Ergebnisse 1 bis 3 von 3.

Sortieren

  1. Visual Information Retrieval using Java and LIRE
    Autor*in: Lux, Mathias
    Erschienen: [2013]; © 2013
    Verlag:  Morgan & Claypool Publishers, [San Rafael]

    Visual information retrieval (VIR) is an active and vibrant research area, which attempts at providing means for organizing, indexing, annotating, and retrieving visual information (images and videos) from large, unstructured repositories. The goal... mehr

    Universität Potsdam, Universitätsbibliothek
    uneingeschränkte Fernleihe, Kopie und Ausleihe

     

    Visual information retrieval (VIR) is an active and vibrant research area, which attempts at providing means for organizing, indexing, annotating, and retrieving visual information (images and videos) from large, unstructured repositories. The goal of VIR is to retrieve matches ranked by their relevance to a given query, which is often expressed as an example image and/or a series of keywords. During its early years (1995- 2000), the research efforts were dominated by content-based approaches contributed primarily by the image and video processing community. During the past decade, it was widely recognized that the challenges imposed by the lack of coincidence between an image's visual contents and its semantic interpretation, also known as semantic gap, required a clever use of textual metadata (in addition to information extracted from the image's pixel contents) to make image and video retrieval solutions efficient and effective. The need to bridge (or at least narrow) the semantic gap has been one of the driving forces behind current VIR research. Additionally, other related research problems and market opportunities have started to emerge, offering a broad range of exciting problems for computer scientists and engineers to work on. In this introductory book, we focus on a subset of VIR problems where the media consists of images, and the indexing and retrieval methods are based on the pixel contents of those images--an approach known as content-based image retrieval (CBIR). We present an implementation-oriented overview of CBIR concepts, techniques, algorithms, and figures of merit. Most chapters are supported by examples written in Java, using Lucene (an open-source Java-based indexing and search implementation) and LIRE (Lucene Image REtrieval), an open-source Java-based library for CBIR 2. Information retrieval: selected concepts and techniques -- 2.1 Basic concepts and document representation -- 2.1.1 Vector retrieval model -- 2.2 Retrieval evaluation -- 2.3 Text information retrieval with Lucene -- 1. Introduction -- 1.1 Design challenges -- 1.2 Getting started with LIRE -- 1.2.1 Java setup -- 1.2.2 Downloading, unpacking, and running LireDemo -- 1.2.3 Indexing an image collection -- 1.2.4 Browsing the index, selecting an image, and performing a search -- 3. Visual features -- 3.1 Digital imaging in a nutshell -- 3.1.1 Digital imaging in Java -- 3.2 Global features -- 3.2.1 Color features -- 3.2.2 Texture features -- 3.2.3 Combining color and texture -- 3.3 Local features -- 3.3.1 Scale-invariant feature transform (SIFT) -- 3.3.2 Speeded-up robust features (SURF) -- 3.4 Metrics, normalization, and distance functions -- 3.5 Evaluation of visual features -- 3.5.1 Figures of merit -- 3.5.2 Datasets -- 3.5.3 Challenges -- 3.6 Feature extraction using LIRE -- 4. Indexing visual features -- 4.1 Indexing: the nai͏̈ve approach -- 4.1.1 Basic indexing and linear search in LIRE -- 4.2 Nearest-neighbor search -- 4.3 Hashing -- 4.3.1 Locality sensitive hashing -- 4.3.2 Metric spaces approximate indexing -- 4.4 Bag of visual words -- 4.4.1 Bag of visual words using LIRE -- 5. LIRE: an extensible Java CBIR library -- 5.1 Architecture and low-level features -- 5.2 Indexing and searching -- 5.3 Advanced features -- 5.3.1 Bag of visual words -- 5.3.2 Result re-ranking and filtering -- 5.4 How to apply LIRE -- 5.4.1 Scenario investigation -- 5.4.2 Benchmarking -- 5.4.3 Deployment tests and performance optimization -- 6. Concluding remarks -- 6.1 Research directions, challenges, and opportunities -- 6.2 Resources -- Bibliography -- Authors' biographies Preface -- Acknowledgments --

     

    Export in Literaturverwaltung   RIS-Format
      BibTeX-Format
    Hinweise zum Inhalt
    Quelle: Verbundkataloge
    Beteiligt: Marques, Oge (VerfasserIn)
    Sprache: Englisch
    Medientyp: Ebook
    Format: Online
    ISBN: 9781608459193
    Weitere Identifier:
    RVK Klassifikation: ST 274
    Schriftenreihe: Synthesis Lectures on Information Concepts, Retrieval, and Services ; #25
    Schlagworte: Java (Computer program language); Lucene Image REtrieval; Image processing; Picture archiving and communication systems
    Umfang: 1 Online-Ressource (114 Seiten)
    Bemerkung(en):

    Description based upon print version of record

    Also available in print.

    :

    :

    :

  2. Visual Information Retrieval using Java and LIRE
    Autor*in: Lux, Mathias
    Erschienen: [2013]; © 2013
    Verlag:  Morgan & Claypool Publishers, [San Rafael]

    Visual information retrieval (VIR) is an active and vibrant research area, which attempts at providing means for organizing, indexing, annotating, and retrieving visual information (images and videos) from large, unstructured repositories. The goal... mehr

    Staats- und Universitätsbibliothek Hamburg Carl von Ossietzky
    keine Fernleihe
    Technische Informationsbibliothek (TIB) / Leibniz-Informationszentrum Technik und Naturwissenschaften und Universitätsbibliothek
    keine Fernleihe
    Universität Potsdam, Universitätsbibliothek
    keine Fernleihe

     

    Visual information retrieval (VIR) is an active and vibrant research area, which attempts at providing means for organizing, indexing, annotating, and retrieving visual information (images and videos) from large, unstructured repositories. The goal of VIR is to retrieve matches ranked by their relevance to a given query, which is often expressed as an example image and/or a series of keywords. During its early years (1995- 2000), the research efforts were dominated by content-based approaches contributed primarily by the image and video processing community. During the past decade, it was widely recognized that the challenges imposed by the lack of coincidence between an image's visual contents and its semantic interpretation, also known as semantic gap, required a clever use of textual metadata (in addition to information extracted from the image's pixel contents) to make image and video retrieval solutions efficient and effective. The need to bridge (or at least narrow) the semantic gap has been one of the driving forces behind current VIR research. Additionally, other related research problems and market opportunities have started to emerge, offering a broad range of exciting problems for computer scientists and engineers to work on. In this introductory book, we focus on a subset of VIR problems where the media consists of images, and the indexing and retrieval methods are based on the pixel contents of those images--an approach known as content-based image retrieval (CBIR). We present an implementation-oriented overview of CBIR concepts, techniques, algorithms, and figures of merit. Most chapters are supported by examples written in Java, using Lucene (an open-source Java-based indexing and search implementation) and LIRE (Lucene Image REtrieval), an open-source Java-based library for CBIR 2. Information retrieval: selected concepts and techniques -- 2.1 Basic concepts and document representation -- 2.1.1 Vector retrieval model -- 2.2 Retrieval evaluation -- 2.3 Text information retrieval with Lucene -- 1. Introduction -- 1.1 Design challenges -- 1.2 Getting started with LIRE -- 1.2.1 Java setup -- 1.2.2 Downloading, unpacking, and running LireDemo -- 1.2.3 Indexing an image collection -- 1.2.4 Browsing the index, selecting an image, and performing a search -- 3. Visual features -- 3.1 Digital imaging in a nutshell -- 3.1.1 Digital imaging in Java -- 3.2 Global features -- 3.2.1 Color features -- 3.2.2 Texture features -- 3.2.3 Combining color and texture -- 3.3 Local features -- 3.3.1 Scale-invariant feature transform (SIFT) -- 3.3.2 Speeded-up robust features (SURF) -- 3.4 Metrics, normalization, and distance functions -- 3.5 Evaluation of visual features -- 3.5.1 Figures of merit -- 3.5.2 Datasets -- 3.5.3 Challenges -- 3.6 Feature extraction using LIRE -- 4. Indexing visual features -- 4.1 Indexing: the nai͏̈ve approach -- 4.1.1 Basic indexing and linear search in LIRE -- 4.2 Nearest-neighbor search -- 4.3 Hashing -- 4.3.1 Locality sensitive hashing -- 4.3.2 Metric spaces approximate indexing -- 4.4 Bag of visual words -- 4.4.1 Bag of visual words using LIRE -- 5. LIRE: an extensible Java CBIR library -- 5.1 Architecture and low-level features -- 5.2 Indexing and searching -- 5.3 Advanced features -- 5.3.1 Bag of visual words -- 5.3.2 Result re-ranking and filtering -- 5.4 How to apply LIRE -- 5.4.1 Scenario investigation -- 5.4.2 Benchmarking -- 5.4.3 Deployment tests and performance optimization -- 6. Concluding remarks -- 6.1 Research directions, challenges, and opportunities -- 6.2 Resources -- Bibliography -- Authors' biographies Preface -- Acknowledgments --

     

    Export in Literaturverwaltung   RIS-Format
      BibTeX-Format
    Hinweise zum Inhalt
    Quelle: Verbundkataloge
    Beteiligt: Marques, Oge (VerfasserIn)
    Sprache: Englisch
    Medientyp: Ebook
    Format: Online
    ISBN: 9781608459193
    Weitere Identifier:
    RVK Klassifikation: ST 274
    Schriftenreihe: Synthesis Lectures on Information Concepts, Retrieval, and Services ; #25
    Schlagworte: Java (Computer program language); Lucene Image REtrieval; Image processing; Picture archiving and communication systems
    Umfang: 1 Online-Ressource (114 Seiten)
    Bemerkung(en):

    Description based upon print version of record

    Also available in print.

    :

    :

    :

  3. Visual information retrieval using Java and LIRE
    Autor*in: Lux, Mathias
    Erschienen: [2013]
    Verlag:  Morgan & Claypool Publishers, [San Rafael, California]

    Universitätsbibliothek Regensburg
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Export in Literaturverwaltung   RIS-Format
      BibTeX-Format
    Hinweise zum Inhalt
    Volltext (URL des Erstveröffentlichers)
    Quelle: Verbundkataloge
    Beteiligt: Marques, Oge (Sonstige)
    Sprache: Englisch
    Medientyp: Ebook
    Format: Online
    ISBN: 9781608459186; 9781608459193
    Weitere Identifier:
    RVK Klassifikation: ST 274
    Schriftenreihe: Synthesis lectures on information concepts, retrieval, and services ; #25
    Schlagworte: Image processing / Digital techniques; Optical scanners; Java (Computer program language); Java Standard Edition 7; Lucene Image REtrieval Library; Visual Information Retrieval
    Umfang: 1 Online-Ressource (xv, 96 Seiten)
    Bemerkung(en):

    :