Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Concept Videos

GIS Software, Hardware, and Sources of GIS Data01:23

GIS Software, Hardware, and Sources of GIS Data

A Geographic Information System (GIS) combines specialized software and hardware to effectively manage, analyze, and present spatial and related data. GIS software includes critical functionalities such as a user interface for easy navigation, database management tools for handling spatial and attribute data, and data retrieval features for efficient access. Analytical tools transform raw data into insights, while display functions produce maps and reports in various formats for effective...
Insensitive Nuclei Enhanced by Polarization Transfer (INEPT)01:15

Insensitive Nuclei Enhanced by Polarization Transfer (INEPT)

Insensitive Nuclei Enhanced by Polarization Transfer (INEPT) is an advanced Nuclear Magnetic Resonance (NMR) technique specifically designed to detect and enhance the signals of low-abundance nuclei, such as carbon-13 and nitrogen-15, in small molecules. The fundamental principle behind INEPT is the transfer of polarization from a more abundant and highly polarizable nucleus, typically hydrogen-1, to the low-abundance nucleus of interest. This process effectively boosts the NMR signal of the...
Imaging Studies VII: Vascular Imaging01:19

Imaging Studies VII: Vascular Imaging

DefinitionRenal angiography, also known as renal arteriography, is an imaging technique used to obtain a comprehensive view of blood flow and the vascular structure of blood vessels in the kidneys and surrounding areas.PurposeRenal angiography detects blood vessel abnormalities in the kidneys, such as aneurysms, stenosis, thrombosis, vascular tumors, and renal artery stenosis. It evaluates kidney function and guides interventional treatments like angioplasty or stent placement.Pre-Procedure...
Imaging Studies I: CT and MRI01:14

Imaging Studies I: CT and MRI

Introduction: MRI and CT scans are crucial advancements in medical imaging techniques, playing a vital role in diagnosing conditions related to the gastrointestinal (GI) system. Each scan serves distinct purposes, targets specific areas, and requires unique nursing duties.
Description of the Procedures
Computed Tomography (CT) scan:
Computed Tomography (CT) scans use X-ray technology to generate detailed images of bones, organs, and tissues. During the scan, the patient lies on a moving table...
Imaging Studies II: Positron Emission Tomography and Scintigraphy01:25

Imaging Studies II: Positron Emission Tomography and Scintigraphy

Positron Emission Tomography (PET) is a medical imaging technique that provides crucial insights into the body's physiological functions at a molecular level. It is an indispensable resource for diagnosing, staging, and monitoring various illnesses, notably cancer, neurological disorders, and cardiovascular conditions.
Fundamental Principles of PET
Pivot Bearings01:23

Pivot Bearings

In mechanical systems, bearings are crucial in facilitating relative motion between two components while minimizing friction and wear. They help distribute various loads (radial, axial or a combination of both loads) across machinery parts, ensuring smooth and efficient operation.
A pivot bearing is a specialized type of bearing designed to support axial loads on a rotating shaft. The bearing surface, or the pivot, is positioned at the end of a shaft to support the axial thrust. The pivot may...

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

Analysis of Machine Learning Algorithms for Diagnosis of Diffuse Lung Diseases.

Methods of information in medicine·2019
Same author

Analysis of Machine Learning Algorithms for Diagnosis of Diffuse Lung Diseases.

Methods of information in medicine·2018
Same author

Computer-aided diagnosis of retinopathy in retinal fundus images of preterm infants via quantification of vascular tortuosity.

Journal of medical imaging (Bellingham, Wash.)·2016
Same author

Quantification of knee vibroarthrographic signal irregularity associated with patellofemoral joint cartilage pathology based on entropy and envelope amplitude measures.

Computer methods and programs in biomedicine·2016
Same author

Fuzzy membership functions for analysis of high-resolution CT images of diffuse pulmonary diseases.

Annual International Conference of the IEEE Engineering in Medicine and Biology Society. IEEE Engineering in Medicine and Biology Society. Annual International Conference·2016
Same author

Computer-aided diagnosis of plus disease in retinal fundus images of preterm infants via measurement of vessel tortuosity.

Annual International Conference of the IEEE Engineering in Medicine and Biology Society. IEEE Engineering in Medicine and Biology Society. Annual International Conference·2016

Related Experiment Video

Updated: Jul 8, 2026

Guidelines and Experience Using Imaging Biomarker Explorer (IBEX) for Radiomics
10:17

Guidelines and Experience Using Imaging Biomarker Explorer (IBEX) for Radiomics

Published on: January 8, 2018

POSTGRESQL-IE: an image-handling extension for PostgreSQL.

Denise Guliato1, Ernani V de Melo, Rangaraj M Rangayyan

  • 1Faculdade de Computação, Universidade Federal de Uberlândia, Av. João Naves de Avila, 2121, 38.400-902, Minas Gerais, Brazil. guliato@ufu.br

Journal of Digital Imaging
|January 25, 2008
PubMed
Summary

This study introduces PostgreSQL-IE, an open-source extension for PostgreSQL databases, enhancing content-based image retrieval (CBIR) capabilities. It enables efficient storage, feature extraction, and similarity searching for diverse image data, including medical images like mammograms.

More Related Videos

Introduction of an Integrated Pathology Image Management, Artificial Intelligence, and Reporting System
05:33

Introduction of an Integrated Pathology Image Management, Artificial Intelligence, and Reporting System

Published on: July 11, 2025

Related Experiment Videos

Last Updated: Jul 8, 2026

Guidelines and Experience Using Imaging Biomarker Explorer (IBEX) for Radiomics
10:17

Guidelines and Experience Using Imaging Biomarker Explorer (IBEX) for Radiomics

Published on: January 8, 2018

Introduction of an Integrated Pathology Image Management, Artificial Intelligence, and Reporting System
05:33

Introduction of an Integrated Pathology Image Management, Artificial Intelligence, and Reporting System

Published on: July 11, 2025

Area of Science:

  • Computer Science
  • Database Systems
  • Image Processing

Background:

  • Content-based image retrieval (CBIR) systems have seen increased research interest.
  • Existing CBIR systems are often application-specific, requiring tailored solutions for data management, feature extraction, indexing, and user interfaces.
  • There is a need for a flexible, open-source, and portable solution to facilitate the development of new CBIR systems.

Purpose of the Study:

  • To propose and develop an image-handling extension for the PostgreSQL relational database management system (RDBMS).
  • To create a versatile, application-independent extension named PostgreSQL-IE that enhances CBIR functionalities.
  • To validate the proposed system through a CBIR application for mammogram analysis.

Main Methods:

  • Developed PostgreSQL-IE, an extension for PostgreSQL, integrating image handling capabilities.
  • Extended the structured query language (SQL) with new functions for feature extraction, feature vector composition, and similarity queries.
  • Introduced a new image data type enabling the association of multiple images with a single attribute and combining visual features.

Main Results:

  • PostgreSQL-IE provides an open-source, portable solution for CBIR system development.
  • The extension supports creating new feature extraction procedures and combining existing features into new vectors.
  • A novel image data type allows for the integration of visual features from multiple images within a single feature vector.

Conclusions:

  • PostgreSQL-IE offers a robust framework for building diverse CBIR applications.
  • The extension simplifies the development of advanced image retrieval functionalities within a familiar RDBMS environment.
  • The mammogram analysis application demonstrates the practical utility and effectiveness of PostgreSQL-IE for specialized image retrieval tasks.