Volume cartography

Last updated

Volume Cartography is a computer program for locating and mapping 2-dimensional surfaces within a 3-dimensional object. [1]

Contents

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.

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 is the process of generating a photorealistic or non-photorealistic image from input data such as 3D models. The word "rendering" originally meant the task performed by an artist when depicting a real or imaginary thing. Today, to "render" commonly means to generate an image or video from a precise description using a computer program.

<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, formerly called computed axial 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. CT scanners use a rotating X-ray tube and a row of detectors placed in a gantry to measure X-ray attenuations by different tissues inside the body. The multiple X-ray measurements taken from different angles are then processed on a computer using tomographic reconstruction algorithms to produce tomographic (cross-sectional) images of a body. CT scans can be used in patients with metallic implants or pacemakers, for whom magnetic resonance imaging (MRI) is contraindicated.

<span class="mw-page-title-main">Constructive solid geometry</span> Creating a complex 3D surface or object by combining primitive objects

Constructive solid geometry is a technique used in solid modeling. Constructive solid geometry allows a modeler to create a complex surface or object by using Boolean operators to combine simpler objects, potentially generating visually complex objects by combining a few primitive ones.

<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 to 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.

<span class="mw-page-title-main">Ein Gedi</span> Oasis and archaeological site in Israel

Ein Gedi, also spelled En Gedi, meaning "spring of the kid", is an oasis, an archeological site and a nature reserve in Israel, located west of the Dead Sea, near Masada and the Qumran Caves. Ein Gedi, a kibbutz, was established nearby in 1954.

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, 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, OpenGL and Vulkan 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">Subsurface scattering</span> Mechanism of light transport

Subsurface scattering (SSS), also known as subsurface light transport (SSLT), is a mechanism of light transport in which light that penetrates the surface of a translucent object is scattered by interacting with the material and exits the surface potentially at a different point. Light generally penetrates the surface and gets scattered a number of times at irregular angles inside the material before passing back out of the material at a different angle than it would have had if it had been reflected directly off the surface.

<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">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">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, also called the En-Gedi Leviticus Scroll (EGLev) 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 there is disagreement over whether the evidence from the writing itself supports that date. The 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.