Volume cartography

Last updated

Volume Cartography is the name of a computer program for locating and mapping 2-dimensional surfaces within a 3-dimensional object. [1] X-rays can reveal minute details of what is in an object, [2] [3] and computer program such as Volume Cartography can organize the images into layers, a process called volume rendering.

Contents

Burned scrolls

Ein Gedi is a community that was destroyed by fire during the reign of the Byzantine emperor Justinian in the 6th century AD. [4] The burning of the Ein Gedi synagogue reduced its scrolls on parchment to lumps of charcoal. The burned scrolls were discovered by archaeologists during an excavation in 1970. They were so fragile that they disintegrated whenever touched. Various attempts were made to mechanically unwind and read the scrolls, but the scrolls were too delicate.

In 2016, W. Brent Seales, a researcher at the University of Kentucky, created a set of computer programs called Volume Cartography to reconstruct the layers of text in a digital X-ray image of the one of the scrolls, known as the En-Gedi Scroll. [5] [6]

Process

Related Research Articles

<span class="mw-page-title-main">Rendering (computer graphics)</span> Process of generating an image from a model

Rendering or image synthesis is the process of generating a photorealistic or non-photorealistic image from a 2D or 3D model by means of a computer program. The resulting image is referred to as the render. Multiple models can be defined in a scene file containing objects in a strictly defined language or data structure. The scene file contains geometry, viewpoint, texture, lighting, and shading information describing the virtual scene. The data contained in the scene file is then passed to a rendering program to be processed and output to a digital image or raster graphics image file. The term "rendering" is analogous to the concept of an artist's impression of a scene. The term "rendering" is also used to describe the process of calculating effects in a video editing program to produce the final video output.

<span class="mw-page-title-main">Scanning electron microscope</span> Electron microscope where a small beam is scanned across a sample

A scanning electron microscope (SEM) is a type of electron microscope that produces images of a sample by scanning the surface with a focused beam of electrons. The electrons interact with atoms in the sample, producing various signals that contain information about the surface topography and composition of the sample. The electron beam is scanned in a raster scan pattern, and the position of the beam is combined with the intensity of the detected signal to produce an image. In the most common SEM mode, secondary electrons emitted by atoms excited by the electron beam are detected using a secondary electron detector. The number of secondary electrons that can be detected, and thus the signal intensity, depends, among other things, on specimen topography. Some SEMs can achieve resolutions better than 1 nanometer.

<span class="mw-page-title-main">CT scan</span> Medical imaging procedure using X-rays to produce cross-sectional images

A computed tomography scan is a medical imaging technique used to obtain detailed internal images of the body. The personnel that perform CT scans are called radiographers or radiology technologists.

<span class="mw-page-title-main">Solid modeling</span> Set of principles for modeling solid geometry

Solid modeling is a consistent set of principles for mathematical and computer modeling of three-dimensional shapes (solids). Solid modeling is distinguished within the broader related areas of geometric modeling and computer graphics, such as 3D modeling, by its emphasis on physical fidelity. Together, the principles of geometric and solid modeling form the foundation of 3D-computer-aided design and in general support the creation, exchange, visualization, animation, interrogation, and annotation of digital models of physical objects.

<span class="mw-page-title-main">Scientific visualization</span> Interdisciplinary branch of science concerned with presenting scientific data visually

Scientific visualization is an interdisciplinary branch of science concerned with the visualization of scientific phenomena. It is also considered a subset of computer graphics, a branch of computer science. The purpose of scientific visualization is to graphically illustrate scientific data to enable scientists to understand, illustrate, and glean insight from their data. Research into how people read and misread various types of visualizations is helping to determine what types and features of visualizations are most understandable and effective in conveying information.

2.5D perspective refers to gameplay or movement in a video game or virtual reality environment that is restricted to a two-dimensional (2D) plane with little or no access to a third dimension in a space that otherwise appears to be three-dimensional and is often simulated and rendered in a 3D digital environment.

<span class="mw-page-title-main">Volume rendering</span> Representing a 3D-modeled object or dataset as a 2D projection

In scientific visualization and computer graphics, volume rendering is a set of techniques used to display a 2D projection of a 3D discretely sampled data set, typically a 3D scalar field.

The computer graphics pipeline, also known as the rendering pipeline or graphics pipeline, is a framework within computer graphics that outlines the necessary procedures for transforming a three-dimensional (3D) scene into a two-dimensional (2D) representation on a screen. Once a 3D model is generated, whether it's for a video game or any other form of 3D computer animation, the graphics pipeline converts the model into a visually perceivable format on the computer display. Due to the dependence on specific software, hardware configurations, and desired display attributes, a universally applicable graphics pipeline does not exist. Nevertheless, graphics application programming interfaces (APIs), such as Direct3D and OpenGL, were developed to standardize common procedures and oversee the graphics pipeline of a given hardware accelerator. These APIs provide an abstraction layer over the underlying hardware, relieving programmers from the need to write code explicitly targeting various graphics hardware accelerators like AMD, Intel, Nvidia, and others.

<span class="mw-page-title-main">X-ray microtomography</span> X-ray 3D imaging method

In radiography, X-ray microtomography uses X-rays to create cross-sections of a physical object that can be used to recreate a virtual model without destroying the original object. It is similar to tomography and X-ray computed tomography. The prefix micro- is used to indicate that the pixel sizes of the cross-sections are in the micrometre range. These pixel sizes have also resulted in creation of its synonyms high-resolution X-ray tomography, micro-computed tomography, and similar terms. Sometimes the terms high-resolution computed tomography (HRCT) and micro-CT are differentiated, but in other cases the term high-resolution micro-CT is used. Virtually all tomography today is computed tomography.

<span class="mw-page-title-main">Geometry processing</span>

Geometry processing is an area of research that uses concepts from applied mathematics, computer science and engineering to design efficient algorithms for the acquisition, reconstruction, analysis, manipulation, simulation and transmission of complex 3D models. As the name implies, many of the concepts, data structures, and algorithms are directly analogous to signal processing and image processing. For example, where image smoothing might convolve an intensity signal with a blur kernel formed using the Laplace operator, geometric smoothing might be achieved by convolving a surface geometry with a blur kernel formed using the Laplace-Beltrami operator.

<span class="mw-page-title-main">Coordinate-measuring machine</span> Device for measuring the geometry of objects

A coordinate measuring machine (CMM) is a device that measures the geometry of physical objects by sensing discrete points on the surface of the object with a probe. Various types of probes are used in CMMs, the most common being mechanical and laser sensors, though optical and white light sensor do exist. Depending on the machine, the probe position may be manually controlled by an operator or it may be computer controlled. CMMs typically specify a probe's position in terms of its displacement from a reference position in a three-dimensional Cartesian coordinate system. In addition to moving the probe along the X, Y, and Z axes, many machines also allow the probe angle to be controlled to allow measurement of surfaces that would otherwise be unreachable.

<span class="mw-page-title-main">3D scanning</span> Scanning of an object or environment to collect data on its shape

3D scanning is the process of analyzing a real-world object or environment to collect three dimensional data of its shape and possibly its appearance. The collected data can then be used to construct digital 3D models.

<span class="mw-page-title-main">Mesh generation</span> Subdivision of space into cells

Mesh generation is the practice of creating a mesh, a subdivision of a continuous geometric space into discrete geometric and topological cells. Often these cells form a simplicial complex. Usually the cells partition the geometric input domain. Mesh cells are used as discrete local approximations of the larger domain. Meshes are created by computer algorithms, often with human guidance through a GUI, depending on the complexity of the domain and the type of mesh desired. A typical goal is to create a mesh that accurately captures the input domain geometry, with high-quality (well-shaped) cells, and without so many cells as to make subsequent calculations intractable. The mesh should also be fine in areas that are important for the subsequent calculations.

<span class="mw-page-title-main">UV mapping</span> Process of projecting a 3D models surface to a 2D image for texture mapping

UV mapping is the 3D modeling process of projecting a 3D model's surface to a 2D image for texture mapping. The letters "U" and "V" denote the axes of the 2D texture because "X", "Y", and "Z" are already used to denote the axes of the 3D object in model space, while "W" is used in calculating quaternion rotations, a common operation in computer graphics.

<span class="mw-page-title-main">3D computer graphics</span> Graphics that use a three-dimensional representation of geometric data

3D computer graphics, sometimes called CGI, 3-D-CGI or three-dimensional computer graphics, are graphics that use a three-dimensional representation of geometric data that is stored in the computer for the purposes of performing calculations and rendering digital images, usually 2D images but sometimes 3D images. The resulting images may be stored for viewing later or displayed in real time.

<span class="mw-page-title-main">Industrial computed tomography</span> Computer-aided tomographic process

Industrial computed tomography (CT) scanning is any computer-aided tomographic process, usually X-ray computed tomography, that uses irradiation to produce three-dimensional internal and external representations of a scanned object. Industrial CT scanning has been used in many areas of industry for internal inspection of components. Some of the key uses for industrial CT scanning have been flaw detection, failure analysis, metrology, assembly analysis and reverse engineering applications. Just as in medical imaging, industrial imaging includes both nontomographic radiography and computed tomographic radiography.

<span class="mw-page-title-main">3D modeling</span> Form of computer-aided engineering

In 3D computer graphics, 3D modeling is the process of developing a mathematical coordinate-based representation of a surface of an object in three dimensions via specialized software by manipulating edges, vertices, and polygons in a simulated 3D space.

<span class="mw-page-title-main">Herculaneum papyri</span> Scrolls from ancient Italy

The Herculaneum papyri are more than 1,800 papyrus scrolls discovered in the 18th century in the Villa of the Papyri in Herculaneum. They had been carbonized when the villa was engulfed by the eruption of Mount Vesuvius in 79 AD.

<span class="mw-page-title-main">En-Gedi Scroll</span> Hebrew parchment found in 1970 at Ein Gedi, Israel

The En-Gedi Scroll is an ancient Hebrew parchment found in 1970 at Ein Gedi, Israel. Radiocarbon testing dates the scroll to the third or fourth century CE, although paleographical considerations suggest that the scrolls may date back to the first or second century CE. This scroll was discovered to contain a portion of the biblical Book of Leviticus, making it the earliest copy of a Pentateuchal book ever found in a Torah ark.

Cultural property imaging is a necessary part of long term preservation of cultural heritage. While the physical conditions of objects will change over time, imaging serves as a way to document and represent heritage in a moment in time of the life of the item. Different methods of imaging produce results that are applicable in various circumstances. Not every method is appropriate for every object, and not every object needs to be imaged by multiple methods. In addition to preservation and conservation-related concerns, imaging can also serve to enhance research and study of cultural heritage.

References

  1. "Digitally unwrapped scroll reveals earliest Old Testament scripture". Science X. September 21, 2016. Retrieved September 22, 2016.
  2. Mocella, Vito; Brun, Emmanuel; Ferrero, Claudio; Delattre, Daniel (2015). "Revealing letters in rolled Herculaneum papyri by X-ray phase-contrast imaging". Nature Communications. 6: 5895. Bibcode:2015NatCo...6.5895M. doi: 10.1038/ncomms6895 . ISSN   2041-1723. PMID   25603114.
  3. Nicholas Wade (January 20, 2015). "Unlocking Scrolls Preserved in Eruption of Vesuvius, Using X-Ray Beams". The New York Times . Retrieved September 22, 2016.
  4. Patrich, Joseph (2006-01-01). Galor, Katharina (ed.). "Agricultural Development in Antiquity: Improvements in Cultivation and Production of Balsam" in Qumran: The Site of the Dead Sea Scrolls: Archaeological Interpretations and Debates: Proceedings of a Conference held at Brown University, November 17-19, 2002. BRILL. p. 244. doi:10.1163/9789047407973. ISBN   978-90-474-0797-3.
  5. Nicholas Wade (September 21, 2016). "Modern Technology Unlocks Secrets of a Damaged Biblical Scroll". The New York Times . Retrieved September 22, 2016.
  6. Seales, W. B.; Parker, C. S.; Segal, M.; Tov, E.; Shor, P.; Porath, Y. (2016). "From damage to discovery via virtual unwrapping: Reading the scroll from En-Gedi". Science Advances. 2 (9): e1601247. Bibcode:2016SciA....2E1247S. doi:10.1126/sciadv.1601247. ISSN   2375-2548. PMC   5031465 . PMID   27679821.