<%@ page language="java" contentType="text/html" %> <%-- Include common initialisation code --%> <%@ include file="/arch/common.jsp" %> <%-- The current tab --%> <% String currentTab = "Research"; %> <%-- Content of navigation pane --%> <%@ include file="nav.jsp" %> <% showCurrentLink=true; %> <%-- Current navigation location --%> <% String currentNav = "Reports and Theses"; %> <%-- Include the code for the document header --%> <%@ include file="/arch/header.jsp" %>

Research Report CS-RR-391

<%-- Include the code for the lines and navigation --%> <%@ include file="/arch/middle.jsp" %>

Chee Un Ng and Graham R. Martin, Content-Description Interfaces for Medical Imaging (August 10, 2002).

Abstract

This report details work which has been done in the second year of the research in content-based information retrieval (CBIR) for medical images. A hierarchical data structure suitable for medical CBIR, which is a combination of XML, MPEG-7 and DICOM (where possible) has been proposed, and a prototype testbed is presented. The emphasis of the prototype system is the attribute graph, which enables the visualisation of the search results / dataset as a whole.

Download

cs-rr-391.pdf

<%-- Include the code for the document footer --%> <%@ include file="/arch/footer.jsp" %>