WorldWideScience

Sample records for gradually rendering samples

  1. A cache-friendly sampling strategy for texture-based volume rendering on GPU

    Directory of Open Access Journals (Sweden)

    Junpeng Wang

    2017-06-01

    Full Text Available The texture-based volume rendering is a memory-intensive algorithm. Its performance relies heavily on the performance of the texture cache. However, most existing texture-based volume rendering methods blindly map computational resources to texture memory and result in incoherent memory access patterns, causing low cache hit rates in certain cases. The distance between samples taken by threads of an atomic scheduling unit (e.g. a warp of 32 threads in CUDA of the GPU is a crucial factor that affects the texture cache performance. Based on this fact, we present a new sampling strategy, called Warp Marching, for the ray-casting algorithm of texture-based volume rendering. The effects of different sample organizations and different thread-pixel mappings in the ray-casting algorithm are thoroughly analyzed. Also, a pipeline manner color blending approach is introduced and the power of warp-level GPU operations is leveraged to improve the efficiency of parallel executions on the GPU. In addition, the rendering performance of the Warp Marching is view-independent, and it outperforms existing empty space skipping techniques in scenarios that need to render large dynamic volumes in a low resolution image. Through a series of micro-benchmarking and real-life data experiments, we rigorously analyze our sampling strategies and demonstrate significant performance enhancements over existing sampling methods.

  2. Screen Space Ambient Occlusion Based Multiple Importance Sampling for Real-Time Rendering

    Science.gov (United States)

    Zerari, Abd El Mouméne; Babahenini, Mohamed Chaouki

    2018-03-01

    We propose a new approximation technique for accelerating the Global Illumination algorithm for real-time rendering. The proposed approach is based on the Screen-Space Ambient Occlusion (SSAO) method, which approximates the global illumination for large, fully dynamic scenes at interactive frame rates. Current algorithms that are based on the SSAO method suffer from difficulties due to the large number of samples that are required. In this paper, we propose an improvement to the SSAO technique by integrating it with a Multiple Importance Sampling technique that combines a stratified sampling method with an importance sampling method, with the objective of reducing the number of samples. Experimental evaluation demonstrates that our technique can produce high-quality images in real time and is significantly faster than traditional techniques.

  3. Parallel rendering

    Science.gov (United States)

    Crockett, Thomas W.

    1995-01-01

    This article provides a broad introduction to the subject of parallel rendering, encompassing both hardware and software systems. The focus is on the underlying concepts and the issues which arise in the design of parallel rendering algorithms and systems. We examine the different types of parallelism and how they can be applied in rendering applications. Concepts from parallel computing, such as data decomposition, task granularity, scalability, and load balancing, are considered in relation to the rendering problem. We also explore concepts from computer graphics, such as coherence and projection, which have a significant impact on the structure of parallel rendering algorithms. Our survey covers a number of practical considerations as well, including the choice of architectural platform, communication and memory requirements, and the problem of image assembly and display. We illustrate the discussion with numerous examples from the parallel rendering literature, representing most of the principal rendering methods currently used in computer graphics.

  4. RAY TRACING RENDER MENGGUNAKAN FRAGMENT ANTI ALIASING

    Directory of Open Access Journals (Sweden)

    Febriliyan Samopa

    2008-07-01

    Full Text Available Normal 0 false false false IN X-NONE X-NONE MicrosoftInternetExplorer4 /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-qformat:yes; mso-style-parent:""; mso-padding-alt:0cm 5.4pt 0cm 5.4pt; mso-para-margin-top:0cm; mso-para-margin-right:0cm; mso-para-margin-bottom:10.0pt; mso-para-margin-left:0cm; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri","sans-serif"; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:"Times New Roman"; mso-fareast-theme-font:minor-fareast; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:"Times New Roman"; mso-bidi-theme-font:minor-bidi;} Rendering is generating surface and three-dimensional effects on an object displayed on a monitor screen. Ray tracing as a rendering method that traces ray for each image pixel has a drawback, that is, aliasing (jaggies effect. There are some methods for executing anti aliasing. One of those methods is OGSS (Ordered Grid Super Sampling. OGSS is able to perform aliasing well. However, this method requires more computation time since sampling of all pixels in the image will be increased. Fragment Anti Aliasing (FAA is a new alternative method that can cope with the drawback. FAA will check the image when performing rendering to a scene. Jaggies effect is only happened at curve and gradient object. Therefore, only this part of object that will experience sampling magnification. After this sampling magnification and the pixel values are computed, then downsample is performed to retrieve the original pixel values. Experimental results show that the software can implement ray tracing well in order to form images, and it can implement FAA and OGSS technique to perform anti aliasing. In general, rendering using FAA is faster than using OGSS

  5. RenderGAN: Generating Realistic Labeled Data

    Directory of Open Access Journals (Sweden)

    Leon Sixt

    2018-06-01

    Full Text Available Deep Convolutional Neuronal Networks (DCNNs are showing remarkable performance on many computer vision tasks. Due to their large parameter space, they require many labeled samples when trained in a supervised setting. The costs of annotating data manually can render the use of DCNNs infeasible. We present a novel framework called RenderGAN that can generate large amounts of realistic, labeled images by combining a 3D model and the Generative Adversarial Network framework. In our approach, image augmentations (e.g., lighting, background, and detail are learned from unlabeled data such that the generated images are strikingly realistic while preserving the labels known from the 3D model. We apply the RenderGAN framework to generate images of barcode-like markers that are attached to honeybees. Training a DCNN on data generated by the RenderGAN yields considerably better performance than training it on various baselines.

  6. Developing a Tile-Based Rendering Method to Improve Rendering Speed of 3D Geospatial Data with HTML5 and WebGL

    Directory of Open Access Journals (Sweden)

    Seokchan Kang

    2017-01-01

    Full Text Available A dedicated plug-in has been installed to visualize three-dimensional (3D city modeling spatial data in web-based applications. However, plug-in methods are gradually becoming obsolete, owing to their limited performance with respect to installation errors, unsupported cross-browsers, and security vulnerability. Particularly, in 2015, the NPAPI service was terminated in most existing web browsers except Internet Explorer. To overcome these problems, the HTML5/WebGL (next-generation web standard, confirmed in October 2014 technology emerged. In particular, WebGL is able to display 3D spatial data without plug-ins in browsers. In this study, we attempted to identify the requirements and limitations of displaying 3D city modeling spatial data using HTML5/WebGL, and we propose alternative ways based on the bin-packing algorithm that aggregates individual 3D city modeling data including buildings in tile units. The proposed method reduces the operational complexity and the number and volume of transmissions required for rendering processing to improve the speed of 3D data rendering. The proposed method was validated on real data for evaluating its effectiveness in 3D visualization of city modeling data in web-based applications.

  7. A Real-Time Sound Field Rendering Processor

    Directory of Open Access Journals (Sweden)

    Tan Yiyu

    2017-12-01

    Full Text Available Real-time sound field renderings are computationally intensive and memory-intensive. Traditional rendering systems based on computer simulations suffer from memory bandwidth and arithmetic units. The computation is time-consuming, and the sample rate of the output sound is low because of the long computation time at each time step. In this work, a processor with a hybrid architecture is proposed to speed up computation and improve the sample rate of the output sound, and an interface is developed for system scalability through simply cascading many chips to enlarge the simulated area. To render a three-minute Beethoven wave sound in a small shoe-box room with dimensions of 1.28 m × 1.28 m × 0.64 m, the field programming gate array (FPGA-based prototype machine with the proposed architecture carries out the sound rendering at run-time while the software simulation with the OpenMP parallelization takes about 12.70 min on a personal computer (PC with 32 GB random access memory (RAM and an Intel i7-6800K six-core processor running at 3.4 GHz. The throughput in the software simulation is about 194 M grids/s while it is 51.2 G grids/s in the prototype machine even if the clock frequency of the prototype machine is much lower than that of the PC. The rendering processor with a processing element (PE and interfaces consumes about 238,515 gates after fabricated by the 0.18 µm processing technology from the ROHM semiconductor Co., Ltd. (Kyoto Japan, and the power consumption is about 143.8 mW.

  8. RenderToolbox3: MATLAB tools that facilitate physically based stimulus rendering for vision research.

    Science.gov (United States)

    Heasly, Benjamin S; Cottaris, Nicolas P; Lichtman, Daniel P; Xiao, Bei; Brainard, David H

    2014-02-07

    RenderToolbox3 provides MATLAB utilities and prescribes a workflow that should be useful to researchers who want to employ graphics in the study of vision and perhaps in other endeavors as well. In particular, RenderToolbox3 facilitates rendering scene families in which various scene attributes and renderer behaviors are manipulated parametrically, enables spectral specification of object reflectance and illuminant spectra, enables the use of physically based material specifications, helps validate renderer output, and converts renderer output to physical units of radiance. This paper describes the design and functionality of the toolbox and discusses several examples that demonstrate its use. We have designed RenderToolbox3 to be portable across computer hardware and operating systems and to be free and open source (except for MATLAB itself). RenderToolbox3 is available at https://github.com/DavidBrainard/RenderToolbox3.

  9. On the design of a real-time volume rendering engine

    NARCIS (Netherlands)

    Smit, Jaap; Wessels, H.L.F.; van der Horst, A.; Bentum, Marinus Jan

    1992-01-01

    An architecture for a Real-Time Volume Rendering Engine (RT-VRE) is given, capable of computing 750 × 750 × 512 samples from a 3D dataset at a rate of 25 images per second. The RT-VRE uses for this purpose 64 dedicated rendering chips, cooperating with 16 RISC-processors. A plane interpolator

  10. On the design of a real-time volume rendering engine

    NARCIS (Netherlands)

    Smit, Jaap; Wessels, H.J.; van der Horst, A.; Bentum, Marinus Jan

    1995-01-01

    An architecture for a Real-Time Volume Rendering Engine (RT-VRE) is given, capable of computing 750 × 750 × 512 samples from a 3D dataset at a rate of 25 images per second. The RT-VRE uses for this purpose 64 dedicated rendering chips, cooperating with 16 RISC-processors. A plane interpolator

  11. Video-based rendering

    CERN Document Server

    Magnor, Marcus A

    2005-01-01

    Driven by consumer-market applications that enjoy steadily increasing economic importance, graphics hardware and rendering algorithms are a central focus of computer graphics research. Video-based rendering is an approach that aims to overcome the current bottleneck in the time-consuming modeling process and has applications in areas such as computer games, special effects, and interactive TV. This book offers an in-depth introduction to video-based rendering, a rapidly developing new interdisciplinary topic employing techniques from computer graphics, computer vision, and telecommunication en

  12. Evaluation and Improvement of the CIE Metameric and Colour Rendering Index

    Directory of Open Access Journals (Sweden)

    Radovan Slavuj

    2015-12-01

    Full Text Available All artificial light sources are intended to simulate daylight and its properties of color rendering or ability of colour discrimination. Two indices, defined by the CIE, are used to quantify quality of the artificial light sources. First is Color Rendering Index which quantifies ability of light sources to render colours and other is the Metemerism Index which describes metamerism potential of given light source. Calculation of both indices are defined by CIE and has been a subject of discussion and change in past. In this work particularly, the problem of sample number and type used in calculation is addressed here and evaluated. It is noticed that both indices depends on the choice and sample number and that they should be determined based on application.

  13. Emission of VOC's from modified rendering process

    International Nuclear Information System (INIS)

    Bhatti, Z.A.; Raja, I.A.; Saddique, M.; Langenhove, H.V.

    2005-01-01

    Rendering technique for processing of dead animal and slaughterhouse wastes into valuable products. It involves cooking of raw material and later Sterilization was added to reduce the Bovine Spongiform Encephalopathy (BSE). Studies have been carried out on rendering emission, with the normal cooking process. Our study shows, that the sterilization step in rendering process increases the emission of volatile organic compounds (VOC's). Gas samples, containing VOC's, were analyzed by the GC/MS (Gas Chromatograph and Mass Spectrometry). The most important groups of compounds- alcohols and cyclic hydrocarbons were identified. In the group of alcohol; 1-butanol, l-pentanol and l-hexanol compounds were found while in the group of cyclic hydrocarbon; methyl cyclopentane and cyclohexane compounds were detected. Other groups like aldehyde, sulphur containing compounds, ketone and furan were also found. Some compounds, like l-pentanol, 2-methyl propanal, dimethyl disulfide and dimethyl trisulfide, which belong to these groups, cause malodor. It is important to know these compounds to treat odorous gasses. (author)

  14. The rendering context for stereoscopic 3D web

    Science.gov (United States)

    Chen, Qinshui; Wang, Wenmin; Wang, Ronggang

    2014-03-01

    3D technologies on the Web has been studied for many years, but they are basically monoscopic 3D. With the stereoscopic technology gradually maturing, we are researching to integrate the binocular 3D technology into the Web, creating a stereoscopic 3D browser that will provide users with a brand new experience of human-computer interaction. In this paper, we propose a novel approach to apply stereoscopy technologies to the CSS3 3D Transforms. Under our model, each element can create or participate in a stereoscopic 3D rendering context, in which 3D Transforms such as scaling, translation and rotation, can be applied and be perceived in a truly 3D space. We first discuss the underlying principles of stereoscopy. After that we discuss how these principles can be applied to the Web. A stereoscopic 3D browser with backward compatibility is also created for demonstration purposes. We take advantage of the open-source WebKit project, integrating the 3D display ability into the rendering engine of the web browser. For each 3D web page, our 3D browser will create two slightly different images, each representing the left-eye view and right-eye view, both to be combined on the 3D display to generate the illusion of depth. And as the result turns out, elements can be manipulated in a truly 3D space.

  15. Conservation of old renderings - the consolidation of rendering with loss of cohesion

    Directory of Open Access Journals (Sweden)

    Martha Tavares

    2008-01-01

    Full Text Available The study of external renderings in the scope of conservation and restoration has acquired in the last years great methodological, scientific and technical advances. These renderings are important elements of the built structure, for besides possessing a protection function, they possess often a decorative function of great relevance for the image of the monument. The maintenance of these renderings implies the conservation of traditional constructive techniques and the use of compatible materials, as similar to the originals as possible. The main objective of this study is to define a methodology of conservative restoration using strategies of maintenance of renderings and traditional constructive techniques. The minimum intervention principle is maintained as well as the use of materials compatible with the original ones. This paper describes the technique and products used for the consolidation of the loss of cohesion. The testing campaign was developed under controlled conditions, in laboratory, and in situ in order to evaluate their efficacy for the consolidation of old renders. A set of tests is presented to evaluate the effectiveness of the process. The results are analysed and a reflection is added referring to the applicability of these techniques. Finally the paper presents a proposal for further research.

  16. Anisotropic 3D texture synthesis with application to volume rendering

    DEFF Research Database (Denmark)

    Laursen, Lasse Farnung; Ersbøll, Bjarne Kjær; Bærentzen, Jakob Andreas

    2011-01-01

    images using a 12.1 megapixel camera. Next, we extend the volume rendering pipeline by creating a transfer function which yields not only color and opacity from the input intensity, but also texture coordinates for our synthesized 3D texture. Thus, we add texture to the volume rendered images....... This method is applied to a high quality visualization of a pig carcass, where samples of meat, bone, and fat have been used to produce the anisotropic 3D textures....

  17. Rendering of Gemstones

    OpenAIRE

    Krtek, Lukáš

    2012-01-01

    The distinctive appearance of gemstones is caused by the way light reflects and refracts multiple times inside of them. The goal of this thesis is to design and implement an application for photorealistic rendering of gems. The most important effects we aim for are realistic dispersion of light and refractive caustics. For rendering we use well-known algorithm of path tracing with an experimental modification for faster computation of caustic effects. In this thesis we also design and impleme...

  18. Frequency Analysis of Gradient Estimators in Volume Rendering

    NARCIS (Netherlands)

    Bentum, Marinus Jan; Lichtenbelt, Barthold B.A.; Malzbender, Tom

    1996-01-01

    Gradient information is used in volume rendering to classify and color samples along a ray. In this paper, we present an analysis of the theoretically ideal gradient estimator and compare it to some commonly used gradient estimators. A new method is presented to calculate the gradient at arbitrary

  19. Transformative Rendering of Internet Resources

    Science.gov (United States)

    2012-10-01

    using either the Firefox or Google Chrome rendering engine. The rendering server then captures a screen shot of the page and creates code that positions...be compromised at web pages the hackers had built for that hacking competition to exploit that particular OS /browser configuration. During...of risk with no benefit. They include: - The rendering server is hosted on a Linux-based operating system ( OS ). The OS is much more secure than the

  20. Distributed rendering for multiview parallax displays

    Science.gov (United States)

    Annen, T.; Matusik, W.; Pfister, H.; Seidel, H.-P.; Zwicker, M.

    2006-02-01

    3D display technology holds great promise for the future of television, virtual reality, entertainment, and visualization. Multiview parallax displays deliver stereoscopic views without glasses to arbitrary positions within the viewing zone. These systems must include a high-performance and scalable 3D rendering subsystem in order to generate multiple views at real-time frame rates. This paper describes a distributed rendering system for large-scale multiview parallax displays built with a network of PCs, commodity graphics accelerators, multiple projectors, and multiview screens. The main challenge is to render various perspective views of the scene and assign rendering tasks effectively. In this paper we investigate two different approaches: Optical multiplexing for lenticular screens and software multiplexing for parallax-barrier displays. We describe the construction of large-scale multi-projector 3D display systems using lenticular and parallax-barrier technology. We have developed different distributed rendering algorithms using the Chromium stream-processing framework and evaluate the trade-offs and performance bottlenecks. Our results show that Chromium is well suited for interactive rendering on multiview parallax displays.

  1. Towards Practical Gradual Typing

    OpenAIRE

    Takikawa, Asumu; Feltey, Daniel; Dean, Earl; Flatt, Matthew; Findler, Robert Bruce; Tobin-Hochstadt, Sam; Felleisen, Matthias

    2015-01-01

    Over the past 20 years, programmers have embraced dynamically-typed programming languages. By now, they have also come to realize that programs in these languages lack reliable type information for software engineering purposes. Gradual typing addresses this problem; it empowers programmers to annotate an existing system with sound type information on a piecemeal basis. This paper presents an implementation of a gradual type system for a full-featured class-based language as well as a novel p...

  2. Sketchy Rendering for Information Visualization

    NARCIS (Netherlands)

    Wood, Jo; Isenberg, Petra; Isenberg, Tobias; Dykes, Jason; Boukhelifa, Nadia; Slingsby, Aidan

    2012-01-01

    We present and evaluate a framework for constructing sketchy style information visualizations that mimic data graphics drawn by hand. We provide an alternative renderer for the Processing graphics environment that redefines core drawing primitives including line, polygon and ellipse rendering. These

  3. Real-time photorealistic stereoscopic rendering of fire

    Science.gov (United States)

    Rose, Benjamin M.; McAllister, David F.

    2007-02-01

    We propose a method for real-time photorealistic stereo rendering of the natural phenomenon of fire. Applications include the use of virtual reality in fire fighting, military training, and entertainment. Rendering fire in real-time presents a challenge because of the transparency and non-static fluid-like behavior of fire. It is well known that, in general, methods that are effective for monoscopic rendering are not necessarily easily extended to stereo rendering because monoscopic methods often do not provide the depth information necessary to produce the parallax required for binocular disparity in stereoscopic rendering. We investigate the existing techniques used for monoscopic rendering of fire and discuss their suitability for extension to real-time stereo rendering. Methods include the use of precomputed textures, dynamic generation of textures, and rendering models resulting from the approximation of solutions of fluid dynamics equations through the use of ray-tracing algorithms. We have found that in order to attain real-time frame rates, our method based on billboarding is effective. Slicing is used to simulate depth. Texture mapping or 2D images are mapped onto polygons and alpha blending is used to treat transparency. We can use video recordings or prerendered high-quality images of fire as textures to attain photorealistic stereo.

  4. Detection of Prion Proteins and TSE Infectivity in the Rendering and Biodiesel Manufacture Processes

    Energy Technology Data Exchange (ETDEWEB)

    Brown, R.; Keller, B.; Oleschuk, R. [Queen' s University, Kingston, Ontario (Canada)

    2007-03-15

    This paper addresses emerging issues related to monitoring prion proteins and TSE infectivity in the products and waste streams of rendering and biodiesel manufacture processes. Monitoring is critical to addressing the knowledge gaps identified in 'Biodiesel from Specified Risk Material Tallow: An Appraisal of TSE Risks and their Reduction' (IEA's AMF Annex XXX, 2006) that prevent comprehensive risk assessment of TSE infectivity in products and waste. The most important challenge for monitoring TSE risk is the wide variety of sample types, which are generated at different points in the rendering/biodiesel production continuum. Conventional transmissible spongiform encephalopathy (TSE) assays were developed for specified risk material (SRM) and other biological tissues. These, however, are insufficient to address the diverse sample matrices produced in rendering and biodiesel manufacture. This paper examines the sample types expected in rendering and biodiesel manufacture and the implications of applying TSE assay methods to them. The authors then discuss a sample preparation filtration, which has not yet been applied to these sample types, but which has the potential to provide or significantly improve TSE monitoring. The main improvement will come from transfer of the prion proteins from the sample matrix to a matrix compatible with conventional and emerging bioassays. A second improvement will come from preconcentrating the prion proteins, which means transferring proteins from a larger sample volume into a smaller volume for analysis to provide greater detection sensitivity. This filtration method may also be useful for monitoring other samples, including wash waters and other waste streams, which may contain SRM, including those from abattoirs and on-farm operations. Finally, there is a discussion of emerging mass spectrometric methods, which Prusiner and others have shown to be suitable for detection and characterisation of prion proteins (Stahl

  5. Transform coding for hardware-accelerated volume rendering.

    Science.gov (United States)

    Fout, Nathaniel; Ma, Kwan-Liu

    2007-01-01

    Hardware-accelerated volume rendering using the GPU is now the standard approach for real-time volume rendering, although limited graphics memory can present a problem when rendering large volume data sets. Volumetric compression in which the decompression is coupled to rendering has been shown to be an effective solution to this problem; however, most existing techniques were developed in the context of software volume rendering, and all but the simplest approaches are prohibitive in a real-time hardware-accelerated volume rendering context. In this paper we present a novel block-based transform coding scheme designed specifically with real-time volume rendering in mind, such that the decompression is fast without sacrificing compression quality. This is made possible by consolidating the inverse transform with dequantization in such a way as to allow most of the reprojection to be precomputed. Furthermore, we take advantage of the freedom afforded by off-line compression in order to optimize the encoding as much as possible while hiding this complexity from the decoder. In this context we develop a new block classification scheme which allows us to preserve perceptually important features in the compression. The result of this work is an asymmetric transform coding scheme that allows very large volumes to be compressed and then decompressed in real-time while rendering on the GPU.

  6. Physically based rendering from theory to implementation

    CERN Document Server

    Pharr, Matt

    2010-01-01

    "Physically Based Rendering, 2nd Edition" describes both the mathematical theory behind a modern photorealistic rendering system as well as its practical implementation. A method - known as 'literate programming'- combines human-readable documentation and source code into a single reference that is specifically designed to aid comprehension. The result is a stunning achievement in graphics education. Through the ideas and software in this book, you will learn to design and employ a full-featured rendering system for creating stunning imagery. This book features new sections on subsurface scattering, Metropolis light transport, precomputed light transport, multispectral rendering, and much more. It includes a companion site complete with source code for the rendering system described in the book, with support for Windows, OS X, and Linux. Code and text are tightly woven together through a unique indexing feature that lists each function, variable, and method on the page that they are first described.

  7. Gradual linguistic summaries

    NARCIS (Netherlands)

    Wilbik, A.M.; Kaymak, U.; Laurent, A.; Strauss, O.; Bouchon-Meunier, xx

    2014-01-01

    In this paper we propose a new type of protoform-based linguistic summary – the gradual summary. This new type of summaries aims in capturing the change over some time span. Such summaries can be useful in many domains, for instance in economics, e.g., "prices of X are getting smaller" in eldercare,

  8. Advanced Material Rendering in Blender

    Czech Academy of Sciences Publication Activity Database

    Hatka, Martin; Haindl, Michal

    2012-01-01

    Roč. 11, č. 2 (2012), s. 15-23 ISSN 1081-1451 R&D Projects: GA ČR GAP103/11/0335; GA ČR GA102/08/0593 Grant - others:CESNET(CZ) 387/2010; CESNET(CZ) 409/2011 Institutional support: RVO:67985556 Keywords : realistic material rendering * bidirectional texture function * Blender Subject RIV: BD - Theory of Information http://library.utia.cas.cz/separaty/2013/RO/haindl-advanced material rendering in blender.pdf

  9. Realistic Real-Time Outdoor Rendering in Augmented Reality

    Science.gov (United States)

    Kolivand, Hoshang; Sunar, Mohd Shahrizal

    2014-01-01

    Realistic rendering techniques of outdoor Augmented Reality (AR) has been an attractive topic since the last two decades considering the sizeable amount of publications in computer graphics. Realistic virtual objects in outdoor rendering AR systems require sophisticated effects such as: shadows, daylight and interactions between sky colours and virtual as well as real objects. A few realistic rendering techniques have been designed to overcome this obstacle, most of which are related to non real-time rendering. However, the problem still remains, especially in outdoor rendering. This paper proposed a much newer, unique technique to achieve realistic real-time outdoor rendering, while taking into account the interaction between sky colours and objects in AR systems with respect to shadows in any specific location, date and time. This approach involves three main phases, which cover different outdoor AR rendering requirements. Firstly, sky colour was generated with respect to the position of the sun. Second step involves the shadow generation algorithm, Z-Partitioning: Gaussian and Fog Shadow Maps (Z-GaF Shadow Maps). Lastly, a technique to integrate sky colours and shadows through its effects on virtual objects in the AR system, is introduced. The experimental results reveal that the proposed technique has significantly improved the realism of real-time outdoor AR rendering, thus solving the problem of realistic AR systems. PMID:25268480

  10. Realistic real-time outdoor rendering in augmented reality.

    Directory of Open Access Journals (Sweden)

    Hoshang Kolivand

    Full Text Available Realistic rendering techniques of outdoor Augmented Reality (AR has been an attractive topic since the last two decades considering the sizeable amount of publications in computer graphics. Realistic virtual objects in outdoor rendering AR systems require sophisticated effects such as: shadows, daylight and interactions between sky colours and virtual as well as real objects. A few realistic rendering techniques have been designed to overcome this obstacle, most of which are related to non real-time rendering. However, the problem still remains, especially in outdoor rendering. This paper proposed a much newer, unique technique to achieve realistic real-time outdoor rendering, while taking into account the interaction between sky colours and objects in AR systems with respect to shadows in any specific location, date and time. This approach involves three main phases, which cover different outdoor AR rendering requirements. Firstly, sky colour was generated with respect to the position of the sun. Second step involves the shadow generation algorithm, Z-Partitioning: Gaussian and Fog Shadow Maps (Z-GaF Shadow Maps. Lastly, a technique to integrate sky colours and shadows through its effects on virtual objects in the AR system, is introduced. The experimental results reveal that the proposed technique has significantly improved the realism of real-time outdoor AR rendering, thus solving the problem of realistic AR systems.

  11. RenderSelect: a Cloud Broker Framework for Cloud Renderfarm Services

    OpenAIRE

    Ruby, Annette J; Aisha, Banu W; Subash, Chandran P

    2016-01-01

    In the 3D studios the animation scene files undergo a process called as rendering, where the 3D wire frame models are converted into 3D photorealistic images. As the rendering process is both a computationally intensive and a time consuming task, the cloud services based rendering in cloud render farms is gaining popularity among the animators. Though cloud render farms offer many benefits, the animators hesitate to move from their traditional offline rendering to cloud services based render ...

  12. Efficient Unbiased Rendering using Enlightened Local Path Sampling

    DEFF Research Database (Denmark)

    Kristensen, Anders Wang

    measurements, which are the solution to the adjoint light transport problem. The second is a representation of the distribution of radiance and importance in the scene. We also derive a new method of particle sampling, which is advantageous compared to existing methods. Together we call the resulting algorithm....... The downside to using these algorithms is that they can be slow to converge. Due to the nature of Monte Carlo methods, the results are random variables subject to variance. This manifests itself as noise in the images, which can only be reduced by generating more samples. The reason these methods are slow...... is because of a lack of eeffective methods of importance sampling. Most global illumination algorithms are based on local path sampling, which is essentially a recipe for constructing random walks. Using this procedure paths are built based on information given explicitly as part of scene description...

  13. Image Based Rendering and Virtual Reality

    DEFF Research Database (Denmark)

    Livatino, Salvatore

    The Presentation concerns with an overview of Image Based Rendering approaches and their use on Virtual Reality, including Virtual Photography and Cinematography, and Mobile Robot Navigation.......The Presentation concerns with an overview of Image Based Rendering approaches and their use on Virtual Reality, including Virtual Photography and Cinematography, and Mobile Robot Navigation....

  14. Earth mortars and earth-lime renders

    Directory of Open Access Journals (Sweden)

    Maria Fernandes

    2008-01-01

    Full Text Available Earth surface coatings play a decorative architectural role, apart from their function as wall protection. In Portuguese vernacular architecture, earth mortars were usually applied on stone masonry, while earth renders and plasters were used on indoors surface coatings. Limestone exists only in certain areas of the country and consequently lime was not easily available everywhere, especially on granite and schist regions where stone masonry was a current building technique. In the central west coast of Portugal, the lime slaking procedure entailed slaking the quicklime mixed with earth (sandy soil, in a pit; the resulting mixture would then be combined in a mortar or plaster. This was also the procedure for manufactured adobes stabilized with lime. Adobe buildings with earth-lime renderings and plasters were also traditional in the same region, using lime putty and lime wash for final coat and decoration. Classic decoration on earth architecture from the 18th-19th century was in many countries a consequence of the François Cointeraux (1740-1830 manuals - Les Cahiers d'Architecture Rurale" (1793 - a French guide for earth architecture and building construction. This manual arrived to Portugal in the beginning of XIX century, but was never translated to Portuguese. References about decoration for earth houses were explained on this manual, as well as procedures about earth-lime renders and ornamentation of earth walls; in fact, these procedures are exactly the same as the ones used in adobe buildings in this Portuguese region. The specific purpose of the present paper is to show some cases of earth mortars, renders and plasters on stone buildings in Portugal and to explain the methods of producing earth-lime renders, and also to show some examples of rendering and coating with earth-lime in Portuguese adobe vernacular architecture.

  15. Hybrid rendering of the chest and virtual bronchoscopy [corrected].

    Science.gov (United States)

    Seemann, M D; Seemann, O; Luboldt, W; Gebicke, K; Prime, G; Claussen, C D

    2000-10-30

    Thin-section spiral computed tomography was used to acquire the volume data sets of the thorax. The tracheobronchial system and pathological changes of the chest were visualized using a color-coded surface rendering method. The structures of interest were then superimposed on a volume rendering of the other thoracic structures, thus producing a hybrid rendering. The hybrid rendering technique exploit the advantages of both rendering methods and enable virtual bronchoscopic examinations using different representation models. Virtual bronchoscopic examinations with a transparent color-coded shaded-surface model enables the simultaneous visualization of both the airways and the adjacent structures behind of the tracheobronchial wall and therefore, offers a practical alternative to fiberoptic bronchoscopy. Hybrid rendering and virtual endoscopy obviate the need for time consuming detailed analysis and presentation of axial source images.

  16. Empirical tests of the Gradual Learning Algorithm

    NARCIS (Netherlands)

    Boersma, P.; Hayes, B.

    1999-01-01

    The Gradual Learning Algorithm (Boersma 1997) is a constraint ranking algorithm for learning Optimality-theoretic grammars. The purpose of this article is to assess the capabilities of the Gradual Learning Algorithm, particularly in comparison with the Constraint Demotion algorithm of Tesar and

  17. Empirical tests of the Gradual Learning Algorithm

    NARCIS (Netherlands)

    Boersma, P.; Hayes, B.

    2001-01-01

    The Gradual Learning Algorithm (Boersma 1997) is a constraint-ranking algorithm for learning optimality-theoretic grammars. The purpose of this article is to assess the capabilities of the Gradual Learning Algorithm, particularly in comparison with the Constraint Demotion algorithm of Tesar and

  18. Sparse PDF Volumes for Consistent Multi-Resolution Volume Rendering

    KAUST Repository

    Sicat, Ronell Barrera

    2014-12-31

    This paper presents a new multi-resolution volume representation called sparse pdf volumes, which enables consistent multi-resolution volume rendering based on probability density functions (pdfs) of voxel neighborhoods. These pdfs are defined in the 4D domain jointly comprising the 3D volume and its 1D intensity range. Crucially, the computation of sparse pdf volumes exploits data coherence in 4D, resulting in a sparse representation with surprisingly low storage requirements. At run time, we dynamically apply transfer functions to the pdfs using simple and fast convolutions. Whereas standard low-pass filtering and down-sampling incur visible differences between resolution levels, the use of pdfs facilitates consistent results independent of the resolution level used. We describe the efficient out-of-core computation of large-scale sparse pdf volumes, using a novel iterative simplification procedure of a mixture of 4D Gaussians. Finally, our data structure is optimized to facilitate interactive multi-resolution volume rendering on GPUs.

  19. Rendering the Topological Spines

    Energy Technology Data Exchange (ETDEWEB)

    Nieves-Rivera, D. [Lawrence Livermore National Lab. (LLNL), Livermore, CA (United States)

    2015-05-05

    Many tools to analyze and represent high dimensional data already exits yet most of them are not flexible, informative and intuitive enough to help the scientists make the corresponding analysis and predictions, understand the structure and complexity of scientific data, get a complete picture of it and explore a greater number of hypotheses. With this in mind, N-Dimensional Data Analysis and Visualization (ND²AV) is being developed to serve as an interactive visual analysis platform with the purpose of coupling together a number of these existing tools that range from statistics, machine learning, and data mining, with new techniques, in particular with new visualization approaches. My task is to create the rendering and implementation of a new concept called topological spines in order to extend ND²AV's scope. Other existing visualization tools create a representation preserving either the topological properties or the structural (geometric) ones because it is challenging to preserve them both simultaneously. Overcoming such challenge by creating a balance in between them, the topological spines are introduced as a new approach that aims to preserve them both. Its render using OpenGL and C++ and is currently being tested to further on be implemented on ND²AV. In this paper I will present what are the Topological Spines and how they are rendered.

  20. Gradual Hunterian ligation for infected prosthetic bypass.

    Science.gov (United States)

    Egun, A; Slade, D; McCollum, C N

    2000-04-01

    To review gradual snare occlusion for the management of complex or recurrent graft infection. Medical records of patients treated with gradual snare occlusion following graft infection were reviewed for indication for operation, type of bypass and graft material used. In addition, infecting organism, grade of infection (Szilágyi) and outcome were recorded. Four femoropopliteal, two extra-anatomic (axillofemoral) and aortobifemoral bypasses were included in this study. All had chronic infection (Szilágyi grade III) with onset of 4 to 24 months and two of which were recurrent. The causative organisms were coagulase-negative staphylococci, Staphylococcus epidermidis and methicillin-resistant Staphylococcus aureus in three patients, with no organism isolated in the remaining cases. There was no loss of limb following gradual snare occlusion but there was only one death due to aortic stump rupture 2 weeks later. Gradual snare occlusion is an alternative for the management of chronic or recurrent graft infection. Copyright 1999 Harcourt Publishers Ltd.

  1. Evaluating progressive-rendering algorithms in appearance design tasks.

    Science.gov (United States)

    Jiawei Ou; Karlik, Ondrej; Křivánek, Jaroslav; Pellacini, Fabio

    2013-01-01

    Progressive rendering is becoming a popular alternative to precomputational approaches to appearance design. However, progressive algorithms create images exhibiting visual artifacts at early stages. A user study investigated these artifacts' effects on user performance in appearance design tasks. Novice and expert subjects performed lighting and material editing tasks with four algorithms: random path tracing, quasirandom path tracing, progressive photon mapping, and virtual-point-light rendering. Both the novices and experts strongly preferred path tracing to progressive photon mapping and virtual-point-light rendering. None of the participants preferred random path tracing to quasirandom path tracing or vice versa; the same situation held between progressive photon mapping and virtual-point-light rendering. The user workflow didn’t differ significantly with the four algorithms. The Web Extras include a video showing how four progressive-rendering algorithms converged (at http://youtu.be/ck-Gevl1e9s), the source code used, and other supplementary materials.

  2. Moisture movements in render on brick wall

    DEFF Research Database (Denmark)

    Hansen, Kurt Kielsgaard; Munch, Thomas Astrup; Thorsen, Peter Schjørmann

    2003-01-01

    A three-layer render on brick wall used for building facades is studied in the laboratory. The vertical render surface is held in contact with water for 24 hours simulating driving rain while it is measured with non-destructive X-ray equipment every hour in order to follow the moisture front...

  3. Irregular Morphing for Real-Time Rendering of Large Terrain

    Directory of Open Access Journals (Sweden)

    S. Kalem

    2016-06-01

    Full Text Available The following paper proposes an alternative approach to the real-time adaptive triangulation problem. A new region-based multi-resolution approach for terrain rendering is described which improves on-the-fly the distribution of the density of triangles inside the tile after selecting appropriate Level-Of-Detail by an adaptive sampling. This proposed approach organizes the heightmap into a QuadTree of tiles that are processed independently. This technique combines the benefits of both Triangular Irregular Network approach and region-based multi-resolution approach by improving the distribution of the density of triangles inside the tile. Our technique morphs the initial regular grid of the tile to deformed grid in order to minimize approximation error. The proposed technique strives to combine large tile size and real-time processing while guaranteeing an upper bound on the screen space error. Thus, this approach adapts terrain rendering process to local surface characteristics and enables on-the-fly handling of large amount of terrain data. Morphing is based-on the multi-resolution wavelet analysis. The use of the D2WT multi-resolution analysis of the terrain height-map speeds up processing and permits to satisfy an interactive terrain rendering. Tests and experiments demonstrate that Haar B-Spline wavelet, well known for its properties of localization and its compact support, is suitable for fast and accurate redistribution. Such technique could be exploited in client-server architecture for supporting interactive high-quality remote visualization of very large terrain.

  4. Sketchy Rendering for Information Visualization.

    Science.gov (United States)

    Wood, J; Isenberg, P; Isenberg, T; Dykes, J; Boukhelifa, N; Slingsby, A

    2012-12-01

    We present and evaluate a framework for constructing sketchy style information visualizations that mimic data graphics drawn by hand. We provide an alternative renderer for the Processing graphics environment that redefines core drawing primitives including line, polygon and ellipse rendering. These primitives allow higher-level graphical features such as bar charts, line charts, treemaps and node-link diagrams to be drawn in a sketchy style with a specified degree of sketchiness. The framework is designed to be easily integrated into existing visualization implementations with minimal programming modification or design effort. We show examples of use for statistical graphics, conveying spatial imprecision and for enhancing aesthetic and narrative qualities of visualization. We evaluate user perception of sketchiness of areal features through a series of stimulus-response tests in order to assess users' ability to place sketchiness on a ratio scale, and to estimate area. Results suggest relative area judgment is compromised by sketchy rendering and that its influence is dependent on the shape being rendered. They show that degree of sketchiness may be judged on an ordinal scale but that its judgement varies strongly between individuals. We evaluate higher-level impacts of sketchiness through user testing of scenarios that encourage user engagement with data visualization and willingness to critique visualization design. Results suggest that where a visualization is clearly sketchy, engagement may be increased and that attitudes to participating in visualization annotation are more positive. The results of our work have implications for effective information visualization design that go beyond the traditional role of sketching as a tool for prototyping or its use for an indication of general uncertainty.

  5. Local and Global Illumination in the Volume Rendering Integral

    Energy Technology Data Exchange (ETDEWEB)

    Max, N; Chen, M

    2005-10-21

    This article is intended as an update of the major survey by Max [1] on optical models for direct volume rendering. It provides a brief overview of the subject scope covered by [1], and brings recent developments, such as new shadow algorithms and refraction rendering, into the perspective. In particular, we examine three fundamentals aspects of direct volume rendering, namely the volume rendering integral, local illumination models and global illumination models, in a wavelength-independent manner. We review the developments on spectral volume rendering, in which visible light are considered as a form of electromagnetic radiation, optical models are implemented in conjunction with representations of spectral power distribution. This survey can provide a basis for, and encourage, new efforts for developing and using complex illumination models to achieve better realism and perception through optical correctness.

  6. Comparing abrupt and gradual smoking cessation: a randomized trial.

    Science.gov (United States)

    Etter, Jean-François

    2011-11-01

    To compare abrupt and gradual smoking cessation. Randomized trial and observational study, Internet, 2007-2010. Smokers with no strong preference for abrupt or gradual quitting were randomly assigned to quitting immediately (n=472), or to gradually reducing their cigarette consumption over 2 weeks and then quit (n=502). Smokers who strongly preferred to quit abruptly were instructed to do so immediately (n=2456), those who strongly preferred gradual were instructed to reduce their cigarette consumption over 2 weeks, then quit (n=1801). Follow-up was conducted 4 weeks after target quit dates. Those who preferred abrupt quitting were the most motivated to quit and the most confident in their ability to quit. At follow-up, quit rates were 16% in those who preferred abrupt cessation, 7% in those who preferred gradual cessation and 9% in those who had no preference (pmotivation to quit and confidence in ability to quit: those who had low levels of motivation or low levels of confidence were more likely to quit at follow-up if they preferred and used abrupt rather than gradual. In those who had no strong preference for either method, abrupt and gradual produced similar results. Those who preferred and used the abrupt method were more likely to quit than those who preferred and used the gradual method, in particular when they had low motivation and confidence. Copyright © 2011 Elsevier Ireland Ltd. All rights reserved.

  7. Artist Material BRDF Database for Computer Graphics Rendering

    Science.gov (United States)

    Ashbaugh, Justin C.

    The primary goal of this thesis was to create a physical library of artist material samples. This collection provides necessary data for the development of a gonio-imaging system for use in museums to more accurately document their collections. A sample set was produced consisting of 25 panels and containing nearly 600 unique samples. Selected materials are representative of those commonly used by artists both past and present. These take into account the variability in visual appearance resulting from the materials and application techniques used. Five attributes of variability were identified including medium, color, substrate, application technique and overcoat. Combinations of these attributes were selected based on those commonly observed in museum collections and suggested by surveying experts in the field. For each sample material, image data is collected and used to measure an average bi-directional reflectance distribution function (BRDF). The results are available as a public-domain image and optical database of artist materials at art-si.org. Additionally, the database includes specifications for each sample along with other information useful for computer graphics rendering such as the rectified sample images and normal maps.

  8. Standardized rendering from IR surveillance motion imagery

    Science.gov (United States)

    Prokoski, F. J.

    2014-06-01

    Government agencies, including defense and law enforcement, increasingly make use of video from surveillance systems and camera phones owned by non-government entities.Making advanced and standardized motion imaging technology available to private and commercial users at cost-effective prices would benefit all parties. In particular, incorporating thermal infrared into commercial surveillance systems offers substantial benefits beyond night vision capability. Face rendering is a process to facilitate exploitation of thermal infrared surveillance imagery from the general area of a crime scene, to assist investigations with and without cooperating eyewitnesses. Face rendering automatically generates greyscale representations similar to police artist sketches for faces in surveillance imagery collected from proximate locations and times to a crime under investigation. Near-realtime generation of face renderings can provide law enforcement with an investigation tool to assess witness memory and credibility, and integrate reports from multiple eyewitnesses, Renderings can be quickly disseminated through social media to warn of a person who may pose an immediate threat, and to solicit the public's help in identifying possible suspects and witnesses. Renderings are pose-standardized so as to not divulge the presence and location of eyewitnesses and surveillance cameras. Incorporation of thermal infrared imaging into commercial surveillance systems will significantly improve system performance, and reduce manual review times, at an incremental cost that will continue to decrease. Benefits to criminal justice would include improved reliability of eyewitness testimony and improved accuracy of distinguishing among minority groups in eyewitness and surveillance identifications.

  9. Remote volume rendering pipeline for mHealth applications

    Science.gov (United States)

    Gutenko, Ievgeniia; Petkov, Kaloian; Papadopoulos, Charilaos; Zhao, Xin; Park, Ji Hwan; Kaufman, Arie; Cha, Ronald

    2014-03-01

    We introduce a novel remote volume rendering pipeline for medical visualization targeted for mHealth (mobile health) applications. The necessity of such a pipeline stems from the large size of the medical imaging data produced by current CT and MRI scanners with respect to the complexity of the volumetric rendering algorithms. For example, the resolution of typical CT Angiography (CTA) data easily reaches 512^3 voxels and can exceed 6 gigabytes in size by spanning over the time domain while capturing a beating heart. This explosion in data size makes data transfers to mobile devices challenging, and even when the transfer problem is resolved the rendering performance of the device still remains a bottleneck. To deal with this issue, we propose a thin-client architecture, where the entirety of the data resides on a remote server where the image is rendered and then streamed to the client mobile device. We utilize the display and interaction capabilities of the mobile device, while performing interactive volume rendering on a server capable of handling large datasets. Specifically, upon user interaction the volume is rendered on the server and encoded into an H.264 video stream. H.264 is ubiquitously hardware accelerated, resulting in faster compression and lower power requirements. The choice of low-latency CPU- and GPU-based encoders is particularly important in enabling the interactive nature of our system. We demonstrate a prototype of our framework using various medical datasets on commodity tablet devices.

  10. A Sort-Last Rendering System over an Optical Backplane

    Directory of Open Access Journals (Sweden)

    Yasuhiro Kirihata

    2005-06-01

    Full Text Available Sort-Last is a computer graphics technique for rendering extremely large data sets on clusters of computers. Sort-Last works by dividing the data set into even-sized chunks for parallel rendering and then composing the images to form the final result. Since sort-last rendering requires the movement of large amounts of image data among cluster nodes, the network interconnecting the nodes becomes a major bottleneck. In this paper, we describe a sort-last rendering system implemented on a cluster of computers whose nodes are connected by an all-optical switch. The rendering system introduces the notion of the Photonic Computing Engine, a computing system built dynamically by using the optical switch to create dedicated network connections among cluster nodes. The sort-last volume rendering algorithm was implemented on the Photonic Computing Engine, and its performance is evaluated. Prelimi- nary experiments show that performance is affected by the image composition time and average payload size. In an attempt to stabilize the performance of the system, we have designed a flow control mechanism that uses feedback messages to dynamically adjust the data flow rate within the computing engine.

  11. GPU Pro 5 advanced rendering techniques

    CERN Document Server

    Engel, Wolfgang

    2014-01-01

    In GPU Pro5: Advanced Rendering Techniques, section editors Wolfgang Engel, Christopher Oat, Carsten Dachsbacher, Michal Valient, Wessam Bahnassi, and Marius Bjorge have once again assembled a high-quality collection of cutting-edge techniques for advanced graphics processing unit (GPU) programming. Divided into six sections, the book covers rendering, lighting, effects in image space, mobile devices, 3D engine design, and compute. It explores rasterization of liquids, ray tracing of art assets that would otherwise be used in a rasterized engine, physically based area lights, volumetric light

  12. Fast algorithm for the rendering of three-dimensional surfaces

    Science.gov (United States)

    Pritt, Mark D.

    1994-02-01

    It is often desirable to draw a detailed and realistic representation of surface data on a computer graphics display. One such representation is a 3D shaded surface. Conventional techniques for rendering shaded surfaces are slow, however, and require substantial computational power. Furthermore, many techniques suffer from aliasing effects, which appear as jagged lines and edges. This paper describes an algorithm for the fast rendering of shaded surfaces without aliasing effects. It is much faster than conventional ray tracing and polygon-based rendering techniques and is suitable for interactive use. On an IBM RISC System/6000TM workstation it renders a 1000 X 1000 surface in about 7 seconds.

  13. Innovative Lime Pozzolana Renders for Reconstruction of Historical Buildings

    International Nuclear Information System (INIS)

    Vejmelkova, E.; Maca, P.; Konvalinka, P.; Cerny, R.

    2011-01-01

    Bulk density, matrix density, open porosity, compressive strength, bending strength, water sorptivity, moisture diffusivity, water vapor diffusion coefficient, thermal conductivity, specific heat capacity and thermal diffusivity of two innovative renovation renders on limepozzolana basis are analyzed. The obtained results are compared with reference lime plaster and two commercial renovation renders, and conclusions on the applicability of the particular renders in practical reconstruction works are drawn. (author)

  14. Validation of a colour rendering index based on memory colours

    OpenAIRE

    Smet, Kevin; Jost-Boissard, Sophie; Ryckaert, Wouter; Deconinck, Geert; Hanselaer, Peter

    2010-01-01

    In this paper the performance of a colour rendering index based on memory colours is investigated in comparison with the current CIE Colour Rendering Index, the NIST Colour Quality Scale and visual appreciation results obtained at CNRS at Lyon University for a set of 3000K and 4000K LED light sources. The Pearson and Spearman correlation coefficients between each colour rendering metric and the two sets of visual results were calculated. It was found that the memory colour based colour render...

  15. Media Presentation Synchronisation for Non-monolithic Rendering Architectures

    NARCIS (Netherlands)

    I. Vaishnavi (Ishan); D.C.A. Bulterman (Dick); P.S. Cesar Garcia (Pablo Santiago); B. Gao (Bo)

    2007-01-01

    htmlabstractNon-monolithic renderers are physically distributed media playback engines. Non-monolithic renderers may use a number of different underlying network connection types to transmit media items belonging to a presentation. There is therefore a need for a media based and inter-network- type

  16. Extreme simplification and rendering of point sets using algebraic multigrid

    NARCIS (Netherlands)

    Reniers, D.; Telea, A.C.

    2009-01-01

    We present a novel approach for extreme simplification of point set models, in the context of real-time rendering. Point sets are often rendered using simple point primitives, such as oriented discs. However, this requires using many primitives to render even moderately simple shapes. Often, one

  17. Volume rendering in treatment planning for moving targets

    Energy Technology Data Exchange (ETDEWEB)

    Gemmel, Alexander [GSI-Biophysics, Darmstadt (Germany); Massachusetts General Hospital, Boston (United States); Wolfgang, John A.; Chen, George T.Y. [Massachusetts General Hospital, Boston (United States)

    2009-07-01

    Advances in computer technologies have facilitated the development of tools for 3-dimensional visualization of CT-data sets with volume rendering. The company Fovia has introduced a high definition volume rendering engine (HDVR trademark by Fovia Inc., Palo Alto, USA) that is capable of representing large CT data sets with high user interactivity even on standard PCs. Fovia provides a software development kit (SDK) that offers control of all the features of the rendering engine. We extended the SDK by functionalities specific to the task of treatment planning for moving tumors. This included navigation of the patient's anatomy in beam's eye view, fast point-and-click measurement of lung tumor trajectories as well as estimation of range perturbations due to motion by calculation of (differential) water equivalent path lengths for protons and carbon ions on 4D-CT data sets. We present patient examples to demonstrate the advantages and disadvantages of volume rendered images as compared to standard 2-dimensional axial plane images. Furthermore, we show an example of a range perturbation analysis. We conclude that volume rendering is a powerful technique for the representation and analysis of large time resolved data sets in treatment planning.

  18. Fast DRR splat rendering using common consumer graphics hardware

    International Nuclear Information System (INIS)

    Spoerk, Jakob; Bergmann, Helmar; Wanschitz, Felix; Dong, Shuo; Birkfellner, Wolfgang

    2007-01-01

    Digitally rendered radiographs (DRR) are a vital part of various medical image processing applications such as 2D/3D registration for patient pose determination in image-guided radiotherapy procedures. This paper presents a technique to accelerate DRR creation by using conventional graphics hardware for the rendering process. DRR computation itself is done by an efficient volume rendering method named wobbled splatting. For programming the graphics hardware, NVIDIAs C for Graphics (Cg) is used. The description of an algorithm used for rendering DRRs on the graphics hardware is presented, together with a benchmark comparing this technique to a CPU-based wobbled splatting program. Results show a reduction of rendering time by about 70%-90% depending on the amount of data. For instance, rendering a volume of 2x10 6 voxels is feasible at an update rate of 38 Hz compared to 6 Hz on a common Intel-based PC using the graphics processing unit (GPU) of a conventional graphics adapter. In addition, wobbled splatting using graphics hardware for DRR computation provides higher resolution DRRs with comparable image quality due to special processing characteristics of the GPU. We conclude that DRR generation on common graphics hardware using the freely available Cg environment is a major step toward 2D/3D registration in clinical routine

  19. Volume Ray Casting with Peak Finding and Differential Sampling

    KAUST Repository

    Knoll, A.

    2009-11-01

    Direct volume rendering and isosurfacing are ubiquitous rendering techniques in scientific visualization, commonly employed in imaging 3D data from simulation and scan sources. Conventionally, these methods have been treated as separate modalities, necessitating different sampling strategies and rendering algorithms. In reality, an isosurface is a special case of a transfer function, namely a Dirac impulse at a given isovalue. However, artifact-free rendering of discrete isosurfaces in a volume rendering framework is an elusive goal, requiring either infinite sampling or smoothing of the transfer function. While preintegration approaches solve the most obvious deficiencies in handling sharp transfer functions, artifacts can still result, limiting classification. In this paper, we introduce a method for rendering such features by explicitly solving for isovalues within the volume rendering integral. In addition, we present a sampling strategy inspired by ray differentials that automatically matches the frequency of the image plane, resulting in fewer artifacts near the eye and better overall performance. These techniques exhibit clear advantages over standard uniform ray casting with and without preintegration, and allow for high-quality interactive volume rendering with sharp C0 transfer functions. © 2009 IEEE.

  20. 3D rendering and interactive visualization technology in large industry CT

    International Nuclear Information System (INIS)

    Xiao Yongshun; Zhang Li; Chen Zhiqiang; Kang Kejun

    2002-01-01

    The author introduces the applications of interactive 3D rendering technology in the large ICT. It summarizes and comments on the iso-surfaces rendering and the direct volume rendering methods used in ICT. The author emphasizes on the technical analysis of the 3D rendering process of ICT volume data sets, and summarizes the difficulties of the inspection subsystem design in large ICT

  1. 3D rendering and interactive visualization technology in large industry CT

    International Nuclear Information System (INIS)

    Xiao Yongshun; Zhang Li; Chen Zhiqiang; Kang Kejun

    2001-01-01

    This paper introduces the applications of interactive 3D rendering technology in the large ICT. It summarizes and comments on the iso-surfaces rendering and the direct volume rendering methods used in ICT. The paper emphasizes on the technical analysis of the 3D rendering process of ICT volume data sets, and summarizes the difficulties of the inspection subsystem design in large ICT

  2. Simplification of Visual Rendering in Simulated Prosthetic Vision Facilitates Navigation.

    Science.gov (United States)

    Vergnieux, Victor; Macé, Marc J-M; Jouffrais, Christophe

    2017-09-01

    Visual neuroprostheses are still limited and simulated prosthetic vision (SPV) is used to evaluate potential and forthcoming functionality of these implants. SPV has been used to evaluate the minimum requirement on visual neuroprosthetic characteristics to restore various functions such as reading, objects and face recognition, object grasping, etc. Some of these studies focused on obstacle avoidance but only a few investigated orientation or navigation abilities with prosthetic vision. The resolution of current arrays of electrodes is not sufficient to allow navigation tasks without additional processing of the visual input. In this study, we simulated a low resolution array (15 × 18 electrodes, similar to a forthcoming generation of arrays) and evaluated the navigation abilities restored when visual information was processed with various computer vision algorithms to enhance the visual rendering. Three main visual rendering strategies were compared to a control rendering in a wayfinding task within an unknown environment. The control rendering corresponded to a resizing of the original image onto the electrode array size, according to the average brightness of the pixels. In the first rendering strategy, vision distance was limited to 3, 6, or 9 m, respectively. In the second strategy, the rendering was not based on the brightness of the image pixels, but on the distance between the user and the elements in the field of view. In the last rendering strategy, only the edges of the environments were displayed, similar to a wireframe rendering. All the tested renderings, except the 3 m limitation of the viewing distance, improved navigation performance and decreased cognitive load. Interestingly, the distance-based and wireframe renderings also improved the cognitive mapping of the unknown environment. These results show that low resolution implants are usable for wayfinding if specific computer vision algorithms are used to select and display appropriate

  3. Blender cycles lighting and rendering cookbook

    CERN Document Server

    Iraci, Bernardo

    2013-01-01

    An in-depth guide full of step-by-step recipes to explore the concepts behind the usage of Cycles. Packed with illustrations, and lots of tips and tricks; the easy-to-understand nature of the book will help the reader understand even the most complex concepts with ease.If you are a digital artist who already knows your way around Blender, and you want to learn about the new Cycles' rendering engine, this is the book for you. Even experts will be able to pick up new tips and tricks to make the most of the rendering capabilities of Cycles.

  4. Three-dimensional rendering of segmented object using matlab - biomed 2010.

    Science.gov (United States)

    Anderson, Jeffrey R; Barrett, Steven F

    2010-01-01

    The three-dimensional rendering of microscopic objects is a difficult and challenging task that often requires specialized image processing techniques. Previous work has been described of a semi-automatic segmentation process of fluorescently stained neurons collected as a sequence of slice images with a confocal laser scanning microscope. Once properly segmented, each individual object can be rendered and studied as a three-dimensional virtual object. This paper describes the work associated with the design and development of Matlab files to create three-dimensional images from the segmented object data previously mentioned. Part of the motivation for this work is to integrate both the segmentation and rendering processes into one software application, providing a seamless transition from the segmentation tasks to the rendering and visualization tasks. Previously these tasks were accomplished on two different computer systems, windows and Linux. This transition basically limits the usefulness of the segmentation and rendering applications to those who have both computer systems readily available. The focus of this work is to create custom Matlab image processing algorithms for object rendering and visualization, and merge these capabilities to the Matlab files that were developed especially for the image segmentation task. The completed Matlab application will contain both the segmentation and rendering processes in a single graphical user interface, or GUI. This process for rendering three-dimensional images in Matlab requires that a sequence of two-dimensional binary images, representing a cross-sectional slice of the object, be reassembled in a 3D space, and covered with a surface. Additional segmented objects can be rendered in the same 3D space. The surface properties of each object can be varied by the user to aid in the study and analysis of the objects. This inter-active process becomes a powerful visual tool to study and understand microscopic objects.

  5. Real-Time Location-Based Rendering of Urban Underground Pipelines

    Directory of Open Access Journals (Sweden)

    Wei Li

    2018-01-01

    Full Text Available The concealment and complex spatial relationships of urban underground pipelines present challenges in managing them. Recently, augmented reality (AR has been a hot topic around the world, because it can enhance our perception of reality by overlaying information about the environment and its objects onto the real world. Using AR, underground pipelines can be displayed accurately, intuitively, and in real time. We analyzed the characteristics of AR and their application in underground pipeline management. We mainly focused on the AR pipeline rendering procedure based on the BeiDou Navigation Satellite System (BDS and simultaneous localization and mapping (SLAM technology. First, in aiming to improve the spatial accuracy of pipeline rendering, we used differential corrections received from the Ground-Based Augmentation System to compute the precise coordinates of users in real time, which helped us accurately retrieve and draw pipelines near the users, and by scene recognition the accuracy can be further improved. Second, in terms of pipeline rendering, we used Visual-Inertial Odometry (VIO to track the rendered objects and made some improvements to visual effects, which can provide steady dynamic tracking of pipelines even in relatively markerless environments and outdoors. Finally, we used the occlusion method based on real-time 3D reconstruction to realistically express the immersion effect of underground pipelines. We compared our methods to the existing methods and concluded that the method proposed in this research improves the spatial accuracy of pipeline rendering and the portability of the equipment. Moreover, the updating of our rendering procedure corresponded with the moving of the user’s location, thus we achieved a dynamic rendering of pipelines in the real environment.

  6. Image Sampling with Quasicrystals

    Directory of Open Access Journals (Sweden)

    Mark Grundland

    2009-07-01

    Full Text Available We investigate the use of quasicrystals in image sampling. Quasicrystals produce space-filling, non-periodic point sets that are uniformly discrete and relatively dense, thereby ensuring the sample sites are evenly spread out throughout the sampled image. Their self-similar structure can be attractive for creating sampling patterns endowed with a decorative symmetry. We present a brief general overview of the algebraic theory of cut-and-project quasicrystals based on the geometry of the golden ratio. To assess the practical utility of quasicrystal sampling, we evaluate the visual effects of a variety of non-adaptive image sampling strategies on photorealistic image reconstruction and non-photorealistic image rendering used in multiresolution image representations. For computer visualization of point sets used in image sampling, we introduce a mosaic rendering technique.

  7. Evaluation of gradual occlusion of the caudal vena cava in clinically normal dogs.

    Science.gov (United States)

    Peacock, John T; Fossum, Theresa W; Bahr, Anne M; Miller, Matthew W; Edwards, John F

    2003-11-01

    To devise a technique for gradual occlusion of the caudal vena cava in dogs and determine effects of complete occlusion of the caudal vena cava. 8 mixed-breed hounds that weighed between 25 and 30 kg. Baseline evaluation of dogs included serum biochemical analyses and determination of glomerular filtration rate (GFR) with dynamic renal scintigraphy and plasma clearance analysis. An occluder was placed around the vena cava in the region cranial to the renal veins. The occluder was attached to a vascular access port. The vena cava was gradually occluded over 2 weeks. The GFR was measured every 2 weeks after surgery, and venograms were performed every 3 weeks after surgery. Blood samples were collected every 48 hours for the first week and then weekly thereafter to measure BUN and creatinine concentrations and activities of alanine transaminase, alkaline phosphatase, and creatinine kinase. Dogs were euthanatized 6 weeks after surgery, and tissues were submitted for histologic examination. The GFR and biochemical data were compared with baseline values. Gradual occlusion of the caudal vena cava was easily and consistently performed with this method, and adverse clinical signs were not detected. Formation of collateral vessels allowed overall GFR to remain constant despite a decrease in function of the left kidney. Measured biochemical values did not deviate from reference ranges. Gradual occlusion of the caudal vena cava may allow removal of adrenal gland tumors with vascular invasion that would otherwise be difficult or impossible to resect.

  8. A kinesthetic washout filter for force-feedback rendering.

    Science.gov (United States)

    Danieau, Fabien; Lecuyer, Anatole; Guillotel, Philippe; Fleureau, Julien; Mollet, Nicolas; Christie, Marc

    2015-01-01

    Today haptic feedback can be designed and associated to audiovisual content (haptic-audiovisuals or HAV). Although there are multiple means to create individual haptic effects, the issue of how to properly adapt such effects on force-feedback devices has not been addressed and is mostly a manual endeavor. We propose a new approach for the haptic rendering of HAV, based on a washout filter for force-feedback devices. A body model and an inverse kinematics algorithm simulate the user's kinesthetic perception. Then, the haptic rendering is adapted in order to handle transitions between haptic effects and to optimize the amplitude of effects regarding the device capabilities. Results of a user study show that this new haptic rendering can successfully improve the HAV experience.

  9. Detection of pesticides and dioxins in tissue fats and rendering oils using laser-induced breakdown spectroscopy (LIBS).

    Science.gov (United States)

    Multari, Rosalie A; Cremers, David A; Scott, Thomas; Kendrick, Peter

    2013-03-13

    In laser-induced breakdown spectroscopy (LIBS), a series of powerful laser pulses are directed at a surface to form microplasmas from which light is collected and spectrally analyzed to identify the surface material. In most cases, no sample preparation is needed, and results can be automated and made available within seconds to minutes. Advances in LIBS spectral data analysis using multivariate regression techniques have led to the ability to detect organic chemicals in complex matrices such as foods. Here, the use of LIBS to differentiate samples contaminated with aldrin, 1,2,3,4,6,7,8-heptachlorodibenzo-p-dioxin, chlorpyrifos, and dieldrin in the complex matrices of tissue fats and rendering oils is described. The pesticide concentrations in the samples ranged from 0.005 to 0.1 μg/g. All samples were successfully differentiated from each other and from control samples. Sample concentrations could also be differentiated for all of the pesticides and the dioxin included in this study. The results presented here provide first proof-of-principle data for the ability to create LIBS-based instrumentation for the rapid analysis of pesticide and dioxin contamination in tissue fat and rendered oils.

  10. Processing-in-Memory Enabled Graphics Processors for 3D Rendering

    Energy Technology Data Exchange (ETDEWEB)

    Xie, Chenhao; Song, Shuaiwen; Wang, Jing; Zhang, Weigong; Fu, Xin

    2017-02-06

    The performance of 3D rendering of Graphics Processing Unit that convents 3D vector stream into 2D frame with 3D image effects significantly impact users’ gaming experience on modern computer systems. Due to the high texture throughput in 3D rendering, main memory bandwidth becomes a critical obstacle for improving the overall rendering performance. 3D stacked memory systems such as Hybrid Memory Cube (HMC) provide opportunities to significantly overcome the memory wall by directly connecting logic controllers to DRAM dies. Based on the observation that texel fetches significantly impact off-chip memory traffic, we propose two architectural designs to enable Processing-In-Memory based GPU for efficient 3D rendering.

  11. Gradual Ordering in Red Abalone Nacre

    Energy Technology Data Exchange (ETDEWEB)

    Gilbert, P. U. P. A.; Metzler, Rebecca A.; Zhou, Dong; Scholl, Andreas; Doran, Andrew; Young, Anthony; Kunz, Martin; Tamura, Nobumichi; Coppersmith, Susan N.

    2008-09-03

    Red abalone (Haliotis rufescens) nacre is a layered composite biomineral that contains crystalline aragonite tablets confined by organic layers. Nacre is intensely studied because its biologically controlled microarchitecture gives rise to remarkable strength and toughness, but the mechanisms leading to its formation are not well understood. Here we present synchrotron spectromicroscopy experiments revealing that stacks of aragonite tablet crystals in nacre are misoriented with respect to each other. Quantitative measurements of crystal orientation, tablet size, and tablet stacking direction show that orientational ordering occurs not abruptly but gradually over a distance of 50 {micro}m. Several lines of evidence indicate that different crystal orientations imply different tablet growth rates during nacre formation. A theoretical model based on kinetic and gradual selection of the fastest growth rates produces results in qualitative and quantitative agreement with the experimental data and therefore demonstrates that ordering in nacre is a result of crystal growth kinetics and competition either in addition or to the exclusion of templation by acidic proteins as previously assumed. As in other natural evolving kinetic systems, selection of the fastest-growing stacks of tablets occurs gradually in space and time. These results suggest that the self-ordering of the mineral phase, which may occur completely independently of biological or organic-molecule control, is fundamental in nacre formation.

  12. Gradual Ordering in Red Abalone Nacre

    International Nuclear Information System (INIS)

    Gilbert, P.U.P.A.; Metzler, Rebecca A.; Zhou, Dong; Scholl, Andreas; Doran, Andrew; Young, Anthony; Kunz, Martin; Tamura, Nobumichi; Coppersmith, Susan N.

    2008-01-01

    Red abalone (Haliotis rufescens) nacre is a layered composite biomineral that contains crystalline aragonite tablets confined by organic layers. Nacre is intensely studied because its biologically controlled microarchitecture gives rise to remarkable strength and toughness, but the mechanisms leading to its formation are not well understood. Here we present synchrotron spectromicroscopy experiments revealing that stacks of aragonite tablet crystals in nacre are misoriented with respect to each other. Quantitative measurements of crystal orientation, tablet size, and tablet stacking direction show that orientational ordering occurs not abruptly but gradually over a distance of 50 (micro)m. Several lines of evidence indicate that different crystal orientations imply different tablet growth rates during nacre formation. A theoretical model based on kinetic and gradual selection of the fastest growth rates produces results in qualitative and quantitative agreement with the experimental data and therefore demonstrates that ordering in nacre is a result of crystal growth kinetics and competition either in addition or to the exclusion of templation by acidic proteins as previously assumed. As in other natural evolving kinetic systems, selection of the fastest-growing stacks of tablets occurs gradually in space and time. These results suggest that the self-ordering of the mineral phase, which may occur completely independently of biological or organic-molecule control, is fundamental in nacre formation

  13. Digital color acquisition, perception, coding and rendering

    CERN Document Server

    Fernandez-Maloigne, Christine; Macaire, Ludovic

    2013-01-01

    In this book the authors identify the basic concepts and recent advances in the acquisition, perception, coding and rendering of color. The fundamental aspects related to the science of colorimetry in relation to physiology (the human visual system) are addressed, as are constancy and color appearance. It also addresses the more technical aspects related to sensors and the color management screen. Particular attention is paid to the notion of color rendering in computer graphics. Beyond color, the authors also look at coding, compression, protection and quality of color images and videos.

  14. Three-dimensional spiral CT during arterial portography: comparison of three rendering techniques.

    Science.gov (United States)

    Heath, D G; Soyer, P A; Kuszyk, B S; Bliss, D F; Calhoun, P S; Bluemke, D A; Choti, M A; Fishman, E K

    1995-07-01

    The three most common techniques for three-dimensional reconstruction are surface rendering, maximum-intensity projection (MIP), and volume rendering. Surface-rendering algorithms model objects as collections of geometric primitives that are displayed with surface shading. The MIP algorithm renders an image by selecting the voxel with the maximum intensity signal along a line extended from the viewer's eye through the data volume. Volume-rendering algorithms sum the weighted contributions of all voxels along the line. Each technique has advantages and shortcomings that must be considered during selection of one for a specific clinical problem and during interpretation of the resulting images. With surface rendering, sharp-edged, clear three-dimensional reconstruction can be completed on modest computer systems; however, overlapping structures cannot be visualized and artifacts are a problem. MIP is computationally a fast technique, but it does not allow depiction of overlapping structures, and its images are three-dimensionally ambiguous unless depth cues are provided. Both surface rendering and MIP use less than 10% of the image data. In contrast, volume rendering uses nearly all of the data, allows demonstration of overlapping structures, and engenders few artifacts, but it requires substantially more computer power than the other techniques.

  15. Ratio-Based Gradual Aggregation of Data

    DEFF Research Database (Denmark)

    Iftikhar, Nadeem

    2012-01-01

    cause data management and data storage issues. However, non-flexible and ineffective means of data aggregation not only reduce performance of database queries but also lead to erroneous reporting. This paper presents flexible and effective ratio-based methods for gradual data aggregation in databases....... Gradual data aggregation is a process that reduces data volume by converting the detailed data into multiple levels of summarized data as the data gets older. This paper also describes implementation strategies of the proposed methods based on standard database technology.......Majority of databases contain large amounts of data, gathered over long intervals of time. In most cases, the data is aggregated so that it can be used for analysis and reporting purposes. The other reason of data aggregation is to reduce data volume in order to avoid over-sized databases that may...

  16. Design and Implementation of High-Performance GIS Dynamic Objects Rendering Engine

    Science.gov (United States)

    Zhong, Y.; Wang, S.; Li, R.; Yun, W.; Song, G.

    2017-12-01

    Spatio-temporal dynamic visualization is more vivid than static visualization. It important to use dynamic visualization techniques to reveal the variation process and trend vividly and comprehensively for the geographical phenomenon. To deal with challenges caused by dynamic visualization of both 2D and 3D spatial dynamic targets, especially for different spatial data types require high-performance GIS dynamic objects rendering engine. The main approach for improving the rendering engine with vast dynamic targets relies on key technologies of high-performance GIS, including memory computing, parallel computing, GPU computing and high-performance algorisms. In this study, high-performance GIS dynamic objects rendering engine is designed and implemented for solving the problem based on hybrid accelerative techniques. The high-performance GIS rendering engine contains GPU computing, OpenGL technology, and high-performance algorism with the advantage of 64-bit memory computing. It processes 2D, 3D dynamic target data efficiently and runs smoothly with vast dynamic target data. The prototype system of high-performance GIS dynamic objects rendering engine is developed based SuperMap GIS iObjects. The experiments are designed for large-scale spatial data visualization, the results showed that the high-performance GIS dynamic objects rendering engine have the advantage of high performance. Rendering two-dimensional and three-dimensional dynamic objects achieve 20 times faster on GPU than on CPU.

  17. Haptic rendering for simulation of fine manipulation

    CERN Document Server

    Wang, Dangxiao; Zhang, Yuru

    2014-01-01

    This book introduces the latest progress in six degrees of freedom (6-DoF) haptic rendering with the focus on a new approach for simulating force/torque feedback in performing tasks that require dexterous manipulation skills. One of the major challenges in 6-DoF haptic rendering is to resolve the conflict between high speed and high fidelity requirements, especially in simulating a tool interacting with both rigid and deformable objects in a narrow space and with fine features. The book presents a configuration-based optimization approach to tackle this challenge. Addressing a key issue in man

  18. GRAPHICS-IMAGE MIXED METHOD FOR LARGE-SCALE BUILDINGS RENDERING

    Directory of Open Access Journals (Sweden)

    Y. Zhou

    2018-05-01

    Full Text Available Urban 3D model data is huge and unstructured, LOD and Out-of-core algorithm are usually used to reduce the amount of data that drawn in each frame to improve the rendering efficiency. When the scene is large enough, even the complex optimization algorithm is difficult to achieve better results. Based on the traditional study, a novel idea was developed. We propose a graphics and image mixed method for large-scale buildings rendering. Firstly, the view field is divided into several regions, the graphics-image mixed method used to render the scene on both screen and FBO, then blending the FBO with scree. The algorithm is tested on the huge CityGML model data in the urban areas of New York which contained 188195 public building models, and compared with the Cesium platform. The experiment result shows the system was running smoothly. The experimental results confirm that the algorithm can achieve more massive building scene roaming under the same hardware conditions, and can rendering the scene without vision loss.

  19. Enhancement method for rendered images of home decoration based on SLIC superpixels

    Science.gov (United States)

    Dai, Yutong; Jiang, Xiaotong

    2018-04-01

    Rendering technology has been widely used in the home decoration industry in recent years for images of home decoration design. However, due to the fact that rendered images of home decoration design rely heavily on the parameters of renderer and the lights of scenes, most rendered images in this industry require further optimization afterwards. To reduce workload and enhance rendered images automatically, an algorithm utilizing neural networks is proposed in this manuscript. In addition, considering few extreme conditions such as strong sunlight and lights, SLIC superpixels based segmentation is used to choose out these bright areas of an image and enhance them independently. Finally, these chosen areas are merged with the entire image. Experimental results show that the proposed method effectively enhances the rendered images when compared with some existing algorithms. Besides, the proposed strategy is proven to be adaptable especially to those images with obvious bright parts.

  20. View compensated compression of volume rendered images for remote visualization.

    Science.gov (United States)

    Lalgudi, Hariharan G; Marcellin, Michael W; Bilgin, Ali; Oh, Han; Nadar, Mariappan S

    2009-07-01

    Remote visualization of volumetric images has gained importance over the past few years in medical and industrial applications. Volume visualization is a computationally intensive process, often requiring hardware acceleration to achieve a real time viewing experience. One remote visualization model that can accomplish this would transmit rendered images from a server, based on viewpoint requests from a client. For constrained server-client bandwidth, an efficient compression scheme is vital for transmitting high quality rendered images. In this paper, we present a new view compensation scheme that utilizes the geometric relationship between viewpoints to exploit the correlation between successive rendered images. The proposed method obviates motion estimation between rendered images, enabling significant reduction to the complexity of a compressor. Additionally, the view compensation scheme, in conjunction with JPEG2000 performs better than AVC, the state of the art video compression standard.

  1. Real-time volume rendering of digital medical images on an iOS device

    Science.gov (United States)

    Noon, Christian; Holub, Joseph; Winer, Eliot

    2013-03-01

    Performing high quality 3D visualizations on mobile devices, while tantalizingly close in many areas, is still a quite difficult task. This is especially true for 3D volume rendering of digital medical images. Allowing this would empower medical personnel a powerful tool to diagnose and treat patients and train the next generation of physicians. This research focuses on performing real time volume rendering of digital medical images on iOS devices using custom developed GPU shaders for orthogonal texture slicing. An interactive volume renderer was designed and developed with several new features including dynamic modification of render resolutions, an incremental render loop, a shader-based clipping algorithm to support OpenGL ES 2.0, and an internal backface culling algorithm for properly sorting rendered geometry with alpha blending. The application was developed using several application programming interfaces (APIs) such as OpenSceneGraph (OSG) as the primary graphics renderer coupled with iOS Cocoa Touch for user interaction, and DCMTK for DICOM I/O. The developed application rendered volume datasets over 450 slices up to 50-60 frames per second, depending on the specific model of the iOS device. All rendering is done locally on the device so no Internet connection is required.

  2. Method and system for rendering and interacting with an adaptable computing environment

    Science.gov (United States)

    Osbourn, Gordon Cecil [Albuquerque, NM; Bouchard, Ann Marie [Albuquerque, NM

    2012-06-12

    An adaptable computing environment is implemented with software entities termed "s-machines", which self-assemble into hierarchical data structures capable of rendering and interacting with the computing environment. A hierarchical data structure includes a first hierarchical s-machine bound to a second hierarchical s-machine. The first hierarchical s-machine is associated with a first layer of a rendering region on a display screen and the second hierarchical s-machine is associated with a second layer of the rendering region overlaying at least a portion of the first layer. A screen element s-machine is linked to the first hierarchical s-machine. The screen element s-machine manages data associated with a screen element rendered to the display screen within the rendering region at the first layer.

  3. Integral image rendering procedure for aberration correction and size measurement.

    Science.gov (United States)

    Sommer, Holger; Ihrig, Andreas; Ebenau, Melanie; Flühs, Dirk; Spaan, Bernhard; Eichmann, Marion

    2014-05-20

    The challenge in rendering integral images is to use as much information preserved by the light field as possible to reconstruct a captured scene in a three-dimensional way. We propose a rendering algorithm based on the projection of rays through a detailed simulation of the optical path, considering all the physical properties and locations of the optical elements. The rendered images contain information about the correct size of imaged objects without the need to calibrate the imaging device. Additionally, aberrations of the optical system may be corrected, depending on the setup of the integral imaging device. We show simulation data that illustrates the aberration correction ability and experimental data from our plenoptic camera, which illustrates the capability of our proposed algorithm to measure size and distance. We believe this rendering procedure will be useful in the future for three-dimensional ophthalmic imaging of the human retina.

  4. Volumetric ambient occlusion for real-time rendering and games.

    Science.gov (United States)

    Szirmay-Kalos, L; Umenhoffer, T; Toth, B; Szecsi, L; Sbert, M

    2010-01-01

    This new algorithm, based on GPUs, can compute ambient occlusion to inexpensively approximate global-illumination effects in real-time systems and games. The first step in deriving this algorithm is to examine how ambient occlusion relates to the physically founded rendering equation. The correspondence stems from a fuzzy membership function that defines what constitutes nearby occlusions. The next step is to develop a method to calculate ambient occlusion in real time without precomputation. The algorithm is based on a novel interpretation of ambient occlusion that measures the relative volume of the visible part of the surface's tangent sphere. The new formula's integrand has low variation and thus can be estimated accurately with a few samples.

  5. Light Field Rendering for Head Mounted Displays using Pixel Reprojection

    DEFF Research Database (Denmark)

    Hansen, Anne Juhler; Klein, Jákup; Kraus, Martin

    2017-01-01

    Light field displays have advantages over traditional stereoscopic head mounted displays, for example, because they can overcome the vergence-accommodation conflict. However, rendering light fields can be a heavy task for computers due to the number of images that have to be rendered. Since much ...

  6. Light Field Rendering for Head Mounted Displays using Pixel Reprojection

    DEFF Research Database (Denmark)

    Hansen, Anne Juhler; Klein, Jákup; Kraus, Martin

    2017-01-01

    of the information of the different images is redundant, we use pixel reprojection from the corner cameras to compute the remaining images in the light field. We compare the reprojected images with directly rendered images in a user test. In most cases, the users were unable to distinguish the images. In extreme...... cases, the reprojection approach is not capable of creating the light field. We conclude that pixel reprojection is a feasible method for rendering light fields as far as quality of perspective and diffuse shading is concerned, but render time needs to be reduced to make the method practical....

  7. Gradual withdrawal of remifentanil infusion may prevent opioid-induced hyperalgesia.

    Science.gov (United States)

    Comelon, M; Raeder, J; Stubhaug, A; Nielsen, C S; Draegni, T; Lenz, H

    2016-04-01

    The aim of this study was to examine if gradual withdrawal of remifentanil infusion prevented opioid-induced hyperalgesia (OIH) as opposed to abrupt withdrawal. OIH duration was also evaluated. Nineteen volunteers were enrolled in this randomized, double-blinded, placebo-controlled, crossover study. All went through three sessions: abrupt or gradual withdrawal of remifentanil infusion and placebo. Remifentanil was administered at 2.5 ng ml(-1) for 30 min before abrupt withdrawal or gradual withdrawal by 0.6 ng ml(-1) every five min. Pain was assessed at baseline, during infusion, 45-50 min and 105-110 min after end of infusions using the heat pain test (HPT) and the cold pressor test (CPT). The HPT 45 min after infusion indicated OIH development in the abrupt withdrawal session with higher pain scores compared with the gradual withdrawal and placebo sessions (both Pwithdrawal compared with placebo (P=0.93). In the CPT 50 min after end of infusion there was OIH in both remifentanil sessions compared with placebo (gradual P=0.01, abrupt Pwithdrawal of remifentanil infusion in the HPT. After abrupt withdrawal OIH was present in the HPT. In the CPT there was OIH after both gradual and abrupt withdrawal of infusion. The duration of OIH was less than 105 min for both pain modalities. NCT 01702389. EudraCT number 2011-002734-39. © The Author 2016. Published by Oxford University Press on behalf of the British Journal of Anaesthesia. All rights reserved. For Permissions, please email: journals.permissions@oup.com.

  8. Architecture for high performance stereoscopic game rendering on Android

    Science.gov (United States)

    Flack, Julien; Sanderson, Hugh; Shetty, Sampath

    2014-03-01

    Stereoscopic gaming is a popular source of content for consumer 3D display systems. There has been a significant shift in the gaming industry towards casual games for mobile devices running on the Android™ Operating System and driven by ARM™ and other low power processors. Such systems are now being integrated directly into the next generation of 3D TVs potentially removing the requirement for an external games console. Although native stereo support has been integrated into some high profile titles on established platforms like Windows PC and PS3 there is a lack of GPU independent 3D support for the emerging Android platform. We describe a framework for enabling stereoscopic 3D gaming on Android for applications on mobile devices, set top boxes and TVs. A core component of the architecture is a 3D game driver, which is integrated into the Android OpenGL™ ES graphics stack to convert existing 2D graphics applications into stereoscopic 3D in real-time. The architecture includes a method of analyzing 2D games and using rule based Artificial Intelligence (AI) to position separate objects in 3D space. We describe an innovative stereo 3D rendering technique to separate the views in the depth domain and render directly into the display buffer. The advantages of the stereo renderer are demonstrated by characterizing the performance in comparison to more traditional render techniques, including depth based image rendering, both in terms of frame rates and impact on battery consumption.

  9. Three-dimensional range data compression using computer graphics rendering pipeline.

    Science.gov (United States)

    Zhang, Song

    2012-06-20

    This paper presents the idea of naturally encoding three-dimensional (3D) range data into regular two-dimensional (2D) images utilizing computer graphics rendering pipeline. The computer graphics pipeline provides a means to sample 3D geometry data into regular 2D images, and also to retrieve the depth information for each sampled pixel. The depth information for each pixel is further encoded into red, green, and blue color channels of regular 2D images. The 2D images can further be compressed with existing 2D image compression techniques. By this novel means, 3D geometry data obtained by 3D range scanners can be instantaneously compressed into 2D images, providing a novel way of storing 3D range data into its 2D counterparts. We will present experimental results to verify the performance of this proposed technique.

  10. Extreme Simplification and Rendering of Point Sets using Algebraic Multigrid

    NARCIS (Netherlands)

    Reniers, Dennie; Telea, Alexandru

    2005-01-01

    We present a novel approach for extreme simplification of point set models in the context of real-time rendering. Point sets are often rendered using simple point primitives, such as oriented discs. However efficient, simple primitives are less effective in approximating large surface areas. A large

  11. A Practical Framework for Sharing and Rendering Real-World Bidirectional Scattering Distribution Functions

    Energy Technology Data Exchange (ETDEWEB)

    Ward, Greg [Anywhere Software, Albany, CA (United States); Kurt, Murat [International Computer Institute, Ege University (Turkey); Bonneel, Nicolas [Harvard Univ., Cambridge, MA (United States)

    2012-09-30

    The utilization of real-world materials has been hindered by a lack of standards for sharing and interpreting measured data. This paper presents an XML representation and an Open Source C library to support bidirectional scattering distribution functions (BSDFs) in data-driven lighting simulation and rendering applications.The library provides for the efficient representation, query, and Monte Carlo sampling of arbitrary BSDFs in amodel-free framework. Currently, we support two BSDF data representations: one using a fixed subdivision of thehemisphere, and one with adaptive density. The fixed type has advantages for certain matrix operations, while theadaptive type can more accurately represent highly peaked data. We discuss advanced methods for data-drivenBSDF rendering for both types, including the proxy of detailed geometry to enhance appearance and accuracy.We also present an advanced interpolation method to reduce measured data into these standard representations.We end with our plan for future extensions and sharing of BSDF data.

  12. Device for mechanoluminescence excitation by applying gradually varying pressure on the sample

    International Nuclear Information System (INIS)

    Rai, R.K.; Kher, R.S.; Upadhyay, A.K.; Dhoble, S.J.; Khan, S.A.

    2011-01-01

    Mechanoluminescence (ML) is an interesting phenomenon, which is a light emission caused by mechanical stimuli such as grinding, cutting, collision, striking, friction etc. The nature of the ML emitted from a particular material depends upon how the materials are deformed. The compression technique and piston impact or impulsive techniques are the most popular for ML measurement. In these techniques, ML is excited by applying certain fixed load on to the sample and, it is not possible to study ML by continuously varying load on to the sample. Therefore in order to study ML by applying continuously increasing/decreasing pressure on the sample, a low cost set up has been designed and developed. We have compared the ML of sugar (non-irradiated), γ-irradiated LiF:Ba and BaAl 2 O 4 :Eu phosphor, when ML is excited impulsively and by applying continuously varying pressure on the sample. When BaAl 2 O 4 :Eu phosphor is deformed impulsively, a single peak with shoulder is observed in the time versus ML intensity curve, while number of peak is observed, when continuously increasing pressure applied on the sample. When pressure is continuously decreased less number of peaks is observed as compared to that of increasing pressure. Similar result is observed for LiF:Ba crystal. The enhancement in ML intensity with γ-irradiation suggest that the BaAl 2 O 4 :Eu is a suitable candidate for ML dosimetry. (author)

  13. Implications of a fossil stickleback assemblage for Darwinian gradualism.

    Science.gov (United States)

    Bell, M A

    2009-11-01

    Darwin postulated that a complete fossil record would contain numerous gradual transitions between ancestral and descendant species, but 150 years after publication of The Origin of Species, few such transitions have materialized. The fossil stickleback Gasterosteus doryssus and the deposit in which it occurs provide excellent conditions to detect such transitions. Abundant, well-preserved fossils occur in a stratigraphic setting with fine temporal resolution. The paleoecology of G. doryssus resembles the ecology of modern lakes that harbour the phenotypically similar three-spined stickleback Gasterosteus aculeatus. Gasterosteus aculeatus are primitively highly armoured, but G. doryssus comprised two contemporaneous biological species with relatively weak armour, including a near-shore, benthic feeder (benthic) and an offshore planktivore (limnetic). The benthic species expanded its range into the limnetic zone of the lake, where it apparently switched to planktivory and evolved reduced armour within c. 5000 years in response to directional selection. Although gradual evolution of mean phenotypes occurred, a single major gene caused much of evolutionary change of the pelvic skeleton. Thus, Darwin's expectation that transitions between species in the fossil record would be gradual was met at a fine time scale, but for pelvic structure, a well-studied trait, his expectation that gradual change would depend entirely on numerous, small, heritable differences among individuals was incorrect.

  14. Color-coded volume rendering for three-dimensional reconstructions of CT data

    International Nuclear Information System (INIS)

    Rieker, O.; Mildenberger, P.; Thelen, M.

    1999-01-01

    Purpose: To evaluate a technique of colored three-dimensional reconstructions without segmentation. Material and methods: Color-coded volume rendered images were reconstructed from the volume data of 25 thoracic, abdominal, musculoskeletal, and vascular helical CT scans using commercial software. The CT volume rendered voxels were encoded with color in the following manner. Opacity, hue, lightness, and chroma were assigned to each of four classes defined by CT number. Color-coded reconstructions were compared to the corresponding grey-scale coded reconstructions. Results: Color-coded volume rendering enabled realistic visualization of pathologic findings when there was sufficient difference in CT density. Segmentation was necessary in some cases to demonstrate small details in a complex volume. Conclusion: Color-coded volume rendering allowed lifelike visualisation of CT volumes without the need of segmentation in most cases. (orig.) [de

  15. Physically-Based Rendering of Particle-Based Fluids with Light Transport Effects

    Science.gov (United States)

    Beddiaf, Ali; Babahenini, Mohamed Chaouki

    2018-03-01

    Recent interactive rendering approaches aim to efficiently produce images. However, time constraints deeply affect their output accuracy and realism (many light phenomena are poorly or not supported at all). To remedy this issue, in this paper, we propose a physically-based fluid rendering approach. First, while state-of-the-art methods focus on isosurface rendering with only two refractions, our proposal (1) considers the fluid as a heterogeneous participating medium with refractive boundaries, and (2) supports both multiple refractions and scattering. Second, the proposed solution is fully particle-based in the sense that no particles transformation into a grid is required. This interesting feature makes it able to handle many particle types (water, bubble, foam, and sand). On top of that, a medium with different fluids (color, phase function, etc.) can also be rendered.

  16. An improved method of continuous LOD based on fractal theory in terrain rendering

    Science.gov (United States)

    Lin, Lan; Li, Lijun

    2007-11-01

    With the improvement of computer graphic hardware capability, the algorithm of 3D terrain rendering is going into the hot topic of real-time visualization. In order to solve conflict between the rendering speed and reality of rendering, this paper gives an improved method of terrain rendering which improves the traditional continuous level of detail technique based on fractal theory. This method proposes that the program needn't to operate the memory repeatedly to obtain different resolution terrain model, instead, obtains the fractal characteristic parameters of different region according to the movement of the viewpoint. Experimental results show that the method guarantees the authenticity of landscape, and increases the real-time 3D terrain rendering speed.

  17. High Fidelity Haptic Rendering

    CERN Document Server

    Otaduy, Miguel A

    2006-01-01

    The human haptic system, among all senses, provides unique and bidirectional communication between humans and their physical environment. Yet, to date, most human-computer interactive systems have focused primarily on the graphical rendering of visual information and, to a lesser extent, on the display of auditory information. Extending the frontier of visual computing, haptic interfaces, or force feedback devices, have the potential to increase the quality of human-computer interaction by accommodating the sense of touch. They provide an attractive augmentation to visual display and enhance t

  18. Joint importance sampling of low-order volumetric scattering

    DEFF Research Database (Denmark)

    Georgiev, Iliyan; Křivánek, Jaroslav; Hachisuka, Toshiya

    2013-01-01

    Central to all Monte Carlo-based rendering algorithms is the construction of light transport paths from the light sources to the eye. Existing rendering approaches sample path vertices incrementally when constructing these light transport paths. The resulting probability density is thus a product...... of the conditional densities of each local sampling step, constructed without explicit control over the form of the final joint distribution of the complete path. We analyze why current incremental construction schemes often lead to high variance in the presence of participating media, and reveal...... that such approaches are an unnecessary legacy inherited from traditional surface-based rendering algorithms. We devise joint importance sampling of path vertices in participating media to construct paths that explicitly account for the product of all scattering and geometry terms along a sequence of vertices instead...

  19. Functionality and Performance Visualization of the Distributed High Quality Volume Renderer (HVR)

    KAUST Repository

    Shaheen, Sara

    2012-07-01

    Volume rendering systems are designed to provide means to enable scientists and a variety of experts to interactively explore volume data through 3D views of the volume. However, volume rendering techniques are computationally intensive tasks. Moreover, parallel distributed volume rendering systems and multi-threading architectures were suggested as natural solutions to provide an acceptable volume rendering performance for very large volume data sizes, such as Electron Microscopy data (EM). This in turn adds another level of complexity when developing and manipulating volume rendering systems. Given that distributed parallel volume rendering systems are among the most complex systems to develop, trace and debug, it is obvious that traditional debugging tools do not provide enough support. As a consequence, there is a great demand to provide tools that are able to facilitate the manipulation of such systems. This can be achieved by utilizing the power of compute graphics in designing visual representations that reflect how the system works and that visualize the current performance state of the system.The work presented is categorized within the field of software Visualization, where Visualization is used to serve visualizing and understanding various software. In this thesis, a number of visual representations that reflect a number of functionality and performance aspects of the distributed HVR, a high quality volume renderer system that uses various techniques to visualize large volume sizes interactively. This work is provided to visualize different stages of the parallel volume rendering pipeline of HVR. This is along with means of performance analysis through a number of flexible and dynamic visualizations that reflect the current state of the system and enables manipulation of them at runtime. Those visualization are aimed to facilitate debugging, understanding and analyzing the distributed HVR.

  20. Fast rendering of scanned room geometries

    DEFF Research Database (Denmark)

    Olesen, Søren Krarup; Markovic, Milos; Hammershøi, Dorte

    2014-01-01

    Room acoustics are rendered in Virtual Realities based on models of the real world. These are typically rather coarse representations of the true geometry resulting in room impulse responses with a lack of natural detail. This problem can be overcome by using data scanned by sensors, such as e...

  1. On-the-fly generation and rendering of infinite cities on the GPU

    KAUST Repository

    Steinberger, Markus

    2014-05-01

    In this paper, we present a new approach for shape-grammar-based generation and rendering of huge cities in real-time on the graphics processing unit (GPU). Traditional approaches rely on evaluating a shape grammar and storing the geometry produced as a preprocessing step. During rendering, the pregenerated data is then streamed to the GPU. By interweaving generation and rendering, we overcome the problems and limitations of streaming pregenerated data. Using our methods of visibility pruning and adaptive level of detail, we are able to dynamically generate only the geometry needed to render the current view in real-time directly on the GPU. We also present a robust and efficient way to dynamically update a scene\\'s derivation tree and geometry, enabling us to exploit frame-to-frame coherence. Our combined generation and rendering is significantly faster than all previous work. For detailed scenes, we are capable of generating geometry more rapidly than even just copying pregenerated data from main memory, enabling us to render cities with thousands of buildings at up to 100 frames per second, even with the camera moving at supersonic speed. © 2014 The Author(s) Computer Graphics Forum © 2014 The Eurographics Association and John Wiley & Sons Ltd. Published by John Wiley & Sons Ltd.

  2. On-the-fly generation and rendering of infinite cities on the GPU

    KAUST Repository

    Steinberger, Markus; Kenzel, Michael; Kainz, Bernhard K.; Wonka, Peter; Schmalstieg, Dieter

    2014-01-01

    In this paper, we present a new approach for shape-grammar-based generation and rendering of huge cities in real-time on the graphics processing unit (GPU). Traditional approaches rely on evaluating a shape grammar and storing the geometry produced as a preprocessing step. During rendering, the pregenerated data is then streamed to the GPU. By interweaving generation and rendering, we overcome the problems and limitations of streaming pregenerated data. Using our methods of visibility pruning and adaptive level of detail, we are able to dynamically generate only the geometry needed to render the current view in real-time directly on the GPU. We also present a robust and efficient way to dynamically update a scene's derivation tree and geometry, enabling us to exploit frame-to-frame coherence. Our combined generation and rendering is significantly faster than all previous work. For detailed scenes, we are capable of generating geometry more rapidly than even just copying pregenerated data from main memory, enabling us to render cities with thousands of buildings at up to 100 frames per second, even with the camera moving at supersonic speed. © 2014 The Author(s) Computer Graphics Forum © 2014 The Eurographics Association and John Wiley & Sons Ltd. Published by John Wiley & Sons Ltd.

  3. Democratizing rendering for multiple viewers in surround VR systems

    KAUST Repository

    Schulze, Jü rgen P.; Acevedo-Feliz, Daniel; Mangan, John; Prudhomme, Andrew; Nguyen, Phi Khanh; Weber, Philip P.

    2012-01-01

    We present a new approach for how multiple users' views can be rendered in a surround virtual environment without using special multi-view hardware. It is based on the idea that different parts of the screen are often viewed by different users, so that they can be rendered from their own view point, or at least from a point closer to their view point than traditionally expected. The vast majority of 3D virtual reality systems are designed for one head-tracked user, and a number of passive viewers. Only the head tracked user gets to see the correct view of the scene, everybody else sees a distorted image. We reduce this problem by algorithmically democratizing the rendering view point among all tracked users. Researchers have proposed solutions for multiple tracked users, but most of them require major changes to the display hardware of the VR system, such as additional projectors or custom VR glasses. Our approach does not require additional hardware, except the ability to track each participating user. We propose three versions of our multi-viewer algorithm. Each of them balances image distortion and frame rate in different ways, making them more or less suitable for certain application scenarios. Our most sophisticated algorithm renders each pixel from its own, optimized camera perspective, which depends on all tracked users' head positions and orientations. © 2012 IEEE.

  4. Democratizing rendering for multiple viewers in surround VR systems

    KAUST Repository

    Schulze, Jürgen P.

    2012-03-01

    We present a new approach for how multiple users\\' views can be rendered in a surround virtual environment without using special multi-view hardware. It is based on the idea that different parts of the screen are often viewed by different users, so that they can be rendered from their own view point, or at least from a point closer to their view point than traditionally expected. The vast majority of 3D virtual reality systems are designed for one head-tracked user, and a number of passive viewers. Only the head tracked user gets to see the correct view of the scene, everybody else sees a distorted image. We reduce this problem by algorithmically democratizing the rendering view point among all tracked users. Researchers have proposed solutions for multiple tracked users, but most of them require major changes to the display hardware of the VR system, such as additional projectors or custom VR glasses. Our approach does not require additional hardware, except the ability to track each participating user. We propose three versions of our multi-viewer algorithm. Each of them balances image distortion and frame rate in different ways, making them more or less suitable for certain application scenarios. Our most sophisticated algorithm renders each pixel from its own, optimized camera perspective, which depends on all tracked users\\' head positions and orientations. © 2012 IEEE.

  5. Volume Ray Casting with Peak Finding and Differential Sampling

    KAUST Repository

    Knoll, A.; Hijazi, Y.; Westerteiger, R.; Schott, M.; Hansen, C.; Hagen, H.

    2009-01-01

    classification. In this paper, we introduce a method for rendering such features by explicitly solving for isovalues within the volume rendering integral. In addition, we present a sampling strategy inspired by ray differentials that automatically matches

  6. Use of volume-rendered images in registration of nuclear medicine studies

    International Nuclear Information System (INIS)

    Wallis, J.W.; Miller, T.R.; Hsu, S.S.

    1995-01-01

    A simple operator-guided alignment technique based on volume-rendered images was developed to register tomographic nuclear medicine studies. For each of 2 three-dimensional data sets to be registered, volume-rendered images were generated in 3 orthogonal projections (x,y,z) using the method of maximum-activity projection. Registration was achieved as follows: (a) One of the rendering orientations (e.g. x) was chosen for manipulation; (b) The two dimensional rendering was translated and rotated under operator control to achieve the best alignment as determined by visual assessment; (c) This rotation and translation was then applied to the underlying three-dimensional data set, with updating of the rendered images in each of the orthogonal projections; (d) Another orientation was chosen, and the process repeated. Since manipulation was performed on the small two-dimensional rendered image, feedback was instantaneous. To aid in the visual alignment, difference images and flicker images (toggling between the two data sets) were displayed. Accuracy was assessed by analysis of separate clinical data sets acquired without patient movement. After arbitrary rotation and translation of one of the two data sets, the 2 data sets were registered. Mean registration error was 0.36 pixels, corresponding to a 2.44 mm registration error. Thus, accurate registration can be achieved in under 10 minutes using this simple technique. The accuracy of registration was assessed with use of duplicate SPECT studies originating from separate reconstructions of the data from each of the detectors of a triple-head gamma camera

  7. Mucosal detail at CT virtual reality: surface versus volume rendering.

    Science.gov (United States)

    Hopper, K D; Iyriboz, A T; Wise, S W; Neuman, J D; Mauger, D T; Kasales, C J

    2000-02-01

    To evaluate computed tomographic virtual reality with volumetric versus surface rendering. Virtual reality images were reconstructed for 27 normal or pathologic colonic, gastric, or bronchial structures in four ways: the transition zone (a) reconstructed separately from the wall by using volume rendering; (b) with attenuation equal to air; (c) with attenuation equal to wall (soft tissue); (d) with attenuation halfway between air and wall. The four reconstructed images were randomized. Four experienced imagers blinded to the reconstruction graded them from best to worst with predetermined criteria. All readers rated images with the transition zone as a separate structure as overwhelmingly superior (P Virtual reality is best with volume rendering, with the transition zone (mucosa) between the wall and air reconstructed as a separate structure.

  8. Screen-Space Normal Distribution Function Caching for Consistent Multi-Resolution Rendering of Large Particle Data

    KAUST Repository

    Ibrahim, Mohamed

    2017-08-28

    Molecular dynamics (MD) simulations are crucial to investigating important processes in physics and thermodynamics. The simulated atoms are usually visualized as hard spheres with Phong shading, where individual particles and their local density can be perceived well in close-up views. However, for large-scale simulations with 10 million particles or more, the visualization of large fields-of-view usually suffers from strong aliasing artifacts, because the mismatch between data size and output resolution leads to severe under-sampling of the geometry. Excessive super-sampling can alleviate this problem, but is prohibitively expensive. This paper presents a novel visualization method for large-scale particle data that addresses aliasing while enabling interactive high-quality rendering. We introduce the novel concept of screen-space normal distribution functions (S-NDFs) for particle data. S-NDFs represent the distribution of surface normals that map to a given pixel in screen space, which enables high-quality re-lighting without re-rendering particles. In order to facilitate interactive zooming, we cache S-NDFs in a screen-space mipmap (S-MIP). Together, these two concepts enable interactive, scale-consistent re-lighting and shading changes, as well as zooming, without having to re-sample the particle data. We show how our method facilitates the interactive exploration of real-world large-scale MD simulation data in different scenarios.

  9. Screen-Space Normal Distribution Function Caching for Consistent Multi-Resolution Rendering of Large Particle Data

    KAUST Repository

    Ibrahim, Mohamed; Wickenhauser, Patrick; Rautek, Peter; Reina, Guido; Hadwiger, Markus

    2017-01-01

    Molecular dynamics (MD) simulations are crucial to investigating important processes in physics and thermodynamics. The simulated atoms are usually visualized as hard spheres with Phong shading, where individual particles and their local density can be perceived well in close-up views. However, for large-scale simulations with 10 million particles or more, the visualization of large fields-of-view usually suffers from strong aliasing artifacts, because the mismatch between data size and output resolution leads to severe under-sampling of the geometry. Excessive super-sampling can alleviate this problem, but is prohibitively expensive. This paper presents a novel visualization method for large-scale particle data that addresses aliasing while enabling interactive high-quality rendering. We introduce the novel concept of screen-space normal distribution functions (S-NDFs) for particle data. S-NDFs represent the distribution of surface normals that map to a given pixel in screen space, which enables high-quality re-lighting without re-rendering particles. In order to facilitate interactive zooming, we cache S-NDFs in a screen-space mipmap (S-MIP). Together, these two concepts enable interactive, scale-consistent re-lighting and shading changes, as well as zooming, without having to re-sample the particle data. We show how our method facilitates the interactive exploration of real-world large-scale MD simulation data in different scenarios.

  10. Method of producing hydrogen, and rendering a contaminated biomass inert

    Science.gov (United States)

    Bingham, Dennis N [Idaho Falls, ID; Klingler, Kerry M [Idaho Falls, ID; Wilding, Bruce M [Idaho Falls, ID

    2010-02-23

    A method for rendering a contaminated biomass inert includes providing a first composition, providing a second composition, reacting the first and second compositions together to form an alkaline hydroxide, providing a contaminated biomass feedstock and reacting the alkaline hydroxide with the contaminated biomass feedstock to render the contaminated biomass feedstock inert and further producing hydrogen gas, and a byproduct that includes the first composition.

  11. Predicting the long-term durability of hemp–lime renders in inland and coastal areas using Mediterranean, Tropical and Semi-arid climatic simulations

    International Nuclear Information System (INIS)

    Arizzi, Anna; Viles, Heather; Martín-Sanchez, Inés; Cultrone, Giuseppe

    2016-01-01

    Hemp-based composites are eco-friendly building materials as they improve energy efficiency in buildings and entail low waste production and pollutant emissions during their manufacturing process. Nevertheless, the organic nature of hemp enhances the bio-receptivity of the material, with likely negative consequences for its long-term performance in the building. The main purpose of this study was to study the response at macro- and micro-scale of hemp–lime renders subjected to weathering simulations in an environmental cabinet (one year was condensed in twelve days), so as to predict their long-term durability in coastal and inland areas with Mediterranean, Tropical and Semi-arid climates, also in relation with the lime type used. The simulated climatic conditions caused almost unnoticeable mass, volume and colour changes in hemp–lime renders. No efflorescence or physical breakdown was detected in samples subjected to NaCl, because the salt mainly precipitates on the surface of samples and is washed away by the rain. Although there was no visible microbial colonisation, alkaliphilic fungi (mainly Penicillium and Aspergillus) and bacteria (mainly Bacillus and Micrococcus) were isolated in all samples. Microbial growth and diversification were higher under Tropical climate, due to heavier rainfall. The influence of the bacterial activity on the hardening of samples has also been discussed here and related with the formation and stabilisation of vaterite in hemp–lime mixes. This study has demonstrated that hemp–lime renders show good durability towards a wide range of environmental conditions and factors. However, it might be useful to take some specific preventive and maintenance measures to reduce the bio-receptivity of this material, thus ensuring a longer durability on site. - Highlights: • Realistic simulations in the cabinet of one-year exposure to environmental conditions • Influence of the lime type on the durability of hemp–lime renders

  12. Predicting the long-term durability of hemp–lime renders in inland and coastal areas using Mediterranean, Tropical and Semi-arid climatic simulations

    Energy Technology Data Exchange (ETDEWEB)

    Arizzi, Anna, E-mail: anna.arizzi@ouce.ox.ac.uk [School of Geography and the Environment, University of Oxford, Dyson Perrins Building, South Parks Road, Oxford OX1 3QY (United Kingdom); Viles, Heather [School of Geography and the Environment, University of Oxford, Dyson Perrins Building, South Parks Road, Oxford OX1 3QY (United Kingdom); Martín-Sanchez, Inés [Departamento de Microbiología, Universidad de Granada, Avda. Fuentenueva s/n, 18002 Granada (Spain); Cultrone, Giuseppe [Departamento de Mineralogía y Petrología, Universidad de Granada, Avda. Fuentenueva s/n, 18002 Granada (Spain)

    2016-01-15

    Hemp-based composites are eco-friendly building materials as they improve energy efficiency in buildings and entail low waste production and pollutant emissions during their manufacturing process. Nevertheless, the organic nature of hemp enhances the bio-receptivity of the material, with likely negative consequences for its long-term performance in the building. The main purpose of this study was to study the response at macro- and micro-scale of hemp–lime renders subjected to weathering simulations in an environmental cabinet (one year was condensed in twelve days), so as to predict their long-term durability in coastal and inland areas with Mediterranean, Tropical and Semi-arid climates, also in relation with the lime type used. The simulated climatic conditions caused almost unnoticeable mass, volume and colour changes in hemp–lime renders. No efflorescence or physical breakdown was detected in samples subjected to NaCl, because the salt mainly precipitates on the surface of samples and is washed away by the rain. Although there was no visible microbial colonisation, alkaliphilic fungi (mainly Penicillium and Aspergillus) and bacteria (mainly Bacillus and Micrococcus) were isolated in all samples. Microbial growth and diversification were higher under Tropical climate, due to heavier rainfall. The influence of the bacterial activity on the hardening of samples has also been discussed here and related with the formation and stabilisation of vaterite in hemp–lime mixes. This study has demonstrated that hemp–lime renders show good durability towards a wide range of environmental conditions and factors. However, it might be useful to take some specific preventive and maintenance measures to reduce the bio-receptivity of this material, thus ensuring a longer durability on site. - Highlights: • Realistic simulations in the cabinet of one-year exposure to environmental conditions • Influence of the lime type on the durability of hemp–lime renders

  13. Rendering Visible: Painting and Sexuate Subjectivity

    Science.gov (United States)

    Daley, Linda

    2015-01-01

    In this essay, I examine Luce Irigaray's aesthetic of sexual difference, which she develops by extrapolating from Paul Klee's idea that the role of painting is to render the non-visible rather than represent the visible. This idea is the premise of her analyses of phenomenology and psychoanalysis and their respective contributions to understanding…

  14. Free-viewpoint depth image based rendering

    NARCIS (Netherlands)

    Zinger, S.; Do, Q.L.; With, de P.H.N.

    2010-01-01

    In 3D TV research, one approach is to employ multiple cameras for creating a 3D multi-view signal with the aim to make interactive free-viewpoint selection possible in 3D TV media. This paper explores a new rendering algorithm that enables to compute a free-viewpoint between two reference views from

  15. Influence of rendering methods on yield and quality of chicken fat recovered from broiler skin

    Directory of Open Access Journals (Sweden)

    Liang-Kun Lin

    2017-06-01

    Full Text Available Objective In order to utilize fat from broiler byproducts efficiently, it is necessary to develop an appropriate rendering procedure and establish quality information for the rendered fat. A study was therefore undertaken to evaluate the influence of rendering methods on the amounts and general properties of the fat recovered from broiler skin. Methods The yield and quality of the broiler skin fat rendered through high and lower energy microwave rendering (3.6 W/g for 10 min and 2.4 W/g for 10 min for high power microwave rendering (HPMR and high power microwave rendering (LPMR, respectively, oven baking (OB, at 180°C for 40 min, and water cooking (WC, boiling for 40 min were compared. Results Microwave-rendered skin exhibited the highest yields and fat recovery rates, followed by OB, and WC fats (p<0.05. HPMR fat had the highest L*, a*, and b* values, whereas WC fat had the highest moisture content, acid values, and thiobarbituric acid (TBA values (p<0.05. There was no significant difference in the acid value, peroxide value, and TBA values between HPMR and LPMR fats. Conclusion Microwave rendering at a power level of 3.6 W/g for 10 min is suggested base on the yield and quality of chicken fat.

  16. Beaming teaching application: recording techniques for spatial xylophone sound rendering

    DEFF Research Database (Denmark)

    Markovic, Milos; Madsen, Esben; Olesen, Søren Krarup

    2012-01-01

    BEAMING is a telepresence research project aiming at providing a multimodal interaction between two or more participants located at distant locations. One of the BEAMING applications allows a distant teacher to give a xylophone playing lecture to the students. Therefore, rendering of the xylophon...... to spatial improvements mainly in terms of the Apparent Source Width (ASW). Rendered examples are subjectively evaluated in listening tests by comparing them with binaural recording....

  17. Chromium Renderserver: Scalable and Open Source Remote RenderingInfrastructure

    Energy Technology Data Exchange (ETDEWEB)

    Paul, Brian; Ahern, Sean; Bethel, E. Wes; Brugger, Eric; Cook,Rich; Daniel, Jamison; Lewis, Ken; Owen, Jens; Southard, Dale

    2007-12-01

    Chromium Renderserver (CRRS) is software infrastructure thatprovides the ability for one or more users to run and view image outputfrom unmodified, interactive OpenGL and X11 applications on a remote,parallel computational platform equipped with graphics hardwareaccelerators via industry-standard Layer 7 network protocolsand clientviewers. The new contributions of this work include a solution to theproblem of synchronizing X11 and OpenGL command streams, remote deliveryof parallel hardware-accelerated rendering, and a performance analysis ofseveral different optimizations that are generally applicable to avariety of rendering architectures. CRRSis fully operational, Open Sourcesoftware.

  18. Using a Time Granularity Table for Gradual Granular Data Aggregation

    DEFF Research Database (Denmark)

    Iftikhar, Nadeem; Pedersen, Torben Bach

    2010-01-01

    solution for data reduction based on gradual granular data aggregation. With the gradual granular data aggregation mechanism, older data can be made coarse-grained while keeping the newest data fine-grained. For instance, when data is 3 months old aggregate to 1 minute level from 1 second level, when data...... and improve query performance, especially on resource-constrained systems with limited storage and query processing capabilities. A number of data reduction solutions have been developed, however an effective solution particularly based on gradual data reduction is missing. This paper presents an effective...... is 6 months old aggregate to 2 minutes level from 1 minute level and so on. The proposed solution introduces a time granularity based data structure, namely a relational time granularity table that enables long term storage of old data by maintaining it at different levels of granularity and effective...

  19. Influence of Gradual Elongation to the Patella Tendon Insertion in Rabbits

    Directory of Open Access Journals (Sweden)

    Hirotaka Mutsuzaki

    2014-08-01

    Full Text Available The purpose of this study was to examine the histological changes at the patella tendon (PT insertion site under gradual elongation in rabbits. Gradual elongation of the PT was performed using external fixation for 4 weeks, with a lengthening speed of 0.5 mm/day (elongation group; n = 24. Rabbits in the sham group underwent the same surgical procedure without gradual elongation (sham group; n = 24. Eight animals were sacrificed 1, 2 and 4 weeks after surgery in each group, respectively. Average thicknesses of stained glycosaminoglycan (GAGs areas by Safranin-O staining in the total cartilage layer and the uncalcified fibrocartilage layer in the elongation group were significantly higher than that in the sham group at 4 weeks (p < 0.05 and that in the intact PT group (n = 6, p < 0.05. In the elongation group, the peak in the average thicknesses of the stained GAGs areas in the total cartilage layer and the uncalcified fibrocartilage layer were observed at 4 weeks. Gradual elongation of PT insertion significantly affected the increase in the average thicknesses of the stained GAGs areas in the cartilage layer especially in the uncalcified fibrocartilage layer at 4 weeks in rabbits. Clinically, insertions of tendon and ligament can extend during gradual elongation using external fixation more than 4 weeks after the operation.

  20. A point-based rendering approach for real-time interaction on mobile devices

    Institute of Scientific and Technical Information of China (English)

    LIANG XiaoHui; ZHAO QinPing; HE ZhiYing; XIE Ke; LIU YuBo

    2009-01-01

    Mobile device is an Important interactive platform. Due to the limitation of computation, memory, display area and energy, how to realize the efficient and real-time interaction of 3D models based on mobile devices is an important research topic. Considering features of mobile devices, this paper adopts remote rendering mode and point models, and then, proposes a transmission and rendering approach that could interact in real time. First, improved simplification algorithm based on MLS and display resolution of mobile devices is proposed. Then, a hierarchy selection of point models and a QoS transmission control strategy are given based on interest area of operator, interest degree of object in the virtual environment and rendering error. They can save the energy consumption. Finally, the rendering and interaction of point models are completed on mobile devices. The experiments show that our method is efficient.

  1. VUJE tasks and activities during gradual upgrading

    International Nuclear Information System (INIS)

    Ferenc, M.

    2001-01-01

    The paper describes the organization and management of the Gradual Upgrading of the Bohunice V1 NPP and the principle tasks and scope of activities provided by VUJE Trnava, Inc. It also describes the system of supplies and the system of quality assurance both in the consortium and in subcontractors. (author)

  2. Depth of Field Effects for Interactive Direct Volume Rendering

    KAUST Repository

    Schott, Mathias; Pascal Grosset, A.V.; Martin, Tobias; Pegoraro, Vincent; Smith, Sean T.; Hansen, Charles D.

    2011-01-01

    In this paper, a method for interactive direct volume rendering is proposed for computing depth of field effects, which previously were shown to aid observers in depth and size perception of synthetically generated images. The presented technique extends those benefits to volume rendering visualizations of 3D scalar fields from CT/MRI scanners or numerical simulations. It is based on incremental filtering and as such does not depend on any precomputation, thus allowing interactive explorations of volumetric data sets via on-the-fly editing of the shading model parameters or (multi-dimensional) transfer functions. © 2011 The Author(s).

  3. Depth of Field Effects for Interactive Direct Volume Rendering

    KAUST Repository

    Schott, Mathias

    2011-06-01

    In this paper, a method for interactive direct volume rendering is proposed for computing depth of field effects, which previously were shown to aid observers in depth and size perception of synthetically generated images. The presented technique extends those benefits to volume rendering visualizations of 3D scalar fields from CT/MRI scanners or numerical simulations. It is based on incremental filtering and as such does not depend on any precomputation, thus allowing interactive explorations of volumetric data sets via on-the-fly editing of the shading model parameters or (multi-dimensional) transfer functions. © 2011 The Author(s).

  4. High-performance GPU-based rendering for real-time, rigid 2D/3D-image registration and motion prediction in radiation oncology.

    Science.gov (United States)

    Spoerk, Jakob; Gendrin, Christelle; Weber, Christoph; Figl, Michael; Pawiro, Supriyanto Ardjo; Furtado, Hugo; Fabri, Daniella; Bloch, Christoph; Bergmann, Helmar; Gröller, Eduard; Birkfellner, Wolfgang

    2012-02-01

    A common problem in image-guided radiation therapy (IGRT) of lung cancer as well as other malignant diseases is the compensation of periodic and aperiodic motion during dose delivery. Modern systems for image-guided radiation oncology allow for the acquisition of cone-beam computed tomography data in the treatment room as well as the acquisition of planar radiographs during the treatment. A mid-term research goal is the compensation of tumor target volume motion by 2D/3D Registration. In 2D/3D registration, spatial information on organ location is derived by an iterative comparison of perspective volume renderings, so-called digitally rendered radiographs (DRR) from computed tomography volume data, and planar reference x-rays. Currently, this rendering process is very time consuming, and real-time registration, which should at least provide data on organ position in less than a second, has not come into existence. We present two GPU-based rendering algorithms which generate a DRR of 512×512 pixels size from a CT dataset of 53 MB size at a pace of almost 100 Hz. This rendering rate is feasible by applying a number of algorithmic simplifications which range from alternative volume-driven rendering approaches - namely so-called wobbled splatting - to sub-sampling of the DRR-image by means of specialized raycasting techniques. Furthermore, general purpose graphics processing unit (GPGPU) programming paradigms were consequently utilized. Rendering quality and performance as well as the influence on the quality and performance of the overall registration process were measured and analyzed in detail. The results show that both methods are competitive and pave the way for fast motion compensation by rigid and possibly even non-rigid 2D/3D registration and, beyond that, adaptive filtering of motion models in IGRT. Copyright © 2011. Published by Elsevier GmbH.

  5. High-performance GPU-based rendering for real-time, rigid 2D/3D-image registration and motion prediction in radiation oncology

    Energy Technology Data Exchange (ETDEWEB)

    Spoerk, Jakob; Gendrin, Christelle; Weber, Christoph [Medical University of Vienna (Austria). Center of Medical Physics and Biomedical Engineering] [and others

    2012-07-01

    A common problem in image-guided radiation therapy (IGRT) of lung cancer as well as other malignant diseases is the compensation of periodic and aperiodic motion during dose delivery. Modern systems for image-guided radiation oncology allow for the acquisition of cone-beam computed tomography data in the treatment room as well as the acquisition of planar radiographs during the treatment. A mid-term research goal is the compensation of tumor target volume motion by 2D/3D Registration. In 2D/3D registration, spatial information on organ location is derived by an iterative comparison of perspective volume renderings, so-called digitally rendered radiographs (DRR) from computed tomography volume data, and planar reference X-rays. Currently, this rendering process is very time consuming, and real-time registration, which should at least provide data on organ position in less than a second, has not come into existence. We present two GPU-based rendering algorithms which generate a DRR of 512 x 512 pixels size from a CT dataset of 53 MB size at a pace of almost 100 Hz. This rendering rate is feasible by applying a number of algorithmic simplifications which range from alternative volume-driven rendering approaches - namely so-called wobbled splatting - to sub-sampling of the DRR-image by means of specialized raycasting techniques. Furthermore, general purpose graphics processing unit (GPGPU) programming paradigms were consequently utilized. Rendering quality and performance as well as the influence on the quality and performance of the overall registration process were measured and analyzed in detail. The results show that both methods are competitive and pave the way for fast motion compensation by rigid and possibly even non-rigid 2D/3D registration and, beyond that, adaptive filtering of motion models in IGRT. (orig.)

  6. Graphical User Interfaces for Volume Rendering Applications in Medical Imaging

    OpenAIRE

    Lindfors, Lisa; Lindmark, Hanna

    2002-01-01

    Volume rendering applications are used in medical imaging in order to facilitate the analysis of three-dimensional image data. This study focuses on how to improve the usability of graphical user interfaces of these systems, by gathering user requirements. This is achieved by evaluations of existing systems, together with interviews and observations at clinics in Sweden that use volume rendering to some extent. The usability of the applications of today is not sufficient, according to the use...

  7. Clustered deep shadow maps for integrated polyhedral and volume rendering

    KAUST Repository

    Bornik, Alexander

    2012-01-01

    This paper presents a hardware-accelerated approach for shadow computation in scenes containing both complex volumetric objects and polyhedral models. Our system is the first hardware accelerated complete implementation of deep shadow maps, which unifies the computation of volumetric and geometric shadows. Up to now such unified computation was limited to software-only rendering . Previous hardware accelerated techniques can handle only geometric or only volumetric scenes - both resulting in the loss of important properties of the original concept. Our approach supports interactive rendering of polyhedrally bounded volumetric objects on the GPU based on ray casting. The ray casting can be conveniently used for both the shadow map computation and the rendering. We show how anti-aliased high-quality shadows are feasible in scenes composed of multiple overlapping translucent objects, and how sparse scenes can be handled efficiently using clustered deep shadow maps. © 2012 Springer-Verlag.

  8. Experimental test of Neel's theory of the Rayleigh rule using gradually devitrified Co-based glass

    International Nuclear Information System (INIS)

    Lachowicz, H.K.

    2000-01-01

    It is shown that gradually devitrified Co-based nonmagnetostrictive metallic glass is an excellent model material to verify Louis Neel's theory of the Rayleigh rule. In the course of the calculations, Neel showed that the parameter p=bH c /a (where H c is the coercivity, a and b are the coefficients of a quadratic polynomial expressing the Rayleigh rule) is expected to range between 0.6 (hard magnets) and 1.6 (soft). However, the experimental values of this parameter, reported in the literature for a number of mono- and poly-crystalline magnets, are much greater than those expected from the theory presented by Neel (in some cases even by two orders of magnitude). The measurements, performed for a series of Co-based metallic glass samples annealed at gradually increasing temperature to produce nanocrystalline structures with differentiated density and size of the crystallites, have shown that the calculated values of the parameter p fall within the range expected from Neel's theory

  9. Dynamic Resolution in GPU-Accelerated Volume Rendering to Autostereoscopic Multiview Lenticular Displays

    Directory of Open Access Journals (Sweden)

    Daniel Ruijters

    2008-09-01

    Full Text Available The generation of multiview stereoscopic images of large volume rendered data demands an enormous amount of calculations. We propose a method for hardware accelerated volume rendering of medical data sets to multiview lenticular displays, offering interactive manipulation throughout. The method is based on buffering GPU-accelerated direct volume rendered visualizations of the individual views from their respective focal spot positions, and composing the output signal for the multiview lenticular screen in a second pass. This compositing phase is facilitated by the fact that the view assignment per subpixel is static, and therefore can be precomputed. We decoupled the resolution of the individual views from the resolution of the composited signal, and adjust the resolution on-the-fly, depending on the available processing resources, in order to maintain interactive refresh rates. The optimal resolution for the volume rendered views is determined by means of an analysis of the lattice of the output signal for the lenticular screen in the Fourier domain.

  10. Experiencing "Macbeth": From Text Rendering to Multicultural Performance.

    Science.gov (United States)

    Reisin, Gail

    1993-01-01

    Shows how one teacher used innovative methods in teaching William Shakespeare's "Macbeth." Outlines student assignments including text renderings, rewriting a scene from the play, and creating a multicultural scrapbook for the play. (HB)

  11. Long-term thermophilic mono-digestion of rendering wastes and co-digestion with potato pulp

    International Nuclear Information System (INIS)

    Bayr, S.; Ojanperä, M.; Kaparaju, P.; Rintala, J.

    2014-01-01

    Highlights: • Rendering wastes’ mono-digestion and co-digestion with potato pulp were studied. • CSTR process with OLR of 1.5 kg VS/m 3 d, HRT of 50 d was unstable in mono-digestion. • Free NH 3 inhibited mono-digestion of rendering wastes. • CSTR process with OLR of 1.5 kg VS/m 3 d, HRT of 50 d was stable in co-digestion. • Co-digestion increased methane yield somewhat compared to mono-digestion. - Abstract: In this study, mono-digestion of rendering wastes and co-digestion of rendering wastes with potato pulp were studied for the first time in continuous stirred tank reactor (CSTR) experiments at 55 °C. Rendering wastes have high protein and lipid contents and are considered good substrates for methane production. However, accumulation of digestion intermediate products viz., volatile fatty acids (VFAs), long chain fatty acids (LCFAs) and ammonia nitrogen (NH 4 -N and/or free NH 3 ) can cause process imbalance during the digestion. Mono-digestion of rendering wastes at an organic loading rate (OLR) of 1.5 kg volatile solids (VS)/m 3 d and hydraulic retention time (HRT) of 50 d was unstable and resulted in methane yields of 450 dm 3 /kg VS fed . On the other hand, co-digestion of rendering wastes with potato pulp (60% wet weight, WW) at the same OLR and HRT improved the process stability and increased methane yields (500–680 dm 3 /kg VS fed ). Thus, it can be concluded that co-digestion of rendering wastes with potato pulp could improve the process stability and methane yields from these difficult to treat industrial waste materials

  12. ACCELERATION RENDERING METHOD ON RAY TRACING WITH ANGLE COMPARISON AND DISTANCE COMPARISON

    Directory of Open Access Journals (Sweden)

    Liliana liliana

    2007-01-01

    Full Text Available In computer graphics applications, to produce realistic images, a method that is often used is ray tracing. Ray tracing does not only model local illumination but also global illumination. Local illumination count ambient, diffuse and specular effects only, but global illumination also count mirroring and transparency. Local illumination count effects from the lamp(s but global illumination count effects from other object(s too. Objects that are usually modeled are primitive objects and mesh objects. The advantage of mesh modeling is various, interesting and real-like shape. Mesh contains many primitive objects like triangle or square (rare. A problem in mesh object modeling is long rendering time. It is because every ray must be checked with a lot of triangle of the mesh. Added by ray from other objects checking, the number of ray that traced will increase. It causes the increasing of rendering time. To solve this problem, in this research, new methods are developed to make the rendering process of mesh object faster. The new methods are angle comparison and distance comparison. These methods are used to reduce the number of ray checking. The rays predicted will not intersect with the mesh, are not checked weather the ray intersects the mesh. With angle comparison, if using small angle to compare, the rendering process will be fast. This method has disadvantage, if the shape of each triangle is big, some triangles will be corrupted. If the angle to compare is bigger, mesh corruption can be avoided but the rendering time will be longer than without comparison. With distance comparison, the rendering time is less than without comparison, and no triangle will be corrupted.

  13. 31 CFR 515.548 - Services rendered by Cuba to United States aircraft.

    Science.gov (United States)

    2010-07-01

    ... 31 Money and Finance: Treasury 3 2010-07-01 2010-07-01 false Services rendered by Cuba to United... REGULATIONS Licenses, Authorizations, and Statements of Licensing Policy § 515.548 Services rendered by Cuba to United States aircraft. Specific licenses are issued for payment to Cuba of charges for services...

  14. GPU Pro advanced rendering techniques

    CERN Document Server

    Engel, Wolfgang

    2010-01-01

    This book covers essential tools and techniques for programming the graphics processing unit. Brought to you by Wolfgang Engel and the same team of editors who made the ShaderX series a success, this volume covers advanced rendering techniques, engine design, GPGPU techniques, related mathematical techniques, and game postmortems. A special emphasis is placed on handheld programming to account for the increased importance of graphics on mobile devices, especially the iPhone and iPod touch.Example programs and source code can be downloaded from the book's CRC Press web page. 

  15. COMPANION ANIMALS SYMPOSIUM: Rendered ingredients significantly influence sustainability, quality, and safety of pet food.

    Science.gov (United States)

    Meeker, D L; Meisinger, J L

    2015-03-01

    The rendering industry collects and safely processes approximately 25 million t of animal byproducts each year in the United States. Rendering plants process a variety of raw materials from food animal production, principally offal from slaughterhouses, but include whole animals that die on farms or in transit and other materials such as bone, feathers, and blood. By recycling these byproducts into various protein, fat, and mineral products, including meat and bone meal, hydrolyzed feather meal, blood meal, and various types of animal fats and greases, the sustainability of food animal production is greatly enhanced. The rendering industry is conscious of its role in the prevention of disease and microbiological control and providing safe feed ingredients for livestock, poultry, aquaculture, and pets. The processing of otherwise low-value OM from the livestock production and meat processing industries through rendering drastically reduces the amount of waste. If not rendered, biological materials would be deposited in landfills, burned, buried, or inappropriately dumped with large amounts of carbon dioxide, ammonia, and other compounds polluting air and water. The majority of rendered protein products are used as animal feed. Rendered products are especially valuable to the livestock and pet food industries because of their high protein content, digestible AA levels (especially lysine), mineral availability (especially calcium and phosphorous), and relatively low cost in relation to their nutrient value. The use of these reclaimed and recycled materials in pet food is a much more sustainable model than using human food for pets.

  16. Matching rendered and real world images by digital image processing

    Science.gov (United States)

    Mitjà, Carles; Bover, Toni; Bigas, Miquel; Escofet, Jaume

    2010-05-01

    Recent advances in computer-generated images (CGI) have been used in commercial and industrial photography providing a broad scope in product advertising. Mixing real world images with those rendered from virtual space software shows a more or less visible mismatching between corresponding image quality performance. Rendered images are produced by software which quality performance is only limited by the resolution output. Real world images are taken with cameras with some amount of image degradation factors as lens residual aberrations, diffraction, sensor low pass anti aliasing filters, color pattern demosaicing, etc. The effect of all those image quality degradation factors can be characterized by the system Point Spread Function (PSF). Because the image is the convolution of the object by the system PSF, its characterization shows the amount of image degradation added to any taken picture. This work explores the use of image processing to degrade the rendered images following the parameters indicated by the real system PSF, attempting to match both virtual and real world image qualities. The system MTF is determined by the slanted edge method both in laboratory conditions and in the real picture environment in order to compare the influence of the working conditions on the device performance; an approximation to the system PSF is derived from the two measurements. The rendered images are filtered through a Gaussian filter obtained from the taking system PSF. Results with and without filtering are shown and compared measuring the contrast achieved in different final image regions.

  17. Long-term thermophilic mono-digestion of rendering wastes and co-digestion with potato pulp

    Energy Technology Data Exchange (ETDEWEB)

    Bayr, S., E-mail: suvi.bayr@jyu.fi; Ojanperä, M.; Kaparaju, P.; Rintala, J.

    2014-10-15

    Highlights: • Rendering wastes’ mono-digestion and co-digestion with potato pulp were studied. • CSTR process with OLR of 1.5 kg VS/m{sup 3} d, HRT of 50 d was unstable in mono-digestion. • Free NH{sub 3} inhibited mono-digestion of rendering wastes. • CSTR process with OLR of 1.5 kg VS/m{sup 3} d, HRT of 50 d was stable in co-digestion. • Co-digestion increased methane yield somewhat compared to mono-digestion. - Abstract: In this study, mono-digestion of rendering wastes and co-digestion of rendering wastes with potato pulp were studied for the first time in continuous stirred tank reactor (CSTR) experiments at 55 °C. Rendering wastes have high protein and lipid contents and are considered good substrates for methane production. However, accumulation of digestion intermediate products viz., volatile fatty acids (VFAs), long chain fatty acids (LCFAs) and ammonia nitrogen (NH{sub 4}-N and/or free NH{sub 3}) can cause process imbalance during the digestion. Mono-digestion of rendering wastes at an organic loading rate (OLR) of 1.5 kg volatile solids (VS)/m{sup 3} d and hydraulic retention time (HRT) of 50 d was unstable and resulted in methane yields of 450 dm{sup 3}/kg VS{sub fed}. On the other hand, co-digestion of rendering wastes with potato pulp (60% wet weight, WW) at the same OLR and HRT improved the process stability and increased methane yields (500–680 dm{sup 3}/kg VS{sub fed}). Thus, it can be concluded that co-digestion of rendering wastes with potato pulp could improve the process stability and methane yields from these difficult to treat industrial waste materials.

  18. Construction and Evaluation of an Ultra Low Latency Frameless Renderer for VR.

    Science.gov (United States)

    Friston, Sebastian; Steed, Anthony; Tilbury, Simon; Gaydadjiev, Georgi

    2016-04-01

    Latency - the delay between a user's action and the response to this action - is known to be detrimental to virtual reality. Latency is typically considered to be a discrete value characterising a delay, constant in time and space - but this characterisation is incomplete. Latency changes across the display during scan-out, and how it does so is dependent on the rendering approach used. In this study, we present an ultra-low latency real-time ray-casting renderer for virtual reality, implemented on an FPGA. Our renderer has a latency of ~1 ms from 'tracker to pixel'. Its frameless nature means that the region of the display with the lowest latency immediately follows the scan-beam. This is in contrast to frame-based systems such as those using typical GPUs, for which the latency increases as scan-out proceeds. Using a series of high and low speed videos of our system in use, we confirm its latency of ~1 ms. We examine how the renderer performs when driving a traditional sequential scan-out display on a readily available HMO, the Oculus Rift OK2. We contrast this with an equivalent apparatus built using a GPU. Using captured human head motion and a set of image quality measures, we assess the ability of these systems to faithfully recreate the stimuli of an ideal virtual reality system - one with a zero latency tracker, renderer and display running at 1 kHz. Finally, we examine the results of these quality measures, and how each rendering approach is affected by velocity of movement and display persistence. We find that our system, with a lower average latency, can more faithfully draw what the ideal virtual reality system would. Further, we find that with low display persistence, the sensitivity to velocity of both systems is lowered, but that it is much lower for ours.

  19. The lime renderings from plaza de la Corredera, Córdoba

    Directory of Open Access Journals (Sweden)

    González, T.

    2002-09-01

    Full Text Available The causes of the pathologies found on the lime renderings from Plaza de la Corredera façades are analysed in this study. For this purpose, the mineralogical and chemical analyses of the building materials -brickwork and rendering mortar- has been carried out, as well as their physical, hydric and mechanical properties have been determined. The obtained results from both unaltered and altered materials, and the analysis of the rendering's raw materials, have allowed us to establish that rendering deterioration is connected to the presence of saline compounds (gypsum, halite, which existing in the brickwork substratum, have been removed due to the water saturation of such brickwork. The main cause responsible of the alteration forms - efflorescence, crusts, grain-disintegration, bulging, flaking found on the renderings, has been the salts precipitation (halite, hexahydrite, epsomite in their way towards the external surface.

    En este estudio se analizan las causas de las patologías de los revocos de cal de las fachadas de la Plaza de la Corredera. Para ello se ha realizado el análisis mineralógico y químico de los materiales de construcción - fábrica de ladrillo y mortero de revestimiento- y se han determinado sus propiedades físicas, hídricas y mecánicas. Mediante la comparación de los resultados obtenidos en los materiales inalterados y en los alterados, así como una vez analizadas las materias primas utilizadas en la realización del revoco, se ha podido establecer que la alteración de este último está relacionada con la existencia de compuestos salinos (yeso, halita que, presentes en el substrato de fábrica de ladrillo, se han exudado por saturación de agua de la misma. La precipitación de las sales (halita, hexahidrita, epsomita en su migración hacia el exterior ha sido la principal responsable de las formas de alteración -eflorescencias, costras, arenización, abombamientos, descamaciones- que aparecen sobre los

  20. Insurance of professional responsibility at medical aid rendering

    Directory of Open Access Journals (Sweden)

    Abyzova N.V.

    2011-12-01

    Full Text Available The article discusses the necessity of adoption of professional responsibility insurance act into the public health service. It is considered as the basic mechanism of compensation in case of damage to a patient at medical aid rendering

  1. On some steady-state characteristics of systems with gradual repair

    International Nuclear Information System (INIS)

    Finkelstein, Maxim; Ludick, Zani

    2014-01-01

    We consider a repairable system with continuous output that alternates between states of operation and repair. The output of the system in the operating state is represented by a continuous, decreasing function of time. We assume that during the repair state, the system can produce output that is modelled by an increasing stochastic process. The repair action gradually restores the output of the system to its initial level and it returns to the operating state. We obtain and analyse expressions for the generalized availability and related characteristics of systems with gradual repair and consider several meaningful examples

  2. Reflection curves—new computation and rendering techniques

    Directory of Open Access Journals (Sweden)

    Dan-Eugen Ulmet

    2004-05-01

    Full Text Available Reflection curves on surfaces are important tools for free-form surface interrogation. They are essential for industrial 3D CAD/CAM systems and for rendering purposes. In this note, new approaches regarding the computation and rendering of reflection curves on surfaces are introduced. These approaches are designed to take the advantage of the graphics libraries of recent releases of commercial systems such as the OpenInventor toolkit (developed by Silicon Graphics or Matlab (developed by The Math Works. A new relation between reflection curves and contour curves is derived; this theoretical result is used for a straightforward Matlab implementation of reflection curves. A new type of reflection curves is also generated using the OpenInventor texture and environment mapping implementations. This allows the computation, rendering, and animation of reflection curves at interactive rates, which makes it particularly useful for industrial applications.

  3. Cement-Based Renders Manufactured with Phase-Change Materials: Applications and Feasibility

    Directory of Open Access Journals (Sweden)

    Luigi Coppola

    2016-01-01

    Full Text Available The paper focuses on the evaluation of the rheological and mechanical performances of cement-based renders manufactured with phase-change materials (PCM in form of microencapsulated paraffin for innovative and ecofriendly residential buildings. Specifically, cement-based renders were manufactured by incorporating different amount of paraffin microcapsules—ranging from 5% to 20% by weight with respect to binder. Specific mass, entrained or entrapped air, and setting time were evaluated on fresh mortars. Compressive strength was measured over time to evaluate the effect of the PCM addition on the hydration kinetics of cement. Drying shrinkage was also evaluated. Experimental results confirmed that the compressive strength decreases as the amount of PCM increases. Furthermore, the higher the PCM content, the higher the drying shrinkage. The results confirm the possibility of manufacturing cement-based renders containing up to 20% by weight of PCM microcapsules with respect to binder.

  4. Hardware-accelerated Point Generation and Rendering of Point-based Impostors

    DEFF Research Database (Denmark)

    Bærentzen, Jakob Andreas

    2005-01-01

    This paper presents a novel scheme for generating points from triangle models. The method is fast and lends itself well to implementation using graphics hardware. The triangle to point conversion is done by rendering the models, and the rendering may be performed procedurally or by a black box API....... I describe the technique in detail and discuss how the generated point sets can easily be used as impostors for the original triangle models used to create the points. Since the points reside solely in GPU memory, these impostors are fairly efficient. Source code is available online....

  5. The Visualization Toolkit (VTK): Rewriting the rendering code for modern graphics cards

    Science.gov (United States)

    Hanwell, Marcus D.; Martin, Kenneth M.; Chaudhary, Aashish; Avila, Lisa S.

    2015-09-01

    The Visualization Toolkit (VTK) is an open source, permissively licensed, cross-platform toolkit for scientific data processing, visualization, and data analysis. It is over two decades old, originally developed for a very different graphics card architecture. Modern graphics cards feature fully programmable, highly parallelized architectures with large core counts. VTK's rendering code was rewritten to take advantage of modern graphics cards, maintaining most of the toolkit's programming interfaces. This offers the opportunity to compare the performance of old and new rendering code on the same systems/cards. Significant improvements in rendering speeds and memory footprints mean that scientific data can be visualized in greater detail than ever before. The widespread use of VTK means that these improvements will reap significant benefits.

  6. Rapid and gradual modes of aerosol trace metal dissolution in seawater

    Directory of Open Access Journals (Sweden)

    Katherine Rose Marie Mackey

    2015-01-01

    Full Text Available Atmospheric deposition is a major source of trace metals in marine surface waters and supplies vital micronutrients to phytoplankton, yet measured aerosol trace metal solubility values are operationally defined and there are relatively few multi-element studies on aerosol-metal solubility in seawater. Here we measure the solubility of aluminum (Al, cadmium (Cd, cobalt (Co, copper (Cu, iron (Fe, manganese (Mn, nickel (Ni, lead (Pb, and zinc (Zn from natural aerosol samples in seawater over a 7 day period to (1 evaluate the role of extraction time in trace metal dissolution behavior and (2 explore how the individual dissolution patterns could influence biota. Dissolution behavior occurs over a continuum ranging from rapid dissolution, in which the majority of soluble metal dissolved immediately upon seawater exposure (Cd and Co in our samples, to gradual dissolution, where metals dissolved slowly over time (Zn, Mn, Cu, and Al in our samples. Additionally, dissolution affected by interactions with particles was observed in which a decline in soluble metal concentration over time occurred (Fe and Pb in our samples. Natural variability in aerosol chemistry between samples can cause metals to display different dissolution kinetics in different samples, and this was particularly evident for Ni, for which samples showed a broad range of dissolution rates. The elemental molar ratio of metals in the bulk aerosols was 23,189Fe: 22,651Al: 445Mn: 348Zn: 71Cu: 48Ni: 23Pb: 9Co: 1Cd, whereas the seawater soluble molar ratio after 7 days of leaching was 11Fe: 620Al: 205Mn: 240Zn: 20Cu: 14Ni: 9Pb: 2Co: 1Cd. The different kinetics and ratios of aerosol metal dissolution have implications for phytoplankton nutrition, and highlight the need for unified extraction protocols that simulate aerosol metal dissolution in the surface ocean.

  7. Rendering Falling Leaves on Graphics Hardware

    OpenAIRE

    Marcos Balsa; Pere-Pau Vázquez

    2008-01-01

    There is a growing interest in simulating natural phenomena in computer graphics applications. Animating natural scenes in real time is one of the most challenging problems due to the inherent complexity of their structure, formed by millions of geometric entities, and the interactions that happen within. An example of natural scenario that is needed for games or simulation programs are forests. Forests are difficult to render because the huge amount of geometric entities and the large amount...

  8. VIDEO ANIMASI 3D PENGENALAN RUMAH ADAT DAN ALAT MUSIK KEPRI DENGAN MENGUNAKAN TEKNIK RENDER CEL-SHADING

    Directory of Open Access Journals (Sweden)

    Jianfranco Irfian Asnawi

    2016-11-01

    Full Text Available Animasi ini berjudul "video animasi 3D rumah adat dan alat musik Kepulauan Riau dengan menggunakan teknik render cel-shading" merupakan video yang bertujuan memperkenalkan alat-alat musik yang berasal dari kepulauan riau, Animasi ini akan diterapkan dengan menggunakan teknik render cel-shading. Cel-shading adalah teknik render yang menampilkan grafik 3D yang menyerupai gambar tangan, seperti gambar komik dan kartun. Teknik ini juga sudah di terapkan dalam game 3D yang ternyata menarik banyak perhatian peminat. Teknik ini akan di terapkan kedalam animasi 3D "video animasi rumah adat dan alat musik kepulauan riau dengan menggunakan teknik render cel-shading" Animasi di rancang menggunakan skenario dan storyboard kemudian di implementasikan dalam software 3D MAYA AUTODESK dengan menggunakan teknik render cel-shading. Setelah diterapkan maka di dapatkan definisi keberhasilan dari teknik render cel shading di bandingkan dengan teknik render global illumination seperti dari kecepatan dalam merender dan tingkat kecerahan warna pada video. Kata kunci: animasi, game 3D, cel-shading.

  9. Visualization of plasma collision phenomenon by particle based rendering

    International Nuclear Information System (INIS)

    Yamamoto, Takeshi; Takagishi, Hironori; Hasegawa, Kyoko; Nakata, Susumu; Tanaka, Satoshi; Tanaka, Kazuo

    2012-01-01

    In this paper, we visualize plasma collision phenomenon based on XYT-space (space and time) volume data for supporting research in plasma physics. We create 3D volume data in the XYT-space by piling up a time series of XY-plane photo images taken in experiment. As a result, we can visualize as one still image all the time behavior of the plasma plume. Besides, we adopt 'fused' visualization based on particle based rendering technique. Using that technique, we can easily fuse volume rendering different materials, and compare physics of different elements in flexible ways. In addition, we propose the method to generate pseudo-3D images from pictures shoot by ICCD of two perspectives on the upper and side. (author)

  10. Specification and time required for the application of a lime-based render inside historic buildings

    Directory of Open Access Journals (Sweden)

    Vasco Peixoto de Freitas

    2008-01-01

    Full Text Available Intervention in ancient buildings with historical and architectural value requires traditional techniques, such as the use of lime mortars for internal and external wall renderings. In order to ensure the desired performance, these rendering mortars must be rigorously specified and quality controls have to be performed during application. The choice of mortar composition should take account of factors such as compatibility with the substrate, mechanical requirements and water behaviour. The construction schedule, which used to be considered a second order variable, nowadays plays a decisive role in the selection of the rendering technique, given its effects upon costs. How should lime-based mortars be specified? How much time is required for the application and curing of a lime-based render? This paper reflects upon the feasibility of using traditional lime mortars in three-layer renders inside churches and monasteries under adverse hygrothermal conditions and when time is critical. A case study is presented in which internal lime mortar renderings were applied in a church in Northern Portugal, where the very high relative humidity meant that several months were necessary before the drying process was complete.

  11. ARE: Ada Rendering Engine

    Directory of Open Access Journals (Sweden)

    Stefano Penge

    2009-10-01

    Full Text Available E' ormai pratica diffusa, nello sviluppo di applicazioni web, l'utilizzo di template e di potenti template engine per automatizzare la generazione dei contenuti da presentare all'utente. Tuttavia a volte la potenza di tali engine è€ ottenuta mescolando logica e interfaccia, introducendo linguaggi diversi da quelli di descrizione della pagina, o addirittura inventando nuovi linguaggi dedicati.ARE (ADA Rendering Engine è€ pensato per gestire l'intero flusso di creazione del contenuto HTML/XHTML dinamico, la selezione del corretto template, CSS, JavaScript e la produzione dell'output separando completamente logica e interfaccia. I templates utilizzati sono puro HTML senza parti in altri linguaggi, e possono quindi essere gestiti e visualizzati autonomamente. Il codice HTML generato è€ uniforme e parametrizzato.E' composto da due moduli, CORE (Common Output Rendering Engine e ALE (ADA Layout Engine.Il primo (CORE viene utilizzato per la generazione OO degli elementi del DOM ed è pensato per aiutare lo sviluppatore nella produzione di codice valido rispetto al DTD utilizzato. CORE genera automaticamente gli elementi del DOM in base al DTD impostato nella configurazioneIl secondo (ALE viene utilizzato come template engine per selezionare automaticamente in base ad alcuni parametri (modulo, profilo utente, tipologia del nodo, del corso, preferenze di installazione il template HTML, i CSS e i file JavaScript appropriati. ALE permette di usare templates di default e microtemplates ricorsivi per semplificare il lavoro del grafico.I due moduli possono in ogni caso essere utilizzati indipendentemente l'uno dall'altro. E' possibile generare e renderizzare una pagina HTML utilizzando solo CORE oppure inviare gli oggetti CORE al template engine ALE che provvede a renderizzare la pagina HTML. Viceversa è possibile generare HTML senza utilizzare CORE ed inviarlo al template engine ALECORE è alla prima release ed è€ già utilizzato all

  12. Morphological pyramids in multiresolution MIP rendering of large volume data : Survey and new results

    NARCIS (Netherlands)

    Roerdink, J.B.T.M.

    We survey and extend nonlinear signal decompositions based on morphological pyramids, and their application to multiresolution maximum intensity projection (MIP) volume rendering with progressive refinement and perfect reconstruction. The structure of the resulting multiresolution rendering

  13. Sparse PDF Volumes for Consistent Multi-Resolution Volume Rendering

    KAUST Repository

    Sicat, Ronell Barrera; Kruger, Jens; Moller, Torsten; Hadwiger, Markus

    2014-01-01

    This paper presents a new multi-resolution volume representation called sparse pdf volumes, which enables consistent multi-resolution volume rendering based on probability density functions (pdfs) of voxel neighborhoods. These pdfs are defined

  14. Tactile display for virtual 3D shape rendering

    CERN Document Server

    Mansutti, Alessandro; Bordegoni, Monica; Cugini, Umberto

    2017-01-01

    This book describes a novel system for the simultaneous visual and tactile rendering of product shapes which allows designers to simultaneously touch and see new product shapes during the conceptual phase of product development. This system offers important advantages, including potential cost and time savings, compared with the standard product design process in which digital 3D models and physical prototypes are often repeatedly modified until an optimal design is achieved. The system consists of a tactile display that is able to represent, within a real environment, the shape of a product. Designers can explore the rendered surface by touching curves lying on the product shape, selecting those curves that can be considered style features and evaluating their aesthetic quality. In order to physically represent these selected curves, a flexible surface is modeled by means of servo-actuated modules controlling a physical deforming strip. The tactile display is designed so as to be portable, low cost, modular,...

  15. Parametric model of the scala tympani for haptic-rendered cochlear implantation.

    Science.gov (United States)

    Todd, Catherine; Naghdy, Fazel

    2005-01-01

    A parametric model of the human scala tympani has been designed for use in a haptic-rendered computer simulation of cochlear implant surgery. It will be the first surgical simulator of this kind. A geometric model of the Scala Tympani has been derived from measured data for this purpose. The model is compared with two existing descriptions of the cochlear spiral. A first approximation of the basilar membrane is also produced. The structures are imported into a force-rendering software application for system development.

  16. Radionuclide cisternography: SPECT and 3D-rendering

    International Nuclear Information System (INIS)

    Henkes, H.; Huber, G.; Piepgras, U.; Hierholzer, J.; Cordes, M.

    1991-01-01

    Radionuclide cisternography is indicated in the clinical work-up for hydrocephalus, when searching for CSF leaks, and when testing whether or not intracranial cystic lesions are communicating with the adjacent subarachnoid space. This paper demonstrates the feasibility and diagnostic value of SPECT and subsequent 3D surface rendering in addition to conventional rectilinear CSF imaging in eight patients. Planar images allowed the evaluation of CSF circulation and the detection of CSF fistula. They were advantageous in examinations 48 h after application of 111 In-DTPA. SPECT scans, generated 4-24 h after tracer application, were superior in the delineation of basal cisterns, especially in early scans; this was helpful in patients with pooling due to CSF fistula and in cystic lesions near the skull base. A major drawback was the limited image quality of delayed scans, when the SPECT data were degraded by a low count rate. 3D surface rendering was easily feasible from SPECT data and yielded high quality images. The presentation of the spatial distribution of nuclide-contaminated CSF proved especially helpful in the area of the basal cisterns. (orig.) [de

  17. Predicting the long-term durability of hemp-lime renders in inland and coastal areas using Mediterranean, Tropical and Semi-arid climatic simulations.

    Science.gov (United States)

    Arizzi, Anna; Viles, Heather; Martín-Sanchez, Inés; Cultrone, Giuseppe

    2016-01-15

    Hemp-based composites are eco-friendly building materials as they improve energy efficiency in buildings and entail low waste production and pollutant emissions during their manufacturing process. Nevertheless, the organic nature of hemp enhances the bio-receptivity of the material, with likely negative consequences for its long-term performance in the building. The main purpose of this study was to study the response at macro- and micro-scale of hemp-lime renders subjected to weathering simulations in an environmental cabinet (one year was condensed in twelve days), so as to predict their long-term durability in coastal and inland areas with Mediterranean, Tropical and Semi-arid climates, also in relation with the lime type used. The simulated climatic conditions caused almost unnoticeable mass, volume and colour changes in hemp-lime renders. No efflorescence or physical breakdown was detected in samples subjected to NaCl, because the salt mainly precipitates on the surface of samples and is washed away by the rain. Although there was no visible microbial colonisation, alkaliphilic fungi (mainly Penicillium and Aspergillus) and bacteria (mainly Bacillus and Micrococcus) were isolated in all samples. Microbial growth and diversification were higher under Tropical climate, due to heavier rainfall. The influence of the bacterial activity on the hardening of samples has also been discussed here and related with the formation and stabilisation of vaterite in hemp-lime mixes. This study has demonstrated that hemp-lime renders show good durability towards a wide range of environmental conditions and factors. However, it might be useful to take some specific preventive and maintenance measures to reduce the bio-receptivity of this material, thus ensuring a longer durability on site. Copyright © 2015 Elsevier B.V. All rights reserved.

  18. Emotion rendering in auditory simulations of imagined walking styles

    DEFF Research Database (Denmark)

    Turchet, Luca; Rodá, Antonio

    2016-01-01

    This paper investigated how different emotional states of a walker can be rendered and recognized by means of footstep sounds synthesis algorithms. In a first experiment, participants were asked to render, according to imagined walking scenarios, five emotions (aggressive, happy, neutral, sad......, and tender) by manipulating the parameters of synthetic footstep sounds simulating various combinations of surface materials and shoes types. Results allowed to identify, for the involved emotions and sound conditions, the mean values and ranges of variation of two parameters, sound level and temporal...... distance between consecutive steps. Results were in accordance with those reported in previous studies on real walking, suggesting that expression of emotions in walking is independent from the real or imagined motor activity. In a second experiment participants were asked to identify the emotions...

  19. Factors affecting extension workers in their rendering of effective ...

    African Journals Online (AJOL)

    Factors affecting extension workers in their rendering of effective service to pre and ... Small, micro and medium entrepreneurs play an important role in economic ... such as production, marketing and management to adequately service the ...

  20. Adaptation of the white shrimp Litopenaeus vannamei to gradual changes to a low-pH environment.

    Science.gov (United States)

    Han, Si-Yin; Wang, Bao-Jie; Liu, Mei; Wang, Meng-Qiang; Jiang, Ke-Yong; Liu, Xin-Wei; Wang, Lei

    2018-03-01

    pH variation could cause a stress response in euryhaline penaeids, we evaluated the mortality, growth performance, osmoregulation gene expression, digestive enzyme activity, histology, and resistance against Vibrio parahemolyticus of white shrimp Litopenaeus vannamei reared under conditions of gradual changes to a low-pH environment (gradual-low pH, 6.65-8.20) or a high-pH environment (gradual-high pH, 8.20-9.81) versus a normal pH environment (8.14-8.31) during a 28-d experiment. Consequently, under gradual-high pH, the cumulative mortality rate (CMR) rose with time until 39.9% on days 28; the weight gain percentage (WGP) and length gain percentage (LGP) decreased continuously. However, under gradual-low pH, the CMR of shrimp stabilized at 6.67% during 7-28 d; the WGP and LGP decreased first and then returned to normal. These results indicated that L. vannamei displayed a moderate tolerance to gradual-low pH, compared with gradual-high pH. Under gradual-low pH, the Na + /K + -ATPase, cytoplasmic carbonic anydrase (CAc), and glycosyl-phosphatidylinositol-linked carbonic anhydrase (CAg) transcripts of shrimp increased continuously or then back to normal; the amylase, lipase, and trypsin activities decreased first and then returned to normal or increased; the hepatopancreases and midguts showed histopathological lesions first and then got remission. Thus, the major adaptation mechanism of shrimp to gradual-low pH might be its high osmoregulation ability, which made shrimp achieve a new, balanced steady-state, then promoted longer intestinal villi and recuperative hepatopancreases of shrimp with enhanced digestive enzyme activities to increase nutrient absorption after long-term exposure. Meanwhile, the enhanced resistance against V. parahemolyticus under gradual-low pH would probably inhibit disease outbreak in the shrimp farming. Copyright © 2017 Elsevier Inc. All rights reserved.

  1. Molecular sieving action of the cell membrane during gradual osmotic hemolysis

    Energy Technology Data Exchange (ETDEWEB)

    MacGregor, R.D. II

    1977-05-01

    Rat erythrocytes were hemolyzed by controlled gradual osmotic hemolysis to study cell morphology and hemoglobin loss from individual cells. Results suggest that each increase in the rate of loss of a protein from the cells during the initial phases of controlled gradual osmotic hemolysis is caused by the passage of a previously impermeable species across the stressed membrane. Similarly, during the final stages of controlled gradual osmotic hemolysis, each sharp decrease in the rate of loss of a protein corresponds to the termination of a molecular flow. A theoretical model is described that predicts the molecular sieving of soluble globular proteins across the stressed red cell membrane. Hydrophobic interactions occur between the soluble proteins and the lipid bilayer portion of the cell membrane. A spectrin network subdivides the bilayer into domains that restrict the insertion of large molecules into the membrane. Other membrane proteins affect soluble protein access to the membrane. Changes in the loss curves caused by incubation of red cells are discussed in terms of the model.

  2. Haptic rendering foundations, algorithms, and applications

    CERN Document Server

    Lin, Ming C

    2008-01-01

    For a long time, human beings have dreamed of a virtual world where it is possible to interact with synthetic entities as if they were real. It has been shown that the ability to touch virtual objects increases the sense of presence in virtual environments. This book provides an authoritative overview of state-of-theart haptic rendering algorithms and their applications. The authors examine various approaches and techniques for designing touch-enabled interfaces for a number of applications, including medical training, model design, and maintainability analysis for virtual prototyping, scienti

  3. GPU Pro 4 advanced rendering techniques

    CERN Document Server

    Engel, Wolfgang

    2013-01-01

    GPU Pro4: Advanced Rendering Techniques presents ready-to-use ideas and procedures that can help solve many of your day-to-day graphics programming challenges. Focusing on interactive media and games, the book covers up-to-date methods producing real-time graphics. Section editors Wolfgang Engel, Christopher Oat, Carsten Dachsbacher, Michal Valient, Wessam Bahnassi, and Sebastien St-Laurent have once again assembled a high-quality collection of cutting-edge techniques for advanced graphics processing unit (GPU) programming. Divided into six sections, the book begins with discussions on the abi

  4. GPU PRO 3 Advanced rendering techniques

    CERN Document Server

    Engel, Wolfgang

    2012-01-01

    GPU Pro3, the third volume in the GPU Pro book series, offers practical tips and techniques for creating real-time graphics that are useful to beginners and seasoned game and graphics programmers alike. Section editors Wolfgang Engel, Christopher Oat, Carsten Dachsbacher, Wessam Bahnassi, and Sebastien St-Laurent have once again brought together a high-quality collection of cutting-edge techniques for advanced GPU programming. With contributions by more than 50 experts, GPU Pro3: Advanced Rendering Techniques covers battle-tested tips and tricks for creating interesting geometry, realistic sha

  5. Validation of Thermal Lethality against Salmonella enterica in Poultry Offal during Rendering.

    Science.gov (United States)

    Jones-Ibarra, Amie-Marie; Acuff, Gary R; Alvarado, Christine Z; Taylor, T Matthew

    2017-09-01

    Recent outbreaks of human disease following contact with companion animal foods cross-contaminated with enteric pathogens, such as Salmonella enterica, have resulted in increased concern regarding the microbiological safety of animal foods. Additionally, the U.S. Food and Drug Administration Food Safety Modernization Act and its implementing rules have stipulated the implementation of current good manufacturing practices and food safety preventive controls for livestock and companion animal foods. Animal foods and feeds are sometimes formulated to include thermally rendered animal by-product meals. The objective of this research was to determine the thermal inactivation of S. enterica in poultry offal during rendering at differing temperatures. Raw poultry offal was obtained from a commercial renderer and inoculated with a mixture of Salmonella serovars Senftenberg, Enteritidis, and Gallinarum (an avian pathogen) prior to being subjected to heating at 150, 155, or 160°F (65.5, 68.3, or 71.1°C) for up to 15 min. Following heat application, surviving Salmonella bacteria were enumerated. Mean D-values for the Salmonella cocktail at 150, 155, and 160°F were 0.254 ± 0.045, 0.172 ± 0.012, and 0.086 ± 0.004 min, respectively, indicative of increasing susceptibility to increased application of heat during processing. The mean thermal process constant (z-value) was 21.948 ± 3.87°F. Results indicate that a 7.0-log-cycle inactivation of Salmonella may be obtained from the cumulative lethality encountered during the heating come-up period and subsequent rendering of raw poultry offal at temperatures not less than 150°F. Current poultry rendering procedures are anticipated to be effective for achieving necessary pathogen control when completed under sanitary conditions.

  6. Computation of gradually varied flow in compound open channel ...

    Indian Academy of Sciences (India)

    The flow of water in an open channel can be treated as steady, gradually varied flow for ... channel between two nodes is treated as a single reach to calculate the loss ... dition at control points and (iii) critical depth is also required to verify the ...

  7. The effect of depth compression on multiview rendering quality

    NARCIS (Netherlands)

    Merkle, P.; Morvan, Y.; Smolic, A.; Farin, D.S.; Mueller, K..; With, de P.H.N.; Wiegand, T.

    2010-01-01

    This paper presents a comparative study on different techniques for depth-image compression and its implications on the quality of multiview video plus depth virtual view rendering. A novel coding algorithm for depth images that concentrates on their special characteristics, namely smooth regions

  8. Using neutrosophic graph cut segmentation algorithm for qualified rendering image selection in thyroid elastography video.

    Science.gov (United States)

    Guo, Yanhui; Jiang, Shuang-Quan; Sun, Baiqing; Siuly, Siuly; Şengür, Abdulkadir; Tian, Jia-Wei

    2017-12-01

    Recently, elastography has become very popular in clinical investigation for thyroid cancer detection and diagnosis. In elastogram, the stress results of the thyroid are displayed using pseudo colors. Due to variation of the rendering results in different frames, it is difficult for radiologists to manually select the qualified frame image quickly and efficiently. The purpose of this study is to find the qualified rendering result in the thyroid elastogram. This paper employs an efficient thyroid ultrasound image segmentation algorithm based on neutrosophic graph cut to find the qualified rendering images. Firstly, a thyroid ultrasound image is mapped into neutrosophic set, and an indeterminacy filter is constructed to reduce the indeterminacy of the spatial and intensity information in the image. A graph is defined on the image and the weight for each pixel is represented using the value after indeterminacy filtering. The segmentation results are obtained using a maximum-flow algorithm on the graph. Then the anatomic structure is identified in thyroid ultrasound image. Finally the rendering colors on these anatomic regions are extracted and validated to find the frames which satisfy the selection criteria. To test the performance of the proposed method, a thyroid elastogram dataset is built and totally 33 cases were collected. An experienced radiologist manually evaluates the selection results of the proposed method. Experimental results demonstrate that the proposed method finds the qualified rendering frame with 100% accuracy. The proposed scheme assists the radiologists to diagnose the thyroid diseases using the qualified rendering images.

  9. The Gradual Evolution of Language

    Directory of Open Access Journals (Sweden)

    Michael C. Corballis

    2014-12-01

    Full Text Available Language is commonly held to be unique to humans, and to have emerged suddenly in a single “great leap forward” within the past 100,000 years. The view is profoundly anti-Darwinian, and I propose instead a framework for understanding how language might have evolved incrementally from our primate heritage. One major proposition is that language evolved from manual action, with vocalization emerging as the dominant mode late in hominin evolution. The second proposition has to do with the role of language as a means of communicating about events displaced in space and time from the present. Some have argued that mental time travel itself is unique to human, which might explain why language itself is uniquely human. I argue instead that mental time travel has ancient evolutionary origins, and gradually assumed narrative-like properties during the Pleistocene, when language itself began to take shape.

  10. 7 CFR 54.1016 - Advance information concerning service rendered.

    Science.gov (United States)

    2010-01-01

    ... MARKETING SERVICE (Standards, Inspections, Marketing Practices), DEPARTMENT OF AGRICULTURE (CONTINUED) REGULATIONS AND STANDARDS UNDER THE AGRICULTURAL MARKETING ACT OF 1946 AND THE EGG PRODUCTS INSPECTION ACT... rendered. Upon request of any applicant, all or any part of the contents of any report issued to the...

  11. A Single Swede Midge (Diptera: Cecidomyiidae) Larva Can Render Cauliflower Unmarketable.

    Science.gov (United States)

    Stratton, Chase A; Hodgdon, Elisabeth A; Zuckerman, Samuel G; Shelton, Anthony M; Chen, Yolanda H

    2018-05-01

    Swede midge, Contarinia nasturtii Kieffer (Diptera: Cecidomyiidae), is an invasive pest causing significant damage on Brassica crops in the Northeastern United States and Eastern Canada. Heading brassicas, like cauliflower, appear to be particularly susceptible. Swede midge is difficult to control because larvae feed concealed inside meristematic tissues of the plant. In order to develop damage and marketability thresholds necessary for integrated pest management, it is important to determine how many larvae render plants unmarketable and whether the timing of infestation affects the severity of damage. We manipulated larval density (0, 1, 3, 5, 10, or 20) per plant and the timing of infestation (30, 55, and 80 d after seeding) on cauliflower in the lab and field to answer the following questions: 1) What is the swede midge damage threshold? 2) How many swede midge larvae can render cauliflower crowns unmarketable? and 3) Does the age of cauliflower at infestation influence the severity of damage and marketability? We found that even a single larva can cause mild twisting and scarring in the crown rendering cauliflower unmarketable 52% of the time, with more larvae causing more severe damage and additional losses, regardless of cauliflower age at infestation.

  12. Mastering Mental Ray Rendering Techniques for 3D and CAD Professionals

    CERN Document Server

    O'Connor, Jennifer

    2010-01-01

    Proven techniques for using mental ray effectively. If you're a busy artist seeking high-end results for your 3D, design, or architecture renders using mental ray, this is the perfect book for you. It distills the highly technical nature of rendering into easy-to-follow steps and tutorials that you can apply immediately to your own projects. The book uses 3ds Max and 3ds Max Design to show the integration with mental ray, but users of any 3D or CAD software can learn valuable techniques for incorporating mental ray into their pipelines.: Takes you under the hood of mental ray, a stand-alone or

  13. Interactive dual-volume rendering visualization with real-time fusion and transfer function enhancement

    Science.gov (United States)

    Macready, Hugh; Kim, Jinman; Feng, David; Cai, Weidong

    2006-03-01

    Dual-modality imaging scanners combining functional PET and anatomical CT constitute a challenge in volumetric visualization that can be limited by the high computational demand and expense. This study aims at providing physicians with multi-dimensional visualization tools, in order to navigate and manipulate the data running on a consumer PC. We have maximized the utilization of pixel-shader architecture of the low-cost graphic hardware and the texture-based volume rendering to provide visualization tools with high degree of interactivity. All the software was developed using OpenGL and Silicon Graphics Inc. Volumizer, tested on a Pentium mobile CPU on a PC notebook with 64M graphic memory. We render the individual modalities separately, and performing real-time per-voxel fusion. We designed a novel "alpha-spike" transfer function to interactively identify structure of interest from volume rendering of PET/CT. This works by assigning a non-linear opacity to the voxels, thus, allowing the physician to selectively eliminate or reveal information from the PET/CT volumes. As the PET and CT are rendered independently, manipulations can be applied to individual volumes, for instance, the application of transfer function to CT to reveal the lung boundary while adjusting the fusion ration between the CT and PET to enhance the contrast of a tumour region, with the resultant manipulated data sets fused together in real-time as the adjustments are made. In addition to conventional navigation and manipulation tools, such as scaling, LUT, volume slicing, and others, our strategy permits efficient visualization of PET/CT volume rendering which can potentially aid in interpretation and diagnosis.

  14. A concept of volume rendering guided search process to analyze medical data set.

    Science.gov (United States)

    Zhou, Jianlong; Xiao, Chun; Wang, Zhiyan; Takatsuka, Masahiro

    2008-03-01

    This paper firstly presents an approach of parallel coordinates based parameter control panel (PCP). The PCP is used to control parameters of focal region-based volume rendering (FRVR) during data analysis. It uses a parallel coordinates style interface. Different rendering parameters represented with nodes on each axis, and renditions based on related parameters are connected using polylines to show dependencies between renditions and parameters. Based on the PCP, a concept of volume rendering guided search process is proposed. The search pipeline is divided into four phases. Different parameters of FRVR are recorded and modulated in the PCP during search phases. The concept shows that volume visualization could play the role of guiding a search process in the rendition space to help users to efficiently find local structures of interest. The usability of the proposed approach is evaluated to show its effectiveness.

  15. Water driven leaching of biocides from paints and renders

    DEFF Research Database (Denmark)

    Bester, Kai; Vollertsen, Jes; Bollmann, Ulla E

    ) were so high, that rather professional urban gardening (flower and greenhouses) than handling of biocides from construction materials seem to be able to explain the findings. While the use in agriculture is restricted, the use in greenhouses is currently considered legal in Denmark. Leaching....../partitioning: Considering material properties, it was found out that, for all of the compounds the sorption (and leaching) is highly pH-dependent. It must be take into account that the pH in the porewater of the tested render materials is between 9 and 10 while the rainwater is around 5, thus making prediction difficult...... at this stage. For some of the compounds the sorption is dependent on the amount of polymer in the render, while it is only rarely of importance which polymer is used. Considering the interaction of weather with the leaching of biocides from real walls it turned out that a lot of parameters such as irradiation...

  16. Real-time 3-dimensional fetal echocardiography with an instantaneous volume-rendered display: early description and pictorial essay.

    Science.gov (United States)

    Sklansky, Mark S; DeVore, Greggory R; Wong, Pierre C

    2004-02-01

    Random fetal motion, rapid fetal heart rates, and cumbersome processing algorithms have limited reconstructive approaches to 3-dimensional fetal cardiac imaging. Given the recent development of real-time, instantaneous volume-rendered sonographic displays of volume data, we sought to apply this technology to fetal cardiac imaging. We obtained 1 to 6 volume data sets on each of 30 fetal hearts referred for formal fetal echocardiography. Each volume data set was acquired over 2 to 8 seconds and stored on the system's hard drive. Rendered images were subsequently processed to optimize translucency, smoothing, and orientation and cropped to reveal "surgeon's eye views" of clinically relevant anatomic structures. Qualitative comparison was made with conventional fetal echocardiography for each subject. Volume-rendered displays identified all major abnormalities but failed to identify small ventricular septal defects in 2 patients. Important planes and views not visualized during the actual scans were generated with minimal processing of rendered image displays. Volume-rendered displays tended to have slightly inferior image quality compared with conventional 2-dimensional images. Real-time 3-dimensional echocardiography with instantaneous volume-rendered displays of the fetal heart represents a new approach to fetal cardiac imaging with tremendous clinical potential.

  17. Autostereoscopic image creation by hyperview matrix controlled single pixel rendering

    Science.gov (United States)

    Grasnick, Armin

    2017-06-01

    technology just with a simple equation. This formula can be utilized to create a specific hyperview matrix for a certain 3D display - independent of the technology used. A hyperview matrix may contain the references to loads of images and act as an instruction for a subsequent rendering process of particular pixels. Naturally, a single pixel will deliver an image with no resolution and does not provide any idea of the rendered scene. However, by implementing the method of pixel recycling, a 3D image can be perceived, even if all source images are different. It will be proven that several millions of perspectives can be rendered with the support of GPU rendering and benefit from the hyperview matrix. In result, a conventional autostereoscopic display, which is designed to represent only a few perspectives can be used to show a hyperview image by using a suitable hyperview matrix. It will be shown that a millions-of-views-hyperview-image can be presented on a conventional autostereoscopic display. For such an hyperview image it is required that all pixels of the displays are allocated by different source images. Controlled by the hyperview matrix, an adapted renderer can render a full hyperview image in real-time.

  18. Impairment of gradual muscle adjustment during wrist circumduction in Parkinson's disease.

    Directory of Open Access Journals (Sweden)

    Carolien M Toxopeus

    Full Text Available Purposeful movements are attained by gradually adjusted activity of opposite muscles, or synergists. This requires a motor system that adequately modulates initiation and inhibition of movement and selectively activates the appropriate muscles. In patients with Parkinson's disease (PD initiation and inhibition of movements are impaired which may manifest itself in e.g. difficulty to start and stop walking. At single-joint level, impaired movement initiation is further accompanied by insufficient inhibition of antagonist muscle activity. As the motor symptoms in PD primarily result from cerebral dysfunction, quantitative investigation of gradually adjusted muscle activity during execution of purposeful movement is a first step to gain more insight in the link between impaired modulation of initiation and inhibition at the levels of (i cerebrally coded task performance and (ii final execution by the musculoskeletal system. To that end, the present study investigated changes in gradual adjustment of muscle synergists using a manipulandum that enabled standardized smooth movement by continuous wrist circumduction. Differences between PD patients (N = 15, off-medication and healthy subjects (N = 16 concerning the relation between muscle activity and movement performance in these groups were assessed using kinematic and electromyographic (EMG recordings. The variability in the extent to which a particular muscle was active during wrist circumduction--defined as muscle activity differentiation--was quantified by EMG. We demonstrated that more differentiated muscle activity indeed correlated positively with improved movement performance, i.e. higher movement speed and increased smoothness of movement. Additionally, patients employed a less differentiated muscle activity pattern than healthy subjects. These specific changes during wrist circumduction imply that patients have a decreased ability to gradually adjust muscles causing a decline in

  19. LONG DURATION FLARE EMISSION: IMPULSIVE HEATING OR GRADUAL HEATING?

    Energy Technology Data Exchange (ETDEWEB)

    Qiu, Jiong; Longcope, Dana W. [Department of Physics, Montana State University, Bozeman MT 59717-3840 (United States)

    2016-03-20

    Flare emissions in X-ray and EUV wavelengths have previously been modeled as the plasma response to impulsive heating from magnetic reconnection. Some flares exhibit gradually evolving X-ray and EUV light curves, which are believed to result from superposition of an extended sequence of impulsive heating events occurring in different adjacent loops or even unresolved threads within each loop. In this paper, we apply this approach to a long duration two-ribbon flare SOL2011-09-13T22 observed by the Atmosphere Imaging Assembly (AIA). We find that to reconcile with observed signatures of flare emission in multiple EUV wavelengths, each thread should be heated in two phases, an intense impulsive heating followed by a gradual, low-rate heating tail that is attenuated over 20–30 minutes. Each AIA resolved single loop may be composed of several such threads. The two-phase heating scenario is supported by modeling with both a zero-dimensional and a 1D hydrodynamic code. We discuss viable physical mechanisms for the two-phase heating in a post-reconnection thread.

  20. Adaptive B-spline volume representation of measured BRDF data for photorealistic rendering

    Directory of Open Access Journals (Sweden)

    Hyungjun Park

    2015-01-01

    Full Text Available Measured bidirectional reflectance distribution function (BRDF data have been used to represent complex interaction between lights and surface materials for photorealistic rendering. However, their massive size makes it hard to adopt them in practical rendering applications. In this paper, we propose an adaptive method for B-spline volume representation of measured BRDF data. It basically performs approximate B-spline volume lofting, which decomposes the problem into three sub-problems of multiple B-spline curve fitting along u-, v-, and w-parametric directions. Especially, it makes the efficient use of knots in the multiple B-spline curve fitting and thereby accomplishes adaptive knot placement along each parametric direction of a resulting B-spline volume. The proposed method is quite useful to realize efficient data reduction while smoothing out the noises and keeping the overall features of BRDF data well. By applying the B-spline volume models of real materials for rendering, we show that the B-spline volume models are effective in preserving the features of material appearance and are suitable for representing BRDF data.

  1. Abrupt or gradual increases in photoperiod for broiler breeders ...

    African Journals Online (AJOL)

    There were no significant differences between the two lighting groups for age at sexual maturity, total egg production, egg mass output, mean egg weight to or body weight at 60 weeks. However, the birds given a single abrupt increment had a higher peak rate of lay whilst those given a gradual increase in daylength had ...

  2. Formulating CdSe quantum dots for white light-emitting diodes with high color rendering index

    International Nuclear Information System (INIS)

    Li, Fei; Li, Wan-Nan; Fu, Shao-Yun; Xiao, Hong-Mei

    2015-01-01

    Generation of white light using CdSe quantum dots (QDs) alone presents exciting possibilities for solid state lighting technology. In this work, Cd(Ac) 2 ·2H 2 O and Na 2 SeSO 3 are used as precursors to synthesize CdSe-QDs with an average diameter ranging from 2.77 to 4.65 nm at the low temperature from 60 to 180 °C. Smaller CdSe-QDs with an average diameter of 2.29 nm are got by an oxidation etching process using H 2 O 2 as oxidant. The structural and optical properties of these QDs are investigated and proper formulation of CdSe QDs with various sizes is carefully designed to achieve white light with a high color rendering index (CRI). It is observed for the first time that the as-prepared white light-emitting diodes from single CdSe-QDs show the Commission Inernationale del’Eclairage coordinate (CIE) of (0.30,0.34) very close to that (0.33,0.33) of pure white light and a high CRI of 84. Owing to these advantages, the as-prepared white light-emitting diodes from a single compound are promising for lighting applications. - Highlights: • CdSe-quantum dots (QDs) with a continuously changing size from 2.31 to 4.74 nm are prepared. • The obtained CdSe-QDs emit lights with tunable colors in the whole visible range. • The obtained mixture sample generates white light with a high color rendering index of 84. • The sample yields white light with the CIE coordinate (0.30, 0.34) very close to that of pure white light

  3. Leveraging Disturbance Observer Based Torque Control for Improved Impedance Rendering with Series Elastic Actuators

    Science.gov (United States)

    Mehling, Joshua S.; Holley, James; O'Malley, Marcia K.

    2015-01-01

    The fidelity with which series elastic actuators (SEAs) render desired impedances is important. Numerous approaches to SEA impedance control have been developed under the premise that high-precision actuator torque control is a prerequisite. Indeed, the design of an inner torque compensator has a significant impact on actuator impedance rendering. The disturbance observer (DOB) based torque control implemented in NASA's Valkyrie robot is considered here and a mathematical model of this torque control, cascaded with an outer impedance compensator, is constructed. While previous work has examined the impact a disturbance observer has on torque control performance, little has been done regarding DOBs and impedance rendering accuracy. Both simulation and a series of experiments are used to demonstrate the significant improvements possible in an SEA's ability to render desired dynamic behaviors when utilizing a DOB. Actuator transparency at low impedances is improved, closed loop hysteresis is reduced, and the actuator's dynamic response to both commands and interaction torques more faithfully matches that of the desired model. All of this is achieved by leveraging DOB based control rather than increasing compensator gains, thus making improved SEA impedance control easier to achieve in practice.

  4. North American Rendering: processing high quality protein and fats for feed North American Rendering: processamento de proteínas e gorduras de alta qualidade para alimentos para animais

    Directory of Open Access Journals (Sweden)

    David L. Meeker

    2009-07-01

    Full Text Available One third to one half of each animal produced for meat, milk, eggs, and fiber is not consumed by humans. These raw materials are subjected to rendering processes resulting in many useful products. Meat and bone meal, meat meal, poultry meal, hydrolyzed feather meal, blood meal, fish meal, and animal fats are the primary products resulting from the rendering process. The most important and valuable use for these animal by-products is as feed ingredients for livestock, poultry, aquaculture, and companion animals. There are volumes of scientific references validating the nutritional qualities of these products, and there are no scientific reasons for altering the practice of feeding rendered products to animals. Government agencies regulate the processing of food and feed, and the rendering industry is scrutinized often. In addition, industry programs include good manufacturing practices, HACCP, Codes of Practice, and third-party certification. The rendering industry clearly understands its role in the safe and nutritious production of animal feed ingredients and has done it very effectively for over 100 years. The availability of rendered products for animal feeds in the future depends on regulation and the market. Regulatory agencies will determine whether certain raw materials can be used for animal feed. The National Renderers Association (NRA supports the use of science as the basis for regulation while aesthetics, product specifications, and quality differences should be left to the market place. Without the rendering industry, the accumulation of unprocessed animal by-products would impede the meat industries and pose a serious potential hazard to animal and human health.De um terço a metade da produção animal para carne, leite, ovos e fibra, não são consumidos pelos seres humanos. Estes materiais não consumidos são sujeitos a processamento em graxarias e indústrias de alimentos de origem animal, resultando em uma série de produtos

  5. Custom OpenStreetMap Rendering – OpenTrackMap Experience

    Directory of Open Access Journals (Sweden)

    Radek Bartoň

    2010-02-01

    Full Text Available After 5 years of its existence, the OpenSteetMap [1] is becoming to be an important and valuable source of a geographic data for all people on the world. Although initially targeted to provide a map of cities for routing services, it can be exploited to other and often unexpected purposes. Such an utilization is an effort to map a network of hiking tracks of the Czech Tourist Club [2].  To support and apply this endeavour, the OpenTrackMap [3] project was started. Its aim is to primarily provide a customized rendering style for Mapnik renderer which emphasizes map features important to tourists and displays a layer with hiking tracks. This article presents obstacles which such project must face and it can be used as a tutorial for other projects of similar type.

  6. Quantifying short run cost-effectiveness during a gradual implementation process

    NARCIS (Netherlands)

    Wetering, G. van de; Woertman, W.H.; Verbeek, A.L.M.; Broeders, M.J.M.; Adang, E.M.M.

    2013-01-01

    This paper examines the short run inefficiencies that arise during gradual implementation of a new cost-effective technology in healthcare. These inefficiencies arise when health gains associated with the new technology cannot be obtained immediately because the new technology does not yet supply

  7. Economic analysis of gradual "social exhaustion" of waste management capacity.

    Science.gov (United States)

    Koide, Hideo; Nakayama, Hirofumi

    2013-12-01

    This article proposes to analyze the quantitative effects of a gradual physical and "social" exhaustion of a landfill site on an equilibrium waste management service. A gradual social exhaustion of a landfill is defined here as an upward shift of a "subjective factor" associated with the amount of waste, based on the plausible hypothesis that an individual will not accept excessive presence of landfilled waste. Physical exhaustion occurs when the absolute capacity of a landfill site decreases. The paper shows some numerical examples using specific functions and parameters, and proposes appropriate directions for three policy objectives: to decrease the equilibrium waste disposal, to increase the economic surplus of the individual and/or the waste management firm, and to lower the equilibrium collection fee. Copyright © 2013 The Research Centre for Eco-Environmental Sciences, Chinese Academy of Sciences. Published by Elsevier B.V. All rights reserved.

  8. Enhanced Attention to Speaking Faces Versus Other Event Types Emerges Gradually Across Infancy

    Science.gov (United States)

    Bahrick, Lorraine E.; Todd, James Torrence; Castellanos, Irina; Sorondo, Barbara M.

    2017-01-01

    The development of attention to dynamic faces vs. objects providing synchronous audiovisual vs. silent visual stimulation was assessed in a large sample of infants. Maintaining attention to the faces and voices of people speaking is critical for perceptual, cognitive, social, and language development. However, no studies have systematically assessed when, if, or how attention to speaking faces emerges and changes across infancy. Two measures of attention maintenance, habituation time (HT) and look-away rate (LAR), were derived from cross-sectional data of 2- to 8-month-old infants (N = 801). Results indicated that attention to audiovisual faces and voices was maintained across age, whereas attention to each of the other event types (audiovisual objects, silent dynamic faces, silent dynamic objects) declined across age. This reveals a gradually emerging advantage in attention maintenance (longer habituation times, lower look-away rates) for audiovisual speaking faces compared with the other three event types. At 2 months, infants showed no attentional advantage for faces (with greater attention to audiovisual than to visual events), at 3 months, they attended more to dynamic faces than objects (in the presence or absence of voices), and by 4 to 5 and 6 to 8 months significantly greater attention emerged to temporally coordinated faces and voices of people speaking compared with all other event types. Our results indicate that selective attention to coordinated faces and voices over other event types emerges gradually across infancy, likely as a function of experience with multimodal, redundant stimulation from person and object events. PMID:27786526

  9. Parallel hierarchical radiosity rendering

    Energy Technology Data Exchange (ETDEWEB)

    Carter, Michael [Iowa State Univ., Ames, IA (United States)

    1993-07-01

    In this dissertation, the step-by-step development of a scalable parallel hierarchical radiosity renderer is documented. First, a new look is taken at the traditional radiosity equation, and a new form is presented in which the matrix of linear system coefficients is transformed into a symmetric matrix, thereby simplifying the problem and enabling a new solution technique to be applied. Next, the state-of-the-art hierarchical radiosity methods are examined for their suitability to parallel implementation, and scalability. Significant enhancements are also discovered which both improve their theoretical foundations and improve the images they generate. The resultant hierarchical radiosity algorithm is then examined for sources of parallelism, and for an architectural mapping. Several architectural mappings are discussed. A few key algorithmic changes are suggested during the process of making the algorithm parallel. Next, the performance, efficiency, and scalability of the algorithm are analyzed. The dissertation closes with a discussion of several ideas which have the potential to further enhance the hierarchical radiosity method, or provide an entirely new forum for the application of hierarchical methods.

  10. Free surface profiles in river flows: Can standard energy-based gradually-varied flow computations be pursued?

    Science.gov (United States)

    Cantero, Francisco; Castro-Orgaz, Oscar; Garcia-Marín, Amanda; Ayuso, José Luis; Dey, Subhasish

    2015-10-01

    Is the energy equation for gradually-varied flow the best approximation for the free surface profile computations in river flows? Determination of flood inundation in rivers and natural waterways is based on the hydraulic computation of flow profiles. This is usually done using energy-based gradually-varied flow models, like HEC-RAS, that adopts a vertical division method for discharge prediction in compound channel sections. However, this discharge prediction method is not so accurate in the context of advancements over the last three decades. This paper firstly presents a study of the impact of discharge prediction on the gradually-varied flow computations by comparing thirteen different methods for compound channels, where both energy and momentum equations are applied. The discharge, velocity distribution coefficients, specific energy, momentum and flow profiles are determined. After the study of gradually-varied flow predictions, a new theory is developed to produce higher-order energy and momentum equations for rapidly-varied flow in compound channels. These generalized equations enable to describe the flow profiles with more generality than the gradually-varied flow computations. As an outcome, results of gradually-varied flow provide realistic conclusions for computations of flow in compound channels, showing that momentum-based models are in general more accurate; whereas the new theory developed for rapidly-varied flow opens a new research direction, so far not investigated in flows through compound channels.

  11. VIDEO ANIMASI 3D PENGENALAN RUMAH ADAT DAN ALAT MUSIK KEPRI DENGAN MENGUNAKAN TEKNIK RENDER CEL-SHADING

    OpenAIRE

    Jianfranco Irfian Asnawi; Afdhol Dzikri

    2016-01-01

    Animasi ini berjudul "video animasi 3D rumah adat dan alat musik Kepulauan Riau dengan menggunakan teknik render cel-shading" merupakan video yang bertujuan memperkenalkan alat-alat musik yang berasal dari kepulauan riau, Animasi ini akan diterapkan dengan menggunakan teknik render cel-shading. Cel-shading adalah teknik render yang menampilkan grafik 3D yang menyerupai gambar tangan, seperti gambar komik dan kartun. Teknik ini juga sudah di terapkan dalam game 3D yang ternyata menarik banyak ...

  12. Subsurface Scattering-Based Object Rendering Techniques for Real-Time Smartphone Games

    Directory of Open Access Journals (Sweden)

    Won-Sun Lee

    2014-01-01

    Full Text Available Subsurface scattering that simulates the path of a light through the material in a scene is one of the advanced rendering techniques in the field of computer graphics society. Since it takes a number of long operations, it cannot be easily implemented in real-time smartphone games. In this paper, we propose a subsurface scattering-based object rendering technique that is optimized for smartphone games. We employ our subsurface scattering method that is utilized for a real-time smartphone game. And an example game is designed to validate how the proposed method can be operated seamlessly in real time. Finally, we show the comparison results between bidirectional reflectance distribution function, bidirectional scattering distribution function, and our proposed subsurface scattering method on a smartphone game.

  13. The effects of multiview depth video compression on multiview rendering

    NARCIS (Netherlands)

    Merkle, P.; Morvan, Y.; Smolic, A.; Farin, D.S.; Mueller, K.; With, de P.H.N.; Wiegang, T.

    2009-01-01

    This article investigates the interaction between different techniques for depth compression and view synthesis rendering with multiview video plus scene depth data. Two different approaches for depth coding are compared, namely H.264/MVC, using temporal and inter-view reference images for efficient

  14. Hybrid fur rendering: combining volumetric fur with explicit hair strands

    DEFF Research Database (Denmark)

    Andersen, Tobias Grønbeck; Falster, Viggo; Frisvad, Jeppe Revall

    2016-01-01

    Hair is typically modeled and rendered using either explicitly defined hair strand geometry or a volume texture of hair densities. Taken each on their own, these two hair representations have difficulties in the case of animal fur as it consists of very dense and thin undercoat hairs in combination...... with coarse guard hairs. Explicit hair strand geometry is not well-suited for the undercoat hairs, while volume textures are not well-suited for the guard hairs. To efficiently model and render both guard hairs and undercoat hairs, we present a hybrid technique that combines rasterization of explicitly...... defined guard hairs with ray marching of a prismatic shell volume with dynamic resolution. The latter is the key to practical combination of the two techniques, and it also enables a high degree of detail in the undercoat. We demonstrate that our hybrid technique creates a more detailed and soft fur...

  15. One-Dimensional Haptic Rendering Using Audio Speaker with Displacement Determined by Inductance

    Directory of Open Access Journals (Sweden)

    Avin Khera

    2016-03-01

    Full Text Available We report overall design considerations and preliminary results for a new haptic rendering device based on an audio loudspeaker. Our application models tissue properties during microsurgery. For example, the device could respond to the tip of a tool by simulating a particular tissue, displaying a desired compressibility and viscosity, giving way as the tissue is disrupted, or exhibiting independent motion, such as that caused by pulsations in blood pressure. Although limited to one degree of freedom and with a relatively small range of displacement compared to other available haptic rendering devices, our design exhibits high bandwidth, low friction, low hysteresis, and low mass. These features are consistent with modeling interactions with delicate tissues during microsurgery. In addition, our haptic rendering device is designed to be simple and inexpensive to manufacture, in part through an innovative method of measuring displacement by existing variations in the speaker’s inductance as the voice coil moves over the permanent magnet. Low latency and jitter are achieved by running the real-time simulation models on a dedicated microprocessor, while maintaining bidirectional communication with a standard laptop computer for user controls and data logging.

  16. CT portography by multidetector helical CT. Comparison of three rendering models

    International Nuclear Information System (INIS)

    Nakayama, Yoshiharu; Imuta, Masanori; Funama, Yoshinori; Kadota, Masataka; Utsunomiya, Daisuke; Shiraishi, Shinya; Hayashida, Yoshiko; Yamashita, Yasuyuki

    2002-01-01

    The purpose of this study was to assess the value of multidetector CT portography in visualizing varices and portosystemic collaterals in comparison with conventional portography, and to compare the visualizations obtained by three rendering models (volume rendering, VR; minimum intensity projection, MIP; and shaded surface display, SSD). A total of 46 patients with portal hypertension were examined by CT and conventional portography for evaluation of portosystemic collaterals. CT portography was performed by multidetector CT (MD-CT) scanner with a slice thickness of 2.5 mm and table feed of 7.5 mm. Three types of CT portographic models were generated and compared with transarterial portography. Among 46 patients, 48 collaterals were identified on CT transverse images, while 38 collaterals were detected on transarterial portography. Forty-four of 48 collaterals identified on CT transverse images were visualized with the MIP model, while 34 and 29 collaterals were visualized by the VR and SSD methods, respectively. The average CT value for the portal vein and varices was 198 HU with data acquisition of 50 sec after contrast material injection. CT portography by multidetector CT provides excellent images in the visualization of portosystemic collaterals. The images of collaterals produced by MD-CT are superior to those of transarterial portography. Among the three rendering techniques, MIP provides the best visualization of portosystemic collaterals. (author)

  17. CT portography by multidetector helical CT. Comparison of three rendering models

    Energy Technology Data Exchange (ETDEWEB)

    Nakayama, Yoshiharu; Imuta, Masanori; Funama, Yoshinori; Kadota, Masataka; Utsunomiya, Daisuke; Shiraishi, Shinya; Hayashida, Yoshiko; Yamashita, Yasuyuki [Kumamoto Univ. (Japan). School of Medicine

    2002-12-01

    The purpose of this study was to assess the value of multidetector CT portography in visualizing varices and portosystemic collaterals in comparison with conventional portography, and to compare the visualizations obtained by three rendering models (volume rendering, VR; minimum intensity projection, MIP; and shaded surface display, SSD). A total of 46 patients with portal hypertension were examined by CT and conventional portography for evaluation of portosystemic collaterals. CT portography was performed by multidetector CT (MD-CT) scanner with a slice thickness of 2.5 mm and table feed of 7.5 mm. Three types of CT portographic models were generated and compared with transarterial portography. Among 46 patients, 48 collaterals were identified on CT transverse images, while 38 collaterals were detected on transarterial portography. Forty-four of 48 collaterals identified on CT transverse images were visualized with the MIP model, while 34 and 29 collaterals were visualized by the VR and SSD methods, respectively. The average CT value for the portal vein and varices was 198 HU with data acquisition of 50 sec after contrast material injection. CT portography by multidetector CT provides excellent images in the visualization of portosystemic collaterals. The images of collaterals produced by MD-CT are superior to those of transarterial portography. Among the three rendering techniques, MIP provides the best visualization of portosystemic collaterals. (author)

  18. Using a Time Granularity Table for Gradual Granular Data Aggregation

    DEFF Research Database (Denmark)

    Iftikhar, Nadeem; Pedersen, Torben Bach

    2014-01-01

    The majority of today’s systems increasingly require sophisticated data management as they need to store and to query large amounts of data for analysis and reporting purposes. In order to keep more “detailed” data available for longer periods, “old” data has to be reduced gradually to save space...

  19. Rendering LGBTQ+ Visible in Nursing: Embodying the Philosophy of Caring Science.

    Science.gov (United States)

    Goldberg, Lisa; Rosenburg, Neal; Watson, Jean

    2017-06-01

    Although health care institutions continue to address the importance of diversity initiatives, the standard(s) for treatment remain historically and institutionally grounded in a sociocultural privileging of heterosexuality. As a result, lesbian, gay, bisexual, transgender, and queer (LGBTQ+) communities in health care remain largely invisible. This marked invisibility serves as a call to action, a renaissance of thinking within redefined boundaries and limitations. We must therefore refocus our habits of attention on the wholeness of persons and the diversity of their storied experiences as embodied through contemporary society. By rethinking current understandings of LGBTQ+ identities through innovative representation(s) of the media, music industry, and pop culture within a caring science philosophy, nurses have a transformative opportunity to render LGBTQ+ visible and in turn render a transformative opportunity for themselves.

  20. The Peshitta Rendering of Psalm 25: Spelling, Synonyms, and Syntax’

    NARCIS (Netherlands)

    Dyk, J.W.; Loopstra, J.; Sokoloff, M.

    2013-01-01

    The very act of making a translation implies that the rendered text will differ from the source text. The underlying presupposition is that the grammar, syntax, and semantics of the source and target languages are sufficiently divergent as to warrant a translation. Translations differ in how close

  1. An Extension of Fourier-Wavelet Volume Rendering by View Interpolation

    NARCIS (Netherlands)

    Westenberg, Michel A.; Roerdink, Jos B.T.M.

    2001-01-01

    This paper describes an extension to Fourier-wavelet volume rendering (FWVR), which is a Fourier domain implementation of the wavelet X-ray transform. This transform combines integration along the line of sight with a simultaneous 2-D wavelet transform in the view plane perpendicular to this line.

  2. A farm-level analysis of economic and agronomic impacts of gradual climate warming

    International Nuclear Information System (INIS)

    Kaiser, H.M.; Sampath, R.; Riha, S.J.; Wilks, D.S.; Rossiter, D.G.

    1993-01-01

    The potential economic and agronomic impacts of gradual climate warming are examined at the farm level. Three models of the relevant climatic, agronomic, and economic processes are developed and linked to address climate change impacts and agricultural adaptability. Several climate warming severity. The results indicate that grain farmers in southern Minnesota can effectively adapt to a gradually changing climate (warmer and either wetter or drier) by adopting later maturing cultivars, changing crop mix, and altering the timing of field operations to take advantage of a longer growing season resulting from climate warming

  3. Development of volume rendering module for real-time visualization system

    International Nuclear Information System (INIS)

    Otani, Takayuki; Muramatsu, Kazuhiro

    2000-03-01

    Volume rendering is a method to visualize the distribution of physical quantities in the three dimensional space from any viewpoint by tracing the ray direction on the ordinary two dimensional monitoring display. It enables to provide the interior information as well as the surfacial one by producing the translucent images. Therefore, it is regarded as a very useful means as well as an important one in the analysis of the computational results of the scientific calculations, although it has, unfortunately, disadvantage to need a large amount of computing time. This report describes algorithm and its performance of the volume rendering soft-ware which was developed as an important functional module in the real-time visualization system PATRAS. This module can directly visualize the computed results on BFC grid. Moreover, it has already realized the speed-up in some parts of the software by the use of a newly developed heuristic technique. This report includes the investigation on the speed-up of the software by parallel processing. (author)

  4. Remote parallel rendering for high-resolution tiled display walls

    KAUST Repository

    Nachbaur, Daniel; Dumusc, Raphael; Bilgili, Ahmet; Hernando, Juan; Eilemann, Stefan

    2014-01-01

    © 2014 IEEE. We present a complete, robust and simple to use hardware and software stack delivering remote parallel rendering of complex geometrical and volumetric models to high resolution tiled display walls in a production environment. We describe the setup and configuration, present preliminary benchmarks showing interactive framerates, and describe our contributions for a seamless integration of all the software components.

  5. Remote parallel rendering for high-resolution tiled display walls

    KAUST Repository

    Nachbaur, Daniel

    2014-11-01

    © 2014 IEEE. We present a complete, robust and simple to use hardware and software stack delivering remote parallel rendering of complex geometrical and volumetric models to high resolution tiled display walls in a production environment. We describe the setup and configuration, present preliminary benchmarks showing interactive framerates, and describe our contributions for a seamless integration of all the software components.

  6. A born global’s radical, gradual and nonlinear internationalization

    DEFF Research Database (Denmark)

    Vissak, Tiia; Zhang, Xiaotian

    2016-01-01

    a case of a Belarusian door producer that has invested to seven and exported to 11 more countries, we conclude that a home country’s political, economic environment can be a crucial ‘push’ factor for a firm’s fast internationalization but, thereafter, it can internationalize gradually due to lacking...... knowledge or other resources, and de-and re-internationalize due to various internal and, or external reasons. © Rainer Hampp Verlag....

  7. Siemens tasks and activities during gradual upgrading

    International Nuclear Information System (INIS)

    Kuehne, B.

    2001-01-01

    The gradual upgrading of NPP V1 Bohunice constitutes the most extensive reconstruction project to be performed in an operational WWER plant to date. It constitutes a milestone in Siemens co-operation on projects for WWERs to date and is an encouraging example for the successful combination of western and eastern safety cultures. During the runtime of this project Siemens learnt very much about the 'complete function' as well as the details of this WWER plant type. In contrast the Slovakian partners really gained a much better understanding for the western approach to ensure safety, for the most modern safety technology, in particular for instrumentation and control, and last but not least or advanced project management. (author)

  8. Technique for fabrication of gradual standards of radiographic image blachening density

    International Nuclear Information System (INIS)

    Borovin, I.V.; Kondina, M.A.

    1987-01-01

    The technique of fabrication of gradual standards of blackening density for industrial radiography by contact printing from a negative is described. The technique is designed for possibilities of industrial laboratoriesof radiation defectoscopy possessing no special-purpose sensitometric equipment

  9. D.Vanwijnsberghe, Autour de la Madeleine Renders

    Directory of Open Access Journals (Sweden)

    Muriel Verbeeck-Boutin

    2008-10-01

    Full Text Available Institution fédérale belge de réputation internationale, l’Institut royal du Patrimoine artistique, à Bruxelles,  célèbre cette année son soixantième anniversaire: c’est l’occasion de rappeler le prestige dont jouit depuis des décennies cet institut de recherche, de formation et de diffusion du savoir. Pour souligner l’événement, l’IRPA publie le quatrième volume de la collection Scientia Artis. Il présente sous le titre Autour de la Madeleine Renders un ensemble de recherches qui documentent...

  10. 3-D volume rendering visualization for calculated distributions of diesel spray; Diesel funmu kyodo suchi keisan kekka no sanjigen volume rendering hyoji

    Energy Technology Data Exchange (ETDEWEB)

    Yoshizaki, T; Imanishi, H; Nishida, K; Yamashita, H; Hiroyasu, H; Kaneda, K [Hiroshima University, Hiroshima (Japan)

    1997-10-01

    Three dimensional visualization technique based on volume rendering method has been developed in order to translate calculated results of diesel combustion simulation into realistically spray and flame images. This paper presents an overview of diesel combustion model which has been developed at Hiroshima University, a description of the three dimensional visualization technique, and some examples of spray and flame image generated by this visualization technique. 8 refs., 8 figs., 1 tab.

  11. Physically Based Rendering in the Nightshade NG Visualization Platform

    Science.gov (United States)

    Berglund, Karrie; Larey-Williams, Trystan; Spearman, Rob; Bogard, Arthur

    2015-01-01

    This poster describes our work on creating a physically based rendering model in Nightshade NG planetarium simulation and visualization software (project website: NightshadeSoftware.org). We discuss techniques used for rendering realistic scenes in the universe and dealing with astronomical distances in real time on consumer hardware. We also discuss some of the challenges of rewriting the software from scratch, a project which began in 2011.Nightshade NG can be a powerful tool for sharing data and visualizations. The desktop version of the software is free for anyone to download, use, and modify; it runs on Windows and Linux (and eventually Mac). If you are looking to disseminate your data or models, please stop by to discuss how we can work together.Nightshade software is used in literally hundreds of digital planetarium systems worldwide. Countless teachers and astronomy education groups run the software on flat screens. This wide use makes Nightshade an effective tool for dissemination to educators and the public.Nightshade NG is an especially powerful visualization tool when projected on a dome. We invite everyone to enter our inflatable dome in the exhibit hall to see this software in a 3D environment.

  12. Digital representations of the real world how to capture, model, and render visual reality

    CERN Document Server

    Magnor, Marcus A; Sorkine-Hornung, Olga; Theobalt, Christian

    2015-01-01

    Create Genuine Visual Realism in Computer Graphics Digital Representations of the Real World: How to Capture, Model, and Render Visual Reality explains how to portray visual worlds with a high degree of realism using the latest video acquisition technology, computer graphics methods, and computer vision algorithms. It explores the integration of new capture modalities, reconstruction approaches, and visual perception into the computer graphics pipeline.Understand the Entire Pipeline from Acquisition, Reconstruction, and Modeling to Realistic Rendering and ApplicationsThe book covers sensors fo

  13. Towards the Availability of the Distributed Cluster Rendering System: Automatic Modeling and Verification

    DEFF Research Database (Denmark)

    Wang, Kemin; Jiang, Zhengtao; Wang, Yongbin

    2012-01-01

    , whenever the number of node-n and related parameters vary, we can create the PRISM model file rapidly and then we can use PRISM model checker to verify ralated system properties. At the end of this study, we analyzed and verified the availability distributions of the Distributed Cluster Rendering System......In this study, we proposed a Continuous Time Markov Chain Model towards the availability of n-node clusters of Distributed Rendering System. It's an infinite one, we formalized it, based on the model, we implemented a software, which can automatically model with PRISM language. With the tool...

  14. Cerebral Activations Related to Ballistic, Stepwise Interrupted and Gradually Modulated Movements in Parkinson Patients

    Science.gov (United States)

    Toxopeus, Carolien M.; Maurits, Natasha M.; Valsan, Gopal; Conway, Bernard A.; Leenders, Klaus L.; de Jong, Bauke M.

    2012-01-01

    Patients with Parkinson’s disease (PD) experience impaired initiation and inhibition of movements such as difficulty to start/stop walking. At single-joint level this is accompanied by reduced inhibition of antagonist muscle activity. While normal basal ganglia (BG) contributions to motor control include selecting appropriate muscles by inhibiting others, it is unclear how PD-related changes in BG function cause impaired movement initiation and inhibition at single-joint level. To further elucidate these changes we studied 4 right-hand movement tasks with fMRI, by dissociating activations related to abrupt movement initiation, inhibition and gradual movement modulation. Initiation and inhibition were inferred from ballistic and stepwise interrupted movement, respectively, while smooth wrist circumduction enabled the assessment of gradually modulated movement. Task-related activations were compared between PD patients (N = 12) and healthy subjects (N = 18). In healthy subjects, movement initiation was characterized by antero-ventral striatum, substantia nigra (SN) and premotor activations while inhibition was dominated by subthalamic nucleus (STN) and pallidal activations, in line with the known role of these areas in simple movement. Gradual movement mainly involved antero-dorsal putamen and pallidum. Compared to healthy subjects, patients showed reduced striatal/SN and increased pallidal activation for initiation, whereas for inhibition STN activation was reduced and striatal-thalamo-cortical activation increased. For gradual movement patients showed reduced pallidal and increased thalamo-cortical activation. We conclude that PD-related changes during movement initiation fit the (rather static) model of alterations in direct and indirect BG pathways. Reduced STN activation and regional cortical increased activation in PD during inhibition and gradual movement modulation are better explained by a dynamic model that also takes into account enhanced

  15. Cerebral activations related to ballistic, stepwise interrupted and gradually modulated movements in Parkinson patients.

    Directory of Open Access Journals (Sweden)

    Carolien M Toxopeus

    Full Text Available Patients with Parkinson's disease (PD experience impaired initiation and inhibition of movements such as difficulty to start/stop walking. At single-joint level this is accompanied by reduced inhibition of antagonist muscle activity. While normal basal ganglia (BG contributions to motor control include selecting appropriate muscles by inhibiting others, it is unclear how PD-related changes in BG function cause impaired movement initiation and inhibition at single-joint level. To further elucidate these changes we studied 4 right-hand movement tasks with fMRI, by dissociating activations related to abrupt movement initiation, inhibition and gradual movement modulation. Initiation and inhibition were inferred from ballistic and stepwise interrupted movement, respectively, while smooth wrist circumduction enabled the assessment of gradually modulated movement. Task-related activations were compared between PD patients (N = 12 and healthy subjects (N = 18. In healthy subjects, movement initiation was characterized by antero-ventral striatum, substantia nigra (SN and premotor activations while inhibition was dominated by subthalamic nucleus (STN and pallidal activations, in line with the known role of these areas in simple movement. Gradual movement mainly involved antero-dorsal putamen and pallidum. Compared to healthy subjects, patients showed reduced striatal/SN and increased pallidal activation for initiation, whereas for inhibition STN activation was reduced and striatal-thalamo-cortical activation increased. For gradual movement patients showed reduced pallidal and increased thalamo-cortical activation. We conclude that PD-related changes during movement initiation fit the (rather static model of alterations in direct and indirect BG pathways. Reduced STN activation and regional cortical increased activation in PD during inhibition and gradual movement modulation are better explained by a dynamic model that also takes into account

  16. Flight-appropriate 3D Terrain-rendering Toolkit for Synthetic Vision, Phase II

    Data.gov (United States)

    National Aeronautics and Space Administration — The TerraBlocksTM 3D terrain data format and terrain-block-rendering methodology provides an enabling basis for successful commercial deployment of...

  17. Deep Exemplar 2D-3D Detection by Adapting from Real to Rendered Views

    OpenAIRE

    Massa, Francisco; Russell, Bryan; Aubry, Mathieu

    2015-01-01

    This paper presents an end-to-end convolutional neural network (CNN) for 2D-3D exemplar detection. We demonstrate that the ability to adapt the features of natural images to better align with those of CAD rendered views is critical to the success of our technique. We show that the adaptation can be learned by compositing rendered views of textured object models on natural images. Our approach can be naturally incorporated into a CNN detection pipeline and extends the accuracy and speed benefi...

  18. Quantile index for gradual and abrupt change detection from CFB boiler sensor data in online settings

    NARCIS (Netherlands)

    Maslov, A.; Pechenizkiy, M.; Kärkkäinen, T.; Tähtinen, M.

    2012-01-01

    In this paper we consider the problem of online detection of gradual and abrupt changes in sensor data having high levels of noise and outliers. We propose a simple heuristic method based on the Quantile Index (QI) and study how robust this method is for detecting both gradual and abrupt changes

  19. FluoRender: joint freehand segmentation and visualization for many-channel fluorescence data analysis.

    Science.gov (United States)

    Wan, Yong; Otsuna, Hideo; Holman, Holly A; Bagley, Brig; Ito, Masayoshi; Lewis, A Kelsey; Colasanto, Mary; Kardon, Gabrielle; Ito, Kei; Hansen, Charles

    2017-05-26

    Image segmentation and registration techniques have enabled biologists to place large amounts of volume data from fluorescence microscopy, morphed three-dimensionally, onto a common spatial frame. Existing tools built on volume visualization pipelines for single channel or red-green-blue (RGB) channels have become inadequate for the new challenges of fluorescence microscopy. For a three-dimensional atlas of the insect nervous system, hundreds of volume channels are rendered simultaneously, whereas fluorescence intensity values from each channel need to be preserved for versatile adjustment and analysis. Although several existing tools have incorporated support of multichannel data using various strategies, the lack of a flexible design has made true many-channel visualization and analysis unavailable. The most common practice for many-channel volume data presentation is still converting and rendering pseudosurfaces, which are inaccurate for both qualitative and quantitative evaluations. Here, we present an alternative design strategy that accommodates the visualization and analysis of about 100 volume channels, each of which can be interactively adjusted, selected, and segmented using freehand tools. Our multichannel visualization includes a multilevel streaming pipeline plus a triple-buffer compositing technique. Our method also preserves original fluorescence intensity values on graphics hardware, a crucial feature that allows graphics-processing-unit (GPU)-based processing for interactive data analysis, such as freehand segmentation. We have implemented the design strategies as a thorough restructuring of our original tool, FluoRender. The redesign of FluoRender not only maintains the existing multichannel capabilities for a greatly extended number of volume channels, but also enables new analysis functions for many-channel data from emerging biomedical-imaging techniques.

  20. Sudden versus gradual pressure wean from Nasal CPAP in preterm infants: a randomized controlled trial.

    Science.gov (United States)

    Amatya, S; Macomber, M; Bhutada, A; Rastogi, D; Rastogi, S

    2017-06-01

    In preterm infants, nasal continuous positive airway pressure (NCPAP) is widely used for treatment of respiratory distress syndrome. However, the strategies for successfully weaning infants off NCPAP are still not well defined and there remains considerable variation between the methods. The objective of this study is to determine whether gradual weaning of NCPAP pressure is more successful than sudden weaning off NCPAP to room air. A randomized controlled trial was conducted in a level 3 neonatal intensive care unit on 70 preterm neonates who were born between 26 and 32 weeks gestation and required NCPAP for at least 48 h. When infants were stable on NCPAP at 0.21 FiO 2 and 5 cm H 2 O positive end expiratory pressure, neonates were randomized to the gradual wean group (reduction in pressure by 1 cm every 8 h until 3 cm H 2 0 was reached) or to sudden wean group (one time NCPAP removal to room air). The primary outcome was a success at the first trial to wean to room air. Secondary outcomes were a number of trials, and weight and postmenstrual age (PMA) at the time of successful wean. Total number of days on NCPAP and length of stay (LOS) in the hospital were also compared between the groups. Of the 70 infants included in the study, 35 were randomized to sudden group and 33 infants to gradual group (2 excluded for protocol deviation). In sudden and gradual groups, 14 and 22 infants, respectively, were weaned successfully in the first attempt (P=0.03). The infants were successfully weaned at 32.7±1.7 weeks versus 33.1±2.4 weeks (P=0.39) PMA and at a weight of 1651±290 g versus 1589±398 g (P=0.46) in the sudden and gradual groups, respectively. The total number of days on NCPAP was 27±19 days versus 32±24 days (P=0.38) and LOS was 63±25 days versus 63±22 days (P=0.99) in the sudden and gradual groups, respectively. Gradual weaning method was more successful as compared to sudden weaning method in the initial trial off NCPAP. There was no

  1. Gradualism in Tax Treaties with Irreversible Foreign Direct Investment

    OpenAIRE

    Richard Chisik; Ronald B. Davies

    2010-01-01

    Bilateral international tax treaties govern the host country taxation for the vast majority of the world’s foreign direct investment (FDI). Of particular interest is the fact that the tax rates used under these treaties are gradually falling although the treaties themselves do not specify any such reductions. Since there is no outside governing agency to redress treaty violations, such reductions must be both mutually beneficial and self-enforcing. Furthermore, the optimal tax rates must be l...

  2. Rendering potential wearable robot designs with the LOPES gait trainer.

    Science.gov (United States)

    Koopman, B; van Asseldonk, E H F; van der Kooij, H; van Dijk, W; Ronsse, R

    2011-01-01

    In recent years, wearable robots (WRs) for rehabilitation, personal assistance, or human augmentation are gaining increasing interest. To make these devices more energy efficient, radical changes to the mechanical structure of the device are being considered. However, it remains very difficult to predict how people will respond to, and interact with, WRs that differ in terms of mechanical design. Users may adjust their gait pattern in response to the mechanical restrictions or properties of the device. The goal of this pilot study is to show the feasibility of rendering the mechanical properties of different potential WR designs using the robotic gait training device LOPES. This paper describes a new method that selectively cancels the dynamics of LOPES itself and adds the dynamics of the rendered WR using two parallel inverse models. Adaptive frequency oscillators were used to get estimates of the joint position, velocity, and acceleration. Using the inverse models, different WR designs can be evaluated, eliminating the need to build several prototypes. As a proof of principle, we simulated the effect of a very simple WR that consisted of a mass attached to the ankles. Preliminary results show that we are partially able to cancel the dynamics of LOPES. Additionally, the simulation of the mass showed an increase in muscle activity but not in the same level as during the control, where subjects actually carried the mass. In conclusion, the results in this paper suggest that LOPES can be used to render different WRs. In addition, it is very likely that the results can be further optimized when more effort is put in retrieving proper estimations for the velocity and acceleration, which are required for the inverse models. © 2011 IEEE

  3. Chronic environmental stress enhances tolerance to seasonal gradual warming in marine mussels.

    Directory of Open Access Journals (Sweden)

    Ionan Marigómez

    Full Text Available In global climate change scenarios, seawater warming acts in concert with multiple stress sources, which may enhance the susceptibility of marine biota to thermal stress. Here, the responsiveness to seasonal gradual warming was investigated in temperate mussels from a chronically stressed population in comparison with a healthy one. Stressed and healthy mussels were subjected to gradual temperature elevation for 8 days (1°C per day; fall: 16-24°C, winter: 12-20°C, summer: 20-28°C and kept at elevated temperature for 3 weeks. Healthy mussels experienced thermal stress and entered the time-limited survival period in the fall, became acclimated in winter and exhibited sublethal damage in summer. In stressed mussels, thermal stress and subsequent health deterioration were elicited in the fall but no transition into the critical period of time-limited survival was observed. Stressed mussels did not become acclimated to 20°C in winter, when they experienced low-to-moderate thermal stress, and did not experience sublethal damage at 28°C in summer, showing instead signs of metabolic rate depression. Overall, although the thermal threshold was lowered in chronically stressed mussels, they exhibited enhanced tolerance to seasonal gradual warming, especially in summer. These results challenge current assumptions on the susceptibility of marine biota to the interactive effects of seawater warming and pollution.

  4. Rendering of HDR content on LDR displays: an objective approach

    Science.gov (United States)

    Krasula, Lukáš; Narwaria, Manish; Fliegel, Karel; Le Callet, Patrick

    2015-09-01

    Dynamic range compression (or tone mapping) of HDR content is an essential step towards rendering it on traditional LDR displays in a meaningful way. This is however non-trivial and one of the reasons is that tone mapping operators (TMOs) usually need content-specific parameters to achieve the said goal. While subjective TMO parameter adjustment is the most accurate, it may not be easily deployable in many practical applications. Its subjective nature can also influence the comparison of different operators. Thus, there is a need for objective TMO parameter selection to automate the rendering process. To that end, we investigate into a new objective method for TMO parameters optimization. Our method is based on quantification of contrast reversal and naturalness. As an important advantage, it does not require any prior knowledge about the input HDR image and works independently on the used TMO. Experimental results using a variety of HDR images and several popular TMOs demonstrate the value of our method in comparison to default TMO parameter settings.

  5. Efficient visibility encoding for dynamic illumination in direct volume rendering.

    Science.gov (United States)

    Kronander, Joel; Jönsson, Daniel; Löw, Joakim; Ljung, Patric; Ynnerman, Anders; Unger, Jonas

    2012-03-01

    We present an algorithm that enables real-time dynamic shading in direct volume rendering using general lighting, including directional lights, point lights, and environment maps. Real-time performance is achieved by encoding local and global volumetric visibility using spherical harmonic (SH) basis functions stored in an efficient multiresolution grid over the extent of the volume. Our method enables high-frequency shadows in the spatial domain, but is limited to a low-frequency approximation of visibility and illumination in the angular domain. In a first pass, level of detail (LOD) selection in the grid is based on the current transfer function setting. This enables rapid online computation and SH projection of the local spherical distribution of visibility information. Using a piecewise integration of the SH coefficients over the local regions, the global visibility within the volume is then computed. By representing the light sources using their SH projections, the integral over lighting, visibility, and isotropic phase functions can be efficiently computed during rendering. The utility of our method is demonstrated in several examples showing the generality and interactive performance of the approach.

  6. [Hybrid 3-D rendering of the thorax and surface-based virtual bronchoscopy in surgical and interventional therapy control].

    Science.gov (United States)

    Seemann, M D; Gebicke, K; Luboldt, W; Albes, J M; Vollmar, J; Schäfer, J F; Beinert, T; Englmeier, K H; Bitzer, M; Claussen, C D

    2001-07-01

    The aim of this study was to demonstrate the possibilities of a hybrid rendering method, the combination of a color-coded surface and volume rendering method, with the feasibility of performing surface-based virtual endoscopy with different representation models in the operative and interventional therapy control of the chest. In 6 consecutive patients with partial lung resection (n = 2) and lung transplantation (n = 4) a thin-section spiral computed tomography of the chest was performed. The tracheobronchial system and the introduced metallic stents were visualized using a color-coded surface rendering method. The remaining thoracic structures were visualized using a volume rendering method. For virtual bronchoscopy, the tracheobronchial system was visualized using a triangle surface model, a shaded-surface model and a transparent shaded-surface model. The hybrid 3D visualization uses the advantages of both the color-coded surface and volume rendering methods and facilitates a clear representation of the tracheobronchial system and the complex topographical relationship of morphological and pathological changes without loss of diagnostic information. Performing virtual bronchoscopy with the transparent shaded-surface model facilitates a reasonable to optimal, simultaneous visualization and assessment of the surface structure of the tracheobronchial system and the surrounding mediastinal structures and lesions. Hybrid rendering relieve the morphological assessment of anatomical and pathological changes without the need for time-consuming detailed analysis and presentation of source images. Performing virtual bronchoscopy with a transparent shaded-surface model offers a promising alternative to flexible fiberoptic bronchoscopy.

  7. Unconscious neural processing differs with method used to render stimuli invisible

    Directory of Open Access Journals (Sweden)

    Sergey Victor Fogelson

    2014-06-01

    Full Text Available Visual stimuli can be kept from awareness using various methods. The extent of processing that a given stimulus receives in the absence of awareness is typically used to make claims about the role of consciousness more generally. The neural processing elicited by a stimulus, however, may also depend on the method used to keep it from awareness, and not only on whether the stimulus reaches awareness. Here we report that the method used to render an image invisible has a dramatic effect on how category information about the unseen stimulus is encoded across the human brain. We collected fMRI data while subjects viewed images of faces and tools, that were rendered invisible using either continuous flash suppression (CFS or chromatic flicker fusion (CFF. In a third condition, we presented the same images under normal fully visible viewing conditions. We found that category information about visible images could be extracted from patterns of fMRI responses throughout areas of neocortex known to be involved in face or tool processing. However, category information about stimuli kept from awareness using CFS could be recovered exclusively within occipital cortex, whereas information about stimuli kept from awareness using CFF was also decodable within temporal and frontal regions. We conclude that unconsciously presented objects are processed differently depending on how they are rendered subjectively invisible. Caution should therefore be used in making generalizations on the basis of any one method about the neural basis of consciousness or the extent of information processing without consciousness.

  8. Unconscious neural processing differs with method used to render stimuli invisible.

    Science.gov (United States)

    Fogelson, Sergey V; Kohler, Peter J; Miller, Kevin J; Granger, Richard; Tse, Peter U

    2014-01-01

    Visual stimuli can be kept from awareness using various methods. The extent of processing that a given stimulus receives in the absence of awareness is typically used to make claims about the role of consciousness more generally. The neural processing elicited by a stimulus, however, may also depend on the method used to keep it from awareness, and not only on whether the stimulus reaches awareness. Here we report that the method used to render an image invisible has a dramatic effect on how category information about the unseen stimulus is encoded across the human brain. We collected fMRI data while subjects viewed images of faces and tools, that were rendered invisible using either continuous flash suppression (CFS) or chromatic flicker fusion (CFF). In a third condition, we presented the same images under normal fully visible viewing conditions. We found that category information about visible images could be extracted from patterns of fMRI responses throughout areas of neocortex known to be involved in face or tool processing. However, category information about stimuli kept from awareness using CFS could be recovered exclusively within occipital cortex, whereas information about stimuli kept from awareness using CFF was also decodable within temporal and frontal regions. We conclude that unconsciously presented objects are processed differently depending on how they are rendered subjectively invisible. Caution should therefore be used in making generalizations on the basis of any one method about the neural basis of consciousness or the extent of information processing without consciousness.

  9. Detecting gradual visual changes in colour and brightness agnosia: a double dissociation.

    Science.gov (United States)

    Nijboer, Tanja C W; te Pas, Susan F; van der Smagt, Maarten J

    2011-03-09

    Two patients, one with colour agnosia and one with brightness agnosia, performed a task that required the detection of gradual temporal changes in colour and brightness. The results for these patients, who showed anaverage or an above-average performance on several tasks designed to test low-level colour and luminance (contrast) perception in the spatial domain, yielded a double dissociation; the brightness agnosic patient was within the normal range for the coloured stimuli, but much slower to detect brightness differences, whereas the colour agnosic patient was within the normal range for the achromatic stimuli, but much slower for the coloured stimuli. These results suggest that a modality-specific impairment in the detection of gradual temporal changes might be related to, if not underlie, the phenomenon of visual agnosia.

  10. Wobbled splatting-a fast perspective volume rendering method for simulation of x-ray images from CT

    International Nuclear Information System (INIS)

    Birkfellner, Wolfgang; Seemann, Rudolf; Figl, Michael; Hummel, Johann; Ede, Christopher; Homolka, Peter; Yang Xinhui; Niederer, Peter; Bergmann, Helmar

    2005-01-01

    3D/2D registration, the automatic assignment of a global rigid-body transformation matching the coordinate systems of patient and preoperative volume scan using projection images, is an important topic in image-guided therapy and radiation oncology. A crucial part of most 3D/2D registration algorithms is the fast computation of digitally rendered radiographs (DRRs) to be compared iteratively to radiographs or portal images. Since registration is an iterative process, fast generation of DRRs-which are perspective summed voxel renderings-is desired. In this note, we present a simple and rapid method for generation of DRRs based on splat rendering. As opposed to conventional splatting, antialiasing of the resulting images is not achieved by means of computing a discrete point spread function (a so-called footprint), but by stochastic distortion of either the voxel positions in the volume scan or by the simulation of a focal spot of the x-ray tube with non-zero diameter. Our method generates slightly blurred DRRs suitable for registration purposes at framerates of approximately 10 Hz when rendering volume images with a size of 30 MB. (note)

  11. Gradual approach to refinement of the nasal tip: surgical results

    Directory of Open Access Journals (Sweden)

    Thiago Bittencourt Ottoni de Carvalho

    2015-02-01

    Full Text Available Introduction: The complexity of the nasal tip structures and the impact of surgical maneuvers make the prediction of the final outcome very difficult. Therefore, no single technique is enough to correct the several anatomical presentations, and adequate preoperative planning represents the basis of rhinoplasty. Objective: To present results of rhinoplasty, through the gradual surgical approach to nasal tip definition based on anatomical features, and to evaluate the degree of patient satisfaction after the surgical procedure. Methods: Longitudinal retrospective cohort study of the medical charts of 533 patients of both genders who underwent rhinoplasty from January of 2005 to January of 2012 was performed. Cases were allocated into seven groups: (1 no surgery on nasal tip; (2 interdomal breakup; (3 cephalic trim; (4 domal suture; (5 shield-shaped graft; (6 vertical dome division; (7 replacement of lower lateral cartilages. Results: Group 4 was the most prevalent. The satisfaction rate was 96% and revision surgery occurred in 4% of cases. Conclusion: The protocol used allowed the implementation of a gradual surgical approach to nasal tip definition with the nasal anatomical characteristics, high rate of patient satisfaction with the surgical outcome, and low rate of revision.

  12. Software System for Vocal Rendering of Printed Documents

    Directory of Open Access Journals (Sweden)

    Marian DARDALA

    2008-01-01

    Full Text Available The objective of this paper is to present a software system architecture developed to render the printed documents in a vocal form. On the other hand, in the paper are described the software solutions that exist as software components and are necessary for documents processing as well as for multimedia device controlling used by the system. The usefulness of this system is for people with visual disabilities that can access the contents of documents without that they be printed in Braille system or to exist in an audio form.

  13. Flight-appropriate 3D Terrain-rendering Toolkit for Synthetic Vision, Phase I

    Data.gov (United States)

    National Aeronautics and Space Administration — TerraMetrics proposes an SBIR Phase I R/R&D effort to develop a key 3D terrain-rendering technology that provides the basis for successful commercial deployment...

  14. Photometric and Colorimeric Comparison of HDR and Spctrally Resolved Rendering Images

    DEFF Research Database (Denmark)

    Amdemeskel, Mekbib Wubishet; Soreze, Thierry Silvio Claude; Thorseth, Anders

    2017-01-01

    In this paper, we will demonstrate a comparison between measured colorimetric images, and simulated images from a physics based rendering engine. The colorimetric images are high dynamic range (HDR) and taken with a luminance and colour camera mounted on a goniometer. For the comparison, we have ...

  15. 3D-TV Rendering on a Multiprocessor System on a Chip

    NARCIS (Netherlands)

    Van Eijndhoven, J.T.J.; Li, X.

    2006-01-01

    This thesis focuses on the issue of mapping 3D-TV rendering applications to a multiprocessor platform. The target platform aims to address tomorrow's multi-media consumer market. The prototype chip, called Wasabi, contains a set of TriMedia processors that communicate viaa shared memory, fast

  16. Complex adaptation-based LDR image rendering for 3D image reconstruction

    Science.gov (United States)

    Lee, Sung-Hak; Kwon, Hyuk-Ju; Sohng, Kyu-Ik

    2014-07-01

    A low-dynamic tone-compression technique is developed for realistic image rendering that can make three-dimensional (3D) images similar to realistic scenes by overcoming brightness dimming in the 3D display mode. The 3D surround provides varying conditions for image quality, illuminant adaptation, contrast, gamma, color, sharpness, and so on. In general, gain/offset adjustment, gamma compensation, and histogram equalization have performed well in contrast compression; however, as a result of signal saturation and clipping effects, image details are removed and information is lost on bright and dark areas. Thus, an enhanced image mapping technique is proposed based on space-varying image compression. The performance of contrast compression is enhanced with complex adaptation in a 3D viewing surround combining global and local adaptation. Evaluating local image rendering in view of tone and color expression, noise reduction, and edge compensation confirms that the proposed 3D image-mapping model can compensate for the loss of image quality in the 3D mode.

  17. Immersive volume rendering of blood vessels

    Science.gov (United States)

    Long, Gregory; Kim, Han Suk; Marsden, Alison; Bazilevs, Yuri; Schulze, Jürgen P.

    2012-03-01

    In this paper, we present a novel method of visualizing flow in blood vessels. Our approach reads unstructured tetrahedral data, resamples it, and uses slice based 3D texture volume rendering. Due to the sparse structure of blood vessels, we utilize an octree to efficiently store the resampled data by discarding empty regions of the volume. We use animation to convey time series data, wireframe surface to give structure, and utilize the StarCAVE, a 3D virtual reality environment, to add a fully immersive element to the visualization. Our tool has great value in interdisciplinary work, helping scientists collaborate with clinicians, by improving the understanding of blood flow simulations. Full immersion in the flow field allows for a more intuitive understanding of the flow phenomena, and can be a great help to medical experts for treatment planning.

  18. USER EVALUATION OF EIGHT LED LIGHT SOURCES WITH DIFFERENTSPECIAL COLOUR RENDERING INDICES R9

    DEFF Research Database (Denmark)

    Markvart, Jakob; Iversen, Anne; Logadóttir, Ásta

    2013-01-01

    In this study we evaluated the influence of the special colour rendering index R9 on subjective red colour perception and Caucasian skin appearance among untrained test subjects. The light sources tested are commercially available LED based light sources with similar correlated colour temperature...... and general colour rendering index, but with varying R9. It was found that the test subjects in general are more positive towards light sources with higher R9. The shift from a majority of negative responses to a majority of positive responses is found to occur at R9 values of ~20....

  19. Perspectives on monitoring gradual change across the continuity of Landsat sensors using time-series data

    Science.gov (United States)

    Vogelmann, James; Gallant, Alisa L.; Shi, Hua; Zhu, Zhe

    2016-01-01

    There are many types of changes occurring over the Earth's landscapes that can be detected and monitored using Landsat data. Here we focus on monitoring “within-state,” gradual changes in vegetation in contrast with traditional monitoring of “abrupt” land-cover conversions. Gradual changes result from a variety of processes, such as vegetation growth and succession, damage from insects and disease, responses to shifts in climate, and other factors. Despite the prevalence of gradual changes across the landscape, they are largely ignored by the remote sensing community. Gradual changes are best characterized and monitored using time-series analysis, and with the successful launch of Landsat 8 we now have appreciable data continuity that extends the Landsat legacy across the previous 43 years. In this study, we conducted three related analyses: (1) comparison of spectral values acquired by Landsats 7 and 8, separated by eight days, to ensure compatibility for time-series evaluation; (2) tracking of multitemporal signatures for different change processes across Landsat 5, 7, and 8 sensors using anniversary-date imagery; and (3) tracking the same type of processes using all available acquisitions. In this investigation, we found that data representing natural vegetation from Landsats 5, 7, and 8 were comparable and did not indicate a need for major modification prior to use for long-term monitoring. Analyses using anniversary-date imagery can be very effective for assessing long term patterns and trends occurring across the landscape, and are especially good for providing insights regarding trends related to long-term and continuous trends of growth or decline. We found that use of all available data provided a much more comprehensive level of understanding of the trends occurring, providing information about rate, duration, and intra- and inter-annual variability that could not be readily gleaned from the anniversary date analyses. We observed that using all

  20. Computational issues of solving the 1D steady gradually varied flow equation

    Directory of Open Access Journals (Sweden)

    Artichowicz Wojciech

    2014-09-01

    Full Text Available In this paper a problem of multiple solutions of steady gradually varied flow equation in the form of the ordinary differential energy equation is discussed from the viewpoint of its numerical solution. Using the Lipschitz theorem dealing with the uniqueness of solution of an initial value problem for the ordinary differential equation it was shown that the steady gradually varied flow equation can have more than one solution. This fact implies that the nonlinear algebraic equation approximating the ordinary differential energy equation, which additionally coincides with the wellknown standard step method usually applied for computing of the flow profile, can have variable number of roots. Consequently, more than one alternative solution corresponding to the same initial condition can be provided. Using this property it is possible to compute the water flow profile passing through the critical stage.

  1. Non-Photorealistic Rendering in Chinese Painting of Animals

    Institute of Scientific and Technical Information of China (English)

    2002-01-01

    A set of algorithms is proposed in this paper to automatically transform 3D animal models to Chinese painting style. Inspired by real painting process in Chinese painting of animals, we divide the whole rendering process into two parts: borderline stroke making and interior shading. In borderline stroke making process we first find 3D model silhouettes in real-time depending on the viewing direction of a user. After retrieving silhouette information from all model edges, a stroke linking mechanism is applied to link these independent edges into a long stroke. Finally we grow a plain thin silhouette line to a stylus stroke with various widths at each control point and a 2D brush model is combined with it to simulate a Chinese painting stroke. In the interior shading pipeline, three stages are used to convert a Gouraud-shading image to a Chinese painting style image: color quantization, ink diffusion and box filtering. The color quantization stage assigns all pixels in an image into four color levels and each level represents a color layer in a Chinese painting. Ink diffusion stage is used to transfer inks and water between different levels and to grow areas in an irregular way. The box filtering stage blurs sharp borders between different levels to embellish the appearance of final interior shading image. In addition to automatic rendering, an interactive Chinese painting system which is equipped with friendly input devices can be also combined to generate more artistic Chinese painting images manually.

  2. Conservation of the historical render in the Church of Nossa Senhora da Assunção in Elvas

    Directory of Open Access Journals (Sweden)

    Sofia Salema

    2008-01-01

    Full Text Available In this paper we present a practical case of conservation of the historical renders in the pyramidal tower of the Church of Nossa Senhora da Assunção in Elvas (Portugal, carried out by the former IPPAR (Portuguese Institute of Architectonic Heritage, now Regional Direction of Culture of Alentejo. Awareness of the value and of the risks facing these renders points towards the necessity to safeguard their material authenticity. During the works of conservation of the main façade, under the layers of non decorated recovering render, a previous decorated render, simulating stone masonry, with raised joints reproducing stone divisions and the internal structure in solid brick, was discovered. After material and historical analysis we came to the conclusion that it was highly probable that this render was contemporary to the construction of the Church and, as such, it seemed essential to conserve and restore this covering as historical evidence and cultural heritage. Treatment of the pyramidal tower render included removal of the non original recover mortars, survey of ancient materials, execution of technical and decorative scheme, surfaces' cleaning and consolidation of the weaker original old mortars. In order to fill the gaps in the original surface, specific lime mortars, prepared with washed sand and standard grain size, were used. Restoration techniques were used to reconstitute and integrate the lacunas. These actions not only conserved the workmanship, but also reconstructed the decorative structure and a reading clarity, allowing the identification of restoration without the connotation of a mimetic integration. This joint action, only possible with the help of the conservation and restoration team, puts into evidence the possibility of continuous evaluation and learning. It is clear that, in cases where there are unknown, unpredictable factors, due to the specific work and value of the materials, it is possible to change the course

  3. A two-metric proposal to specify the color-rendering properties of light sources for retail lighting

    Science.gov (United States)

    Freyssinier, Jean Paul; Rea, Mark

    2010-08-01

    Lighting plays an important role in supporting retail operations, from attracting customers, to enabling the evaluation of merchandise, to facilitating the completion of the sale. Lighting also contributes to the identity, comfort, and visual quality of a retail store. With the increasing availability and quality of white LEDs, retail lighting specifiers are now considering LED lighting in stores. The color rendering of light sources is a key factor in supporting retail lighting goals and thus influences a light source's acceptance by users and specifiers. However, there is limited information on what consumers' color preferences are, and metrics used to describe the color properties of light sources often are equivocal and fail to predict preference. The color rendering of light sources is described in the industry solely by the color rendering index (CRI), which is only indirectly related to human perception. CRI is intended to characterize the appearance of objects illuminated by the source and is increasingly being challenged because new sources are being developed with increasingly exotic spectral power distributions. This paper discusses how CRI might be augmented to better use it in support of the design objectives for retail merchandising. The proposed guidelines include the use of gamut area index as a complementary metric to CRI for assuring good color rendering.

  4. Diagnostic Accuracy of the Volume Rendering Images of Multi-Detector CT for the Detection of Lumbar Transverse Process Fractures

    Energy Technology Data Exchange (ETDEWEB)

    Lee, Yun Hak; Chun, Tong Jin [Dept. of Radiology, Eulji University Hospital, Daejeon (Korea, Republic of)

    2012-01-15

    To compare the accuracy of three-dimensional computed tomographic (3D CT) volume rendering techniques with axial images of multi-detector row computed tomography to identify lumbar transverse process (LTP) fractures in trauma patients. We retrospectively evaluated 42 patients with back pain as a result of blunt trauma between January and June of 2010. Two radiologists examined the 3D CT volume rendering images independently. The confirmation of a LTP fracture was based on the consensus of the axial images by the two radiologists. The results of 3D CT volume rendering images were compared with the axial images and the diagnostic powers (sensitivity, specificity, and accuracy) were calculated. Seven of the 42 patients had twenty five lumbar transverse process fractures. The diagnostic power of the 3D CT volume rendering technique is as accurate as axial images. Reader 1, sensitivity 96%, specificity 100%, accuracy 99.9%; and Reader 2 sensitivity 100%, specificity 99.8%, accuracy 99.8%. The accordance of the two radiologists was 99.8%. 3D CT volume rendering images can alternate axial images to detect lumbar transverse process fractures with good image quality.

  5. Gradual nerve elongation affects nerve cell bodies and neuro-muscular junctions.

    Science.gov (United States)

    Kazuo Ikeda, K I; Masaki Matsuda, M M; Daisuke Yamauchi, D Y; Katsuro Tomita, K T; Shigenori Tanaka, S T

    2005-07-01

    The purpose of this study is to clarify the reactions of the neuro-muscular junction and nerve cell body to gradual nerve elongation. The sciatic nerves of Japanese white rabbits were lengthened by 30 mm in increments of 0.8 mm/day, 2.0 mm/day and 4.0 mm/day. A scanning electron microscopic examination showed no degenerative change at the neuro-muscular junction, even eight weeks after elongation in the 4-mm group. Hence, neuro-muscular junction is not critical for predicting damage from gradual nerve elongation. There were no axon reaction cells in the 0.8-mm group, a small amount in the 2-mm group, and a large amount in the 4-mm group. The rate of growth associated protein-43 positive nerve cells was significant in the 4-mm group. Hence, the safe speed for nerve cells appeared to be 0.8-mm/day, critical speed to be 2.0-mm/day, and dangerous speed to be 4.0-mm/day in this elongation model.

  6. Hardware-accelerated autostereogram rendering for interactive 3D visualization

    Science.gov (United States)

    Petz, Christoph; Goldluecke, Bastian; Magnor, Marcus

    2003-05-01

    Single Image Random Dot Stereograms (SIRDS) are an attractive way of depicting three-dimensional objects using conventional display technology. Once trained in decoupling the eyes' convergence and focusing, autostereograms of this kind are able to convey the three-dimensional impression of a scene. We present in this work an algorithm that generates SIRDS at interactive frame rates on a conventional PC. The presented system allows rotating a 3D geometry model and observing the object from arbitrary positions in real-time. Subjective tests show that the perception of a moving or rotating 3D scene presents no problem: The gaze remains focused onto the object. In contrast to conventional SIRDS algorithms, we render multiple pixels in a single step using a texture-based approach, exploiting the parallel-processing architecture of modern graphics hardware. A vertex program determines the parallax for each vertex of the geometry model, and the graphics hardware's texture unit is used to render the dot pattern. No data has to be transferred between main memory and the graphics card for generating the autostereograms, leaving CPU capacity available for other tasks. Frame rates of 25 fps are attained at a resolution of 1024x512 pixels on a standard PC using a consumer-grade nVidia GeForce4 graphics card, demonstrating the real-time capability of the system.

  7. Continuous Surface Rendering, Passing from CAD to Physical Representation

    Directory of Open Access Journals (Sweden)

    Mario Covarrubias

    2013-06-01

    Full Text Available This paper describes a desktop-mechatronic interface that has been conceived to support designers in the evaluation of aesthetic virtual shapes. This device allows a continuous and smooth free hand contact interaction on a real and developable plastic tape actuated by a servo-controlled mechanism. The objective in designing this device is to reproduce a virtual surface with a consistent physical rendering well adapted to designers' needs. The desktop-mechatronic interface consists in a servo-actuated plastic strip that has been devised and implemented using seven interpolation points. In fact, by using the MEC (Minimal Energy Curve Spline approach, a developable real surface is rendered taking into account the CAD geometry of the virtual shapes. In this paper, we describe the working principles of the interface by using both absolute and relative approaches to control the position on each single control point on the MEC spline. Then, we describe the methodology that has been implemented, passing from the CAD geometry, linked to VisualNastran in order to maintain the parametric properties of the virtual shape. Then, we present the co-simulation between VisualNastran and MATLAB/Simulink used for achieving this goal and controlling the system and finally, we present the results of the subsequent testing session specifically carried out to evaluate the accuracy and the effectiveness of the mechatronic device.

  8. Tomographic image reconstruction and rendering with texture-mapping hardware

    International Nuclear Information System (INIS)

    Azevedo, S.G.; Cabral, B.K.; Foran, J.

    1994-07-01

    The image reconstruction problem, also known as the inverse Radon transform, for x-ray computed tomography (CT) is found in numerous applications in medicine and industry. The most common algorithm used in these cases is filtered backprojection (FBP), which, while a simple procedure, is time-consuming for large images on any type of computational engine. Specially-designed, dedicated parallel processors are commonly used in medical CT scanners, whose results are then passed to graphics workstation for rendering and analysis. However, a fast direct FBP algorithm can be implemented on modern texture-mapping hardware in current high-end workstation platforms. This is done by casting the FBP algorithm as an image warping operation with summing. Texture-mapping hardware, such as that on the Silicon Graphics Reality Engine (TM), shows around 600 times speedup of backprojection over a CPU-based implementation (a 100 Mhz R4400 in this case). This technique has the further advantages of flexibility and rapid programming. In addition, the same hardware can be used for both image reconstruction and for volumetric rendering. The techniques can also be used to accelerate iterative reconstruction algorithms. The hardware architecture also allows more complex operations than straight-ray backprojection if they are required, including fan-beam, cone-beam, and curved ray paths, with little or no speed penalties

  9. Feasibility of computerized scheduled gradual reduction for adolescent smoking cessation.

    Science.gov (United States)

    Riley, William; Jerome, Albert; Behar, Albert; Zack, Sharon

    2002-01-01

    The purpose of this project was to modify a smoking cessation program that uses computerized scheduled gradual reduction for use with adolescent smokers and to test the feasibility of this cessation approach in group support and minimal contact modalities. Utilizing a lesson plan approach with high school marketing students in five high schools and student survey feedback, the LifeSign program was modified to be an acceptable smoking cessation program for adolescent smokers. In the first study, 17 adolescent smokers used the modified program with seven associated weekly group support sessions. At the end of treatment, 29% had quit smoking, and over half of those who continued to smoke reduced their smoking rate by 50%. In the second study, the LifeSign for Teens program was evaluated with 18 adolescent smokers in a minimal contact format. At the end of treatment, 17% had quit smoking, and mean smoking rate reductions of 43% were found among those who continued smoking. At 1-year follow-up, all subjects who had quit at posttreatment reported continuous abstinence. The results of these two small trials suggest that a computerized scheduled gradual reduction approach may be an accepted and potentially efficacious approach for smoking cessation among adolescent smokers.

  10. Engineering web maps with gradual content zoom based on streaming vector data

    Science.gov (United States)

    Huang, Lina; Meijers, Martijn; Šuba, Radan; van Oosterom, Peter

    2016-04-01

    Vario-scale data structures have been designed to support gradual content zoom and the progressive transfer of vector data, for use with arbitrary map scales. The focus to date has been on the server side, especially on how to convert geographic data into the proposed vario-scale structures by means of automated generalisation. This paper contributes to the ongoing vario-scale research by focusing on the client side and communication, particularly on how this works in a web-services setting. It is claimed that these functionalities are urgently needed, as many web-based applications, both desktop and mobile, require gradual content zoom, progressive transfer and a high performance level. The web-client prototypes developed in this paper make it possible to assess the behaviour of vario-scale data and to determine how users will actually see the interactions. Several different options of web-services communication architectures are possible in a vario-scale setting. These options are analysed and tested with various web-client prototypes, with respect to functionality, ease of implementation and performance (amount of transmitted data and response times). We show that the vario-scale data structure can fit in with current web-based architectures and efforts to standardise map distribution on the internet. However, to maximise the benefits of vario-scale data, a client needs to be aware of this structure. When a client needs a map to be refined (by means of a gradual content zoom operation), only the 'missing' data will be requested. This data will be sent incrementally to the client from a server. In this way, the amount of data transferred at one time is reduced, shortening the transmission time. In addition to these conceptual architecture aspects, there are many implementation and tooling design decisions at play. These will also be elaborated on in this paper. Based on the experiments conducted, we conclude that the vario-scale approach indeed supports gradual

  11. Photon Differential Splatting for Rendering Caustics

    DEFF Research Database (Denmark)

    Frisvad, Jeppe Revall; Schjøth, Lars; Erleben, Kenny

    2014-01-01

    We present a photon splatting technique which reduces noise and blur in the rendering of caustics. Blurring of illumination edges is an inherent problem in photon splatting, as each photon is unaware of its neighbours when being splatted. This means that the splat size is usually based...... on heuristics rather than knowledge of the local flux density. We use photon differentials to determine the size and shape of the splats such that we achieve adaptive anisotropic flux density estimation in photon splatting. As compared to previous work that uses photon differentials, we present the first method...... where no photons or beams or differentials need to be stored in a map. We also present improvements in the theory of photon differentials, which give more accurate results and a faster implementation. Our technique has good potential for GPU acceleration, and we limit the number of parameters requiring...

  12. Tissue specific responses alter the biomass accumulation in wheat under gradual and sudden salt stress

    Directory of Open Access Journals (Sweden)

    Yumurtaci A.

    2012-11-01

    Full Text Available Salinity is one the major limiting environmental factors which has negative side effects on crop production. The purpose of this study was to investigate the differences between the gradual and sudden salt stress effects on biomass accumulation associated with whole plant development in three different tissues of two wheat species ( Triticum aestivum and Triticum durum under hydroponic conditions in the long term. Considering the effects of sudden and gradual stress for biomass accumulation, while importance of salinity x genotype interaction for fresh weights was 5%, association for salinity x tissue type was found as 1% important. Interestingly, root branching and development of lateral roots were much more negatively affected by gradual stress rather than sudden salt application. Our results demonstrated that root and leaf were both critical tissues to test the salt tolerance by physiologically but sheath tissue might be used as an alternative source of variation for solving the interactions between root and leaves in wheat.

  13. Reflecting on Talk: A Mentor Teacher's Gradual Release in Co-Planning

    Science.gov (United States)

    Pylman, Stacey

    2016-01-01

    The goal of this case study was to explore how a mentor teacher used video-recorded co-planning sessions to reflect on and improve one's mentoring practice. Findings reveal ways in which the mentor used talk in co-planning sessions to model one's thinking process and to gradually release planning responsibility to engage the intern in learning to…

  14. Local intelligent electronic device (IED) rendering templates over limited bandwidth communication link to manage remote IED

    Science.gov (United States)

    Bradetich, Ryan; Dearien, Jason A; Grussling, Barry Jakob; Remaley, Gavin

    2013-11-05

    The present disclosure provides systems and methods for remote device management. According to various embodiments, a local intelligent electronic device (IED) may be in communication with a remote IED via a limited bandwidth communication link, such as a serial link. The limited bandwidth communication link may not support traditional remote management interfaces. According to one embodiment, a local IED may present an operator with a management interface for a remote IED by rendering locally stored templates. The local IED may render the locally stored templates using sparse data obtained from the remote IED. According to various embodiments, the management interface may be a web client interface and/or an HTML interface. The bandwidth required to present a remote management interface may be significantly reduced by rendering locally stored templates rather than requesting an entire management interface from the remote IED. According to various embodiments, an IED may comprise an encryption transceiver.

  15. New impressive capabilities of SE-workbench for EO/IR real-time rendering of animated scenarios including flares

    Science.gov (United States)

    Le Goff, Alain; Cathala, Thierry; Latger, Jean

    2015-10-01

    To provide technical assessments of EO/IR flares and self-protection systems for aircraft, DGA Information superiority resorts to synthetic image generation to model the operational battlefield of an aircraft, as viewed by EO/IR threats. For this purpose, it completed the SE-Workbench suite from OKTAL-SE with functionalities to predict a realistic aircraft IR signature and is yet integrating the real-time EO/IR rendering engine of SE-Workbench called SE-FAST-IR. This engine is a set of physics-based software and libraries that allows preparing and visualizing a 3D scene for the EO/IR domain. It takes advantage of recent advances in GPU computing techniques. The recent past evolutions that have been performed concern mainly the realistic and physical rendering of reflections, the rendering of both radiative and thermal shadows, the use of procedural techniques for the managing and the rendering of very large terrains, the implementation of Image- Based Rendering for dynamic interpolation of plume static signatures and lastly for aircraft the dynamic interpolation of thermal states. The next step is the representation of the spectral, directional, spatial and temporal signature of flares by Lacroix Defense using OKTAL-SE technology. This representation is prepared from experimental data acquired during windblast tests and high speed track tests. It is based on particle system mechanisms to model the different components of a flare. The validation of a flare model will comprise a simulation of real trials and a comparison of simulation outputs to experimental results concerning the flare signature and above all the behavior of the stimulated threat.

  16. INCREASING SAVING BEHAVIOR THROUGH AGE-PROGRESSED RENDERINGS OF THE FUTURE SELF

    Science.gov (United States)

    HERSHFIELD, HAL E.; GOLDSTEIN, DANIEL G.; SHARPE, WILLIAM F.; FOX, JESSE; YEYKELIS, LEO; CARSTENSEN, LAURA L.; BAILENSON, JEREMY N.

    2014-01-01

    Many people fail to save what they need to for retirement (Munnell, Webb, and Golub-Sass 2009). Research on excessive discounting of the future suggests that removing the lure of immediate rewards by pre-committing to decisions, or elaborating the value of future rewards can both make decisions more future-oriented. In this article, we explore a third and complementary route, one that deals not with present and future rewards, but with present and future selves. In line with thinkers who have suggested that people may fail, through a lack of belief or imagination, to identify with their future selves (Parfit 1971; Schelling 1984), we propose that allowing people to interact with age-progressed renderings of themselves will cause them to allocate more resources toward the future. In four studies, participants interacted with realistic computer renderings of their future selves using immersive virtual reality hardware and interactive decision aids. In all cases, those who interacted with virtual future selves exhibited an increased tendency to accept later monetary rewards over immediate ones. PMID:24634544

  17. INCREASING SAVING BEHAVIOR THROUGH AGE-PROGRESSED RENDERINGS OF THE FUTURE SELF.

    Science.gov (United States)

    Hershfield, Hal E; Goldstein, Daniel G; Sharpe, William F; Fox, Jesse; Yeykelis, Leo; Carstensen, Laura L; Bailenson, Jeremy N

    2011-11-01

    Many people fail to save what they need to for retirement (Munnell, Webb, and Golub-Sass 2009). Research on excessive discounting of the future suggests that removing the lure of immediate rewards by pre-committing to decisions, or elaborating the value of future rewards can both make decisions more future-oriented. In this article, we explore a third and complementary route, one that deals not with present and future rewards, but with present and future selves. In line with thinkers who have suggested that people may fail, through a lack of belief or imagination, to identify with their future selves (Parfit 1971; Schelling 1984), we propose that allowing people to interact with age-progressed renderings of themselves will cause them to allocate more resources toward the future. In four studies, participants interacted with realistic computer renderings of their future selves using immersive virtual reality hardware and interactive decision aids. In all cases, those who interacted with virtual future selves exhibited an increased tendency to accept later monetary rewards over immediate ones.

  18. Signal Processing Implementation and Comparison of Automotive Spatial Sound Rendering Strategies

    Directory of Open Access Journals (Sweden)

    Bai MingsianR

    2009-01-01

    Full Text Available Design and implementation strategies of spatial sound rendering are investigated in this paper for automotive scenarios. Six design methods are implemented for various rendering modes with different number of passengers. Specifically, the downmixing algorithms aimed at balancing the front and back reproductions are developed for the 5.1-channel input. Other five algorithms based on inverse filtering are implemented in two approaches. The first approach utilizes binaural (Head-Related Transfer Functions HRTFs measured in the car interior, whereas the second approach named the point-receiver model targets a point receiver positioned at the center of the passenger's head. The proposed processing algorithms were compared via objective and subjective experiments under various listening conditions. Test data were processed by the multivariate analysis of variance (MANOVA method and the least significant difference (Fisher's LSD method as a post hoc test to justify the statistical significance of the experimental data. The results indicate that inverse filtering algorithms are preferred for the single passenger mode. For the multipassenger mode, however, downmixing algorithms generally outperformed the other processing techniques.

  19. LOD 1 VS. LOD 2 - Preliminary Investigations Into Differences in Mobile Rendering Performance

    Science.gov (United States)

    Ellul, C.; Altenbuchner, J.

    2013-09-01

    The increasing availability, size and detail of 3D City Model datasets has led to a challenge when rendering such data on mobile devices. Understanding the limitations to the usability of such models on these devices is particularly important given the broadening range of applications - such as pollution or noise modelling, tourism, planning, solar potential - for which these datasets and resulting visualisations can be utilized. Much 3D City Model data is created by extrusion of 2D topographic datasets, resulting in what is known as Level of Detail (LoD) 1 buildings - with flat roofs. However, in the UK the National Mapping Agency (the Ordnance Survey, OS) is now releasing test datasets to Level of Detail (LoD) 2 - i.e. including roof structures. These datasets are designed to integrate with the LoD 1 datasets provided by the OS, and provide additional detail in particular on larger buildings and in town centres. The availability of such integrated datasets at two different Levels of Detail permits investigation into the impact of the additional roof structures (and hence the display of a more realistic 3D City Model) on rendering performance on a mobile device. This paper describes preliminary work carried out to investigate this issue, for the test area of the city of Sheffield (in the UK Midlands). The data is stored in a 3D spatial database as triangles and then extracted and served as a web-based data stream which is queried by an App developed on the mobile device (using the Android environment, Java and OpenGL for graphics). Initial tests have been carried out on two dataset sizes, for the city centre and a larger area, rendering the data onto a tablet to compare results. Results of 52 seconds for rendering LoD 1 data, and 72 seconds for LoD 1 mixed with LoD 2 data, show that the impact of LoD 2 is significant.

  20. Moisture transport properties of brick – comparison of exposed, impregnated and rendered brick

    DEFF Research Database (Denmark)

    Hansen, Tessa Kvist; Bjarløv, Søren Peter; Peuhkuri, Ruut

    2016-01-01

    In regards to internal insulation of preservation worthy brick façades, external moisture sources, such as wind-driven rain exposure, inevitably has an impact on moisture conditions within the masonry construction. Surface treatments, such as hydrophobation or render, may remedy the impacts...... of external moisture. In the present paper the surface absorption of liquid water on masonry façades of untreated, hydrophobated and rendered brick, are determined experimentally and compared. The experimental work focuses on methods that can be applied on-site, Karsten tube measurements. These measurements...... are supplemented with results from laboratory measurements of water absorption coefficient by partial immersion. Based on obtained measurement results, simulations are made with external liquid water loads for determination of moisture conditions within the masonry of different surface treatments. Experimental...

  1. Apparatus for rendering at least a portion of a device inoperable and related methods

    Energy Technology Data Exchange (ETDEWEB)

    Daniels, Michael A.; Steffler, Eric D.; Hartenstein, Steven D.; Wallace, Ronald S.

    2016-11-08

    Apparatus for rendering at least a portion of a device inoperable may include a containment structure having a first compartment that is configured to receive a device therein and a movable member configured to receive a cartridge having reactant material therein. The movable member is configured to be inserted into the first compartment of the containment structure and to ignite the reactant material within the cartridge. Methods of rendering at least a portion of a device inoperable may include disposing the device into the first compartment of the containment structure, inserting the movable member into the first compartment of the containment structure, igniting the reactant material in the cartridge, and expelling molten metal onto the device.

  2. A gradual update method for simulating the steady-state solution of stiff differential equations in metabolic circuits.

    Science.gov (United States)

    Shiraishi, Emi; Maeda, Kazuhiro; Kurata, Hiroyuki

    2009-02-01

    Numerical simulation of differential equation systems plays a major role in the understanding of how metabolic network models generate particular cellular functions. On the other hand, the classical and technical problems for stiff differential equations still remain to be solved, while many elegant algorithms have been presented. To relax the stiffness problem, we propose new practical methods: the gradual update of differential-algebraic equations based on gradual application of the steady-state approximation to stiff differential equations, and the gradual update of the initial values in differential-algebraic equations. These empirical methods show a high efficiency for simulating the steady-state solutions for the stiff differential equations that existing solvers alone cannot solve. They are effective in extending the applicability of dynamic simulation to biochemical network models.

  3. Parameter changes during gradual flooding of a PEM fuel cell through EIS studies; Cambio en parametros de una celda de combustible PEM durante inundacion gradual mediante estudios de EIS

    Energy Technology Data Exchange (ETDEWEB)

    Cano Castillo, Ulises; Cruz Manzo, Samuel; Arriaga Hurtado, Gerardo [Instituto de Investigaciones Electricas, Cuernavaca, Morelos (Mexico); Ortiz, Alondra; Orozco, German [Centro de Investigacion y Desarrollo Tecnologico en Electroquimica S.C. (CIDETEQ) (Mexico)

    2008-07-01

    The gradual flooding of a single PEM fuel cell was produced and Electrochemical Impedance Spectroscopy (EIS) measurements were realized in order to follow changes of the fuel cell impedance parameters. These changes were followed by using two equivalent circuit models: one simple model of the Randles type accounting for cathode and anode interfaces and a more complex model based on distributed elements, more suitable for porous electrodes in order to include protonic resistance of the catalyst layers. [Spanish] La inundacion gradual de una monocelda de combustible tipo PEM fue estudiada empleando espectroscopia de impedancia electroquimica (EIS), con el proposito de seguir cambios en los parametros de impedancia de la celda. Estos cambios fueron estudiados utilizando dos circuitos equivalentes: un modelo simple de tipo Randles, el cual considerara las interfaces del catodo y del anodo, y un modelo mas complejo basado en elementos distribuidos, el cual fuera adecuado para electrodos porosos, a fin de incluir la resistencia protonica de las capas catalizadoras.

  4. Efficient Algorithms for Real-Time GPU Volumetric Cloud Rendering with Enhanced Geometry

    Directory of Open Access Journals (Sweden)

    Carlos Jiménez de Parga

    2018-04-01

    Full Text Available This paper presents several new techniques for volumetric cloud rendering using efficient algorithms and data structures based on ray-tracing methods for cumulus generation, achieving an optimum balance between realism and performance. These techniques target applications such as flight simulations, computer games, and educational software, even with conventional graphics hardware. The contours of clouds are defined by implicit mathematical expressions or triangulated structures inside which volumetric rendering is performed. Novel techniques are used to reproduce the asymmetrical nature of clouds and the effects of light-scattering, with low computing costs. The work includes a new method to create randomized fractal clouds using a recursive grammar. The graphical results are comparable to those produced by state-of-the-art, hyper-realistic algorithms. These methods provide real-time performance, and are superior to particle-based systems. These outcomes suggest that our methods offer a good balance between realism and performance, and are suitable for use in the standard graphics industry.

  5. Interacting Learning Processes during Skill Acquisition: Learning to control with gradually changing system dynamics.

    Science.gov (United States)

    Ludolph, Nicolas; Giese, Martin A; Ilg, Winfried

    2017-10-16

    There is increasing evidence that sensorimotor learning under real-life conditions relies on a composition of several learning processes. Nevertheless, most studies examine learning behaviour in relation to one specific learning mechanism. In this study, we examined the interaction between reward-based skill acquisition and motor adaptation to changes of object dynamics. Thirty healthy subjects, split into two groups, acquired the skill of balancing a pole on a cart in virtual reality. In one group, we gradually increased the gravity, making the task easier in the beginning and more difficult towards the end. In the second group, subjects had to acquire the skill on the maximum, most difficult gravity level. We hypothesized that the gradual increase in gravity during skill acquisition supports learning despite the necessary adjustments to changes in cart-pole dynamics. We found that the gradual group benefits from the slow increment, although overall improvement was interrupted by the changes in gravity and resulting system dynamics, which caused short-term degradations in performance and timing of actions. In conclusion, our results deliver evidence for an interaction of reward-based skill acquisition and motor adaptation processes, which indicates the importance of both processes for the development of optimized skill acquisition schedules.

  6. Visualization of normal and abnormal inner ear with volume rendering technique using multislice spiral CT

    International Nuclear Information System (INIS)

    Ma Hui; Han Ping; Liang Bo; Lei Ziqiao; Liu Fang; Tian Zhiliang

    2006-01-01

    Objective: To evaluate the ability of the volume rendering technique to display the normal and abnormal inner ear structures. Methods: Forty normal earand 61 abnormal inner ears (40 congenital inner ear malformations, 7 labyrinthitis ossificans, and 14 inner ear erosion caused by cholesteatomas) were examined with a MSCT scanner. Axial imaging were performed using the following parameters: 120 kV, 100 mAs, 0.75 mm slice thickness, a pitch factor of 1. The axial images of interested ears were reconstructed with 0.1 mm reconstruction increment and a FOV of 50 mm. The 3D reconstructions were done with volume rendering technique on the workstation. Results: In the subjects without ear disorders a high quality 3D visualization of the inner ear could be achieved. In the patients with inner ear' disorders all inner ear malformations could be clearly displayed on 3D images as follows: (1) Michel deformity (one ear): There was complete absence of all cochlear and vestibular structures. (2) common cavity deformity (3 ears): The cochlea and vestibule were represented by a cystic cavity and couldn't be differentiated from each other. (3)incomplete partition type I (3 ears): The cochlea lacked the entire modiolus and cribriform area, resulting in a cystic appearance. (4) incomplete partition type II (Mondini deformity) (5 ears): The cochlea consisted of 1.5 turns, in which the middle and apical turns coalesced to form a cystic apex. (5) vestibular and semicircular canal malformations (14 ears): Cochlea was normal, vestibule dilated, semicircular canals were absent, hypoplastic or enlarged. (6) dilated vestibular aqueduct (14 ears): The vestibular aqueduct was bell-mouthed. In 7 patients with labyrinthifis ossificans, 3D images failed to clearly show the completeinner ears in 4 ears because of too high ossifications in the membranous labyrinth. In the other 3 ears volume rendering could display the thin cochlea basal turn and the intermittent semicircular canals. In the patients

  7. Principle of progressive (gradual use of contractual remedies

    Directory of Open Access Journals (Sweden)

    Bazil OGLINDĂ

    2014-12-01

    Full Text Available In this study, we intend to answer to the question whether, in the modern contract law, in general, and in Romanian contract law, in particular, the creditor may resort almost discretionary to remedies (contractual sanctions such as termination, rescission without being opposed that he should have resorted to other more appropriate remedies. In order to answer to this question, we find it extremely useful to define the term of contractual remedy and to analyse the correlation of this principle with other principles of modern contract law. Also, last but not least, we intend to define the principle of progressive (gradual use of the contractual remedies and to detail the vocation (legal nature of this principle in the modern contract law, having as starting point the provisions of the new Romanian Civil Code.

  8. Valley detection using a graphene gradual pn junction with spin–orbit coupling: An analytical conductance calculation

    Energy Technology Data Exchange (ETDEWEB)

    Yang, Mou, E-mail: yang.mou@hotmail.com [Guangdong Provincial Key Laboratory of Quantum Engineering and Quantum Materials, School of Physics and Telecommunication Engineering, South China Normal University, Guangzhou 510006 (China); Wang, Rui-Qiang [Guangdong Provincial Key Laboratory of Quantum Engineering and Quantum Materials, School of Physics and Telecommunication Engineering, South China Normal University, Guangzhou 510006 (China); Bai, Yan-Kui [College of Physical Science and Information Engineering and Hebei Advance Thin Films Laboratory, Hebei Normal University, Shijiazhuang, Hebei 050024 (China)

    2015-09-04

    Graphene pn junction is the brick to build up variety of graphene nano-structures. The analytical formula of the conductance of graphene gradual pn junctions in the whole bipolar region has been absent up to now. In this paper, we analytically calculated that pn conductance with the spin–orbit coupling and stagger potential taken into account. Our analytical expression indicates that the energy gap causes the conductance to drop a constant value with respect to that without gap in a certain parameter region, and manifests that the curve of the conductance versus the stagger potential consists of two Gaussian peaks – one valley contributes one peak. The latter feature allows one to detect the valley polarization without using double-interface resonant devices. - Highlights: • Analytical conductance formula of the gradual graphene pn junction with spin–orbit coupling in the whole bipolar region. • Exploring the valley-dependent transport of gradual graphene pn junctions analytically. • Conductance peak without resonance.

  9. Modeling a color-rendering operator for high dynamic range images using a cone-response function

    Science.gov (United States)

    Choi, Ho-Hyoung; Kim, Gi-Seok; Yun, Byoung-Ju

    2015-09-01

    Tone-mapping operators are the typical algorithms designed to produce visibility and the overall impression of brightness, contrast, and color of high dynamic range (HDR) images on low dynamic range (LDR) display devices. Although several new tone-mapping operators have been proposed in recent years, the results of these operators have not matched those of the psychophysical experiments based on the human visual system. A color-rendering model that is a combination of tone-mapping and cone-response functions using an XYZ tristimulus color space is presented. In the proposed method, the tone-mapping operator produces visibility and the overall impression of brightness, contrast, and color in HDR images when mapped onto relatively LDR devices. The tone-mapping resultant image is obtained using chromatic and achromatic colors to avoid well-known color distortions shown in the conventional methods. The resulting image is then processed with a cone-response function wherein emphasis is placed on human visual perception (HVP). The proposed method covers the mismatch between the actual scene and the rendered image based on HVP. The experimental results show that the proposed method yields an improved color-rendering performance compared to conventional methods.

  10. Effects of sample treatments on genome recovery via single-cell genomics

    Energy Technology Data Exchange (ETDEWEB)

    Clingenpeel, Scott [USDOE Joint Genome Institute (JGI), Walnut Creek, CA (United States); Schwientek, Patrick [USDOE Joint Genome Institute (JGI), Walnut Creek, CA (United States); Hugenholtz, Philip [Univ. of Queensland, Brisbane (Australia); Woyke, Tanja [USDOE Joint Genome Institute (JGI), Walnut Creek, CA (United States)

    2014-06-13

    It is known that single-cell genomics is a powerful tool for accessing genetic information from uncultivated microorganisms. Methods of handling samples before single-cell genomic amplification may affect the quality of the genomes obtained. Using three bacterial strains we demonstrate that, compared to cryopreservation, lower-quality single-cell genomes are recovered when the sample is preserved in ethanol or if the sample undergoes fluorescence in situ hybridization, while sample preservation in paraformaldehyde renders it completely unsuitable for sequencing.

  11. State of the Art in Transfer Functions for Direct Volume Rendering

    KAUST Repository

    Ljung, Patric; Krü ger, Jens; Groller, Eduard; Hadwiger, Markus; Hansen, Charles D.; Ynnerman, Anders

    2016-01-01

    A central topic in scientific visualization is the transfer function (TF) for volume rendering. The TF serves a fundamental role in translating scalar and multivariate data into color and opacity to express and reveal the relevant features present in the data studied. Beyond this core functionality, TFs also serve as a tool for encoding and utilizing domain knowledge and as an expression for visual design of material appearances. TFs also enable interactive volumetric exploration of complex data. The purpose of this state-of-the-art report (STAR) is to provide an overview of research into the various aspects of TFs, which lead to interpretation of the underlying data through the use of meaningful visual representations. The STAR classifies TF research into the following aspects: dimensionality, derived attributes, aggregated attributes, rendering aspects, automation, and user interfaces. The STAR concludes with some interesting research challenges that form the basis of an agenda for the development of next generation TF tools and methodologies. © 2016 The Author(s) Computer Graphics Forum © 2016 The Eurographics Association and John Wiley & Sons Ltd. Published by John Wiley & Sons Ltd.

  12. State of the Art in Transfer Functions for Direct Volume Rendering

    KAUST Repository

    Ljung, Patric

    2016-07-04

    A central topic in scientific visualization is the transfer function (TF) for volume rendering. The TF serves a fundamental role in translating scalar and multivariate data into color and opacity to express and reveal the relevant features present in the data studied. Beyond this core functionality, TFs also serve as a tool for encoding and utilizing domain knowledge and as an expression for visual design of material appearances. TFs also enable interactive volumetric exploration of complex data. The purpose of this state-of-the-art report (STAR) is to provide an overview of research into the various aspects of TFs, which lead to interpretation of the underlying data through the use of meaningful visual representations. The STAR classifies TF research into the following aspects: dimensionality, derived attributes, aggregated attributes, rendering aspects, automation, and user interfaces. The STAR concludes with some interesting research challenges that form the basis of an agenda for the development of next generation TF tools and methodologies. © 2016 The Author(s) Computer Graphics Forum © 2016 The Eurographics Association and John Wiley & Sons Ltd. Published by John Wiley & Sons Ltd.

  13. On-the-Fly Decompression and Rendering of Multiresolution Terrain

    Energy Technology Data Exchange (ETDEWEB)

    Lindstrom, P; Cohen, J D

    2009-04-02

    We present a streaming geometry compression codec for multiresolution, uniformly-gridded, triangular terrain patches that supports very fast decompression. Our method is based on linear prediction and residual coding for lossless compression of the full-resolution data. As simplified patches on coarser levels in the hierarchy already incur some data loss, we optionally allow further quantization for more lossy compression. The quantization levels are adaptive on a per-patch basis, while still permitting seamless, adaptive tessellations of the terrain. Our geometry compression on such a hierarchy achieves compression ratios of 3:1 to 12:1. Our scheme is not only suitable for fast decompression on the CPU, but also for parallel decoding on the GPU with peak throughput over 2 billion triangles per second. Each terrain patch is independently decompressed on the fly from a variable-rate bitstream by a GPU geometry program with no branches or conditionals. Thus we can store the geometry compressed on the GPU, reducing storage and bandwidth requirements throughout the system. In our rendering approach, only compressed bitstreams and the decoded height values in the view-dependent 'cut' are explicitly stored on the GPU. Normal vectors are computed in a streaming fashion, and remaining geometry and texture coordinates, as well as mesh connectivity, are shared and re-used for all patches. We demonstrate and evaluate our algorithms on a small prototype system in which all compressed geometry fits in the GPU memory and decompression occurs on the fly every rendering frame without any cache maintenance.

  14. Uniform illumination rendering using an array of LEDs: a signal processing perspective

    NARCIS (Netherlands)

    Yang, Hongming; Bergmans, J.W.M.; Schenk, T.C.W.; Linnartz, J.P.M.G.; Rietman, R.

    2009-01-01

    An array of a large number of LEDs will be widely used in future indoor illumination systems. In this paper, we investigate the problem of rendering uniform illumination by a regular LED array on the ceiling of a room. We first present two general results on the scaling property of the basic

  15. Characterisation of haematological profiles and whole blood relative gene expression levels in Holstein-Friesian and Jersey bull calves undergoing gradual weaning.

    Science.gov (United States)

    Johnston, D; Kenny, D A; Kelly, A K; McCabe, M S; McGee, M; Waters, S M; Earley, B

    2016-09-01

    Haematological profiles indicate the health status of an animal and can be used to identify sub-clinical stress responses. The objectives of the study were to examine (i) the effect of breed and plane of nutrition, on haematological profiles of artificially reared Holstein-Friesian and Jersey bull calves in response to gradual weaning, and (ii) the effect of breed on immune response genes in bovine whole blood using real-time quantitative PCR. Holstein-Friesian and Jersey bull calves were group housed indoors and individually fed using an automatic feeder. They were allocated to a high, medium or low plane of nutrition, based on milk replacer (MR) and concentrate. The nutrition treatments were calculated using National Research Council guidelines in order to achieve a high, medium or low growth rate for each respective breed. During the weaning phase MR was gradually reduced over a 14-day (d) period (d -13 to d 0). Calves were blood sampled on d -14, -6, -3, 0, 1, 3, 8 and 14 relative to weaning (d 0) for subsequent haematological analysis. On d -14, 1 and 8, a subset of eight Holstein-Friesian calves randomly selected from the medium nutrition treatment and eight Jersey calves randomly selected from the high nutrition treatment, were blood sampled for gene expression profiling, targeting biomarkers of weaning stress. These two treatment groups were chosen to examine the effect of breed on expression of the genes of interest, as energy intake and animal performance were similar. There was no effect of breed×plane of nutrition interaction nor effect of plane of nutrition on any variable measured (P>0.05). Gradual weaning produced differential biological responses in the two breeds evidenced by breed×time interactions for lymphocyte, monocyte and red blood cell number, plasma haemoglobin and haptoglobin concentrations (Plevel of the pro-apoptotic gene, Fas, increased on d 1 relative to d -14 (Plevels were greater in Jersey calves compared with Holstein-Friesian for

  16. Is synaesthesia really stable – or does it gradually consolidate?

    DEFF Research Database (Denmark)

    Sørensen, Thomas Alrik

    Synaesthesia is a condition describing a perceptual variation where experience an additional concurrent following an inducer stimulus (Grossenbacher & Lovelace, 2001); some may experience that weekdays or letters have a specific colour, or that a number has a certain size or relate to a particular...... is that the associations are stable over time. However, here we present the case of AR, a colour-grapheme synaesthete who clearly demonstrate synaesthesia, but also a gradual consolidation over time (Sørensen, Nordfang, & Ásgeirsson, accepted). Also, AR does not demonstrate some of the typical modulations of attention...

  17. Enhanced monoclonal antibody production by gradual increase of osmotic pressure

    OpenAIRE

    Lin, Jianqiang; Takagi, Mutsumi; Qu, Yinbo; Gao, Peiji; Yoshida, Toshiomi

    1999-01-01

    The time length required for the adaptation of AFP-27 hybridoma cells to high osmotic pressure and the effect of a gradual increase of osmotic pressure on monoclonal antibody production were investigated. When the cells were subjected to an increase of osmotic pressure from 300 mOsmol kg-1 to 366 mOsmol kg- 1, the intracellular content of osmoprotective free amino acids reached a maximum level 6 h after the osmotic pressure was increased to 366 mOsmol kg-1. The same time period of 6 h incubat...

  18. Responses of two températe evergreen Nothofagus species to sudden and gradual waterlogging: relationships with distribution patterns Respuestas de dos especies siempreverdes de Nothofagus al anegamiento gradual y repentino: relaciones con patrones de distribución

    Directory of Open Access Journals (Sweden)

    FRIDA PIPER

    2008-06-01

    Full Text Available The effects of gradual waterlogging on trees have been little studied. The températe evergreens Nothofagus nítida and N. dombeyi are differentially distributed on soil moisture gradients, only the former being common on poorly-drained sites. We compared the relative height growth rate (RGR H and foliage loss of seedlings subjected experimentally to normal drainage (soil at field capacity, sudden waterlogging and gradual waterlogging for two months to determine which waterlogging regime more accurately predicts interspecific differences in tolerance, as evident from natural distributions. RGR H was similar between species but differed between treatments (normal watering > gradual waterlogging = sudden waterlogging. Sudden waterlogging caused massive foliage loss in the two species, but gradual waterlogging caused much greater foliage loss in N. dombeyi than in N. nítida, indicating some degree of acclimation by the latter species. Linear regressions indicated that RGR H was negatively affected by foliage loss in both species, without differences between them. Since no difference in RGR H was found between species in the waterlogging treatments, but yet in foliage loss, other mechanisms may be in volved in the short term growth reduction of N. nítida. Effects of waterlogging on long-term performance in the field were evaluated by reciprocal transplants between a poorly-drained site naturally occupied by N. nítida, and a well drained site naturally occupied by N. dombeyi. After two growing seasons, N. dombeyi had significantly lower specific leaf área (SLA and RGR H, at the poorly drained site than at its original site. At the poorly drained site N. nítida achieved 100 % survival, compared with 73.5 % in N. dombeyi. Reduced growth and survival of N. dombeyi associated with the negative effects on carbón gain of extensive foliage loss and reduced SLA may thus exelude it from the wetter sites. We conclude that tolerance may be better

  19. An economic analysis of localized pollution: rendering emissions in a residential setting

    Science.gov (United States)

    J. Michael Bowker; H.F. MacDonald

    1991-01-01

    The contingent value method is employed to estimate economic damages to households resulting from rendering plant emissions in a small town. Household willingness to accept (WTA) and willingness to pay (WTP) are estimated individually and in aggregate. The influence of household characteristics on WTP and WTA is examined via regression models. The perception of health...

  20. Mesophilic and thermophilic anaerobic co-digestion of rendering plant and slaughterhouse wastes.

    Science.gov (United States)

    Bayr, Suvi; Rantanen, Marianne; Kaparaju, Prasad; Rintala, Jukka

    2012-01-01

    Co-digestion of rendering and slaughterhouse wastes was studied in laboratory scale semi-continuously fed continuously stirred tank reactors (CSTRs) at 35 and 55 °C. All in all, 10 different rendering plant and slaughterhouse waste fractions were characterised showing high contents of lipids and proteins, and methane potentials of 262-572 dm(3)CH(4)/kg volatile solids(VS)(added). In mesophilic CSTR methane yields of ca 720 dm(3) CH(4)/kg VS(fed) were obtained with organic loading rates (OLR) of 1.0 and 1.5 kg VS/m(3) d, and hydraulic retention time (HRT) of 50 d. For thermophilic process, the lowest studied OLR of 1.5 kg VS/m(3) d, turned to be unstable after operation of 1.5 HRT, due to accumulating ammonia, volatile fatty acids (VFAs) and probably also long chain fatty acids (LCFAs). In conclusion, mesophilic process was found to be more feasible for co-digestion than thermophilic process, methane yields being higher and process more stable in mesophilic conditions. Copyright © 2011 Elsevier Ltd. All rights reserved.

  1. Arterial wave reflection decreases gradually from supine to upright

    DEFF Research Database (Denmark)

    van den Bogaard, Bas; Westerhof, Berend E; Best, Hendrik

    2011-01-01

    BACKGROUND. An increase in total peripheral resistance (TPR) usually increases arterial wave reflection. During passive head-up tilt (HUT), however, arterial wave reflection decreases with increasing TPR. This study addressed whether arterial wave reflection gradually decreases during HUT. METHODS....... In 10 healthy volunteers (22-39 years, nine males), we recorded finger arterial pressures in supine position (0°), and 30°and 70°degrees HUT and active standing (90°). Aortic pressure was constructed from the finger pressure signal and hemodynamics were calculated. Arterial wave reflection...... from 0.9 dyn s/cm(5) at 0? to 1.2, 1.4 and 1.4 dyn s/cm(5) at 30°, 70° and 90° (p wave reflection...

  2. Transfer function design based on user selected samples for intuitive multivariate volume exploration

    KAUST Repository

    Zhou, Liang

    2013-02-01

    Multivariate volumetric datasets are important to both science and medicine. We propose a transfer function (TF) design approach based on user selected samples in the spatial domain to make multivariate volumetric data visualization more accessible for domain users. Specifically, the user starts the visualization by probing features of interest on slices and the data values are instantly queried by user selection. The queried sample values are then used to automatically and robustly generate high dimensional transfer functions (HDTFs) via kernel density estimation (KDE). Alternatively, 2D Gaussian TFs can be automatically generated in the dimensionality reduced space using these samples. With the extracted features rendered in the volume rendering view, the user can further refine these features using segmentation brushes. Interactivity is achieved in our system and different views are tightly linked. Use cases show that our system has been successfully applied for simulation and complicated seismic data sets. © 2013 IEEE.

  3. Transfer function design based on user selected samples for intuitive multivariate volume exploration

    KAUST Repository

    Zhou, Liang; Hansen, Charles

    2013-01-01

    Multivariate volumetric datasets are important to both science and medicine. We propose a transfer function (TF) design approach based on user selected samples in the spatial domain to make multivariate volumetric data visualization more accessible for domain users. Specifically, the user starts the visualization by probing features of interest on slices and the data values are instantly queried by user selection. The queried sample values are then used to automatically and robustly generate high dimensional transfer functions (HDTFs) via kernel density estimation (KDE). Alternatively, 2D Gaussian TFs can be automatically generated in the dimensionality reduced space using these samples. With the extracted features rendered in the volume rendering view, the user can further refine these features using segmentation brushes. Interactivity is achieved in our system and different views are tightly linked. Use cases show that our system has been successfully applied for simulation and complicated seismic data sets. © 2013 IEEE.

  4. Rendering Large-Scale Terrain Models and Positioning Objects in Relation to 3D Terrain

    National Research Council Canada - National Science Library

    Hittner, Brian

    2003-01-01

    .... Rendering large scale landscapes based on 3D geometry generally did not occur because the scenes generated tended to use up too much system memory and overburden 3D graphics cards with too many polygons...

  5. Abrupt rather than gradual hormonal changes induce postpartum blues-like behavior in rats

    NARCIS (Netherlands)

    Doornbos, Bennard; Fokkema, Dirk S.; Molhoek, Margo; Tanke, Marit A. C.; Postema, Folkert; Korf, Jakob

    2009-01-01

    Aims: Postpartum blues is thought to be related to hormonal events accompanying delivery. We investigated whether blues-like symptoms depend on the rate of the decline of hormones, by comparing the behavioral consequences of an abrupt versus a gradual decline of gonadal hormones in an animal model.

  6. The Relationship between Mechanical Properties and Gradual Deterioration of Microstructures of Rock Mass Subject to Freeze-thaw Cycles

    Directory of Open Access Journals (Sweden)

    Haibo Jiang

    2018-01-01

    Full Text Available Under freeze-thaw cycles, the relationship between rock microstructure deterioration and its macroscopic mechanical characteristics has drawn extensive attention from engineers. With the objective to incorporate freeze-thaw cycle experiment into headrace tunnel engineering, in the present study two groups of andesite rock samples in different states are tested under the conditions of the lowest freezing temperature of –40 ℃ and the thawing temperature of 20 ℃. Damage detection was performed by magnetic resonance imaging for the interior microstructure of rock samples subject to different freeze-thaw cycles, and the relationship between the sample mechanical properties and gradual deterioration of rock microstructures was discussed. The results demonstrate evident influence of freeze-thaw cycle on the damage and deterioration of internal pore structure in andesite, and the rock uniaxial compressive strength and elasticity modulus exhibit a decreasing trend with the increase of freeze-thaw cycles. After 40 cycles, the strength of naturally saturated rock samples decreases by 39.4% (equivalent to 69.4 MPa and the elasticity modulus drops by 47.46% (equivalent to 3.27 GPa. For rock samples saturated by vacuum, 40 freeze-thaw cycles lead to a decrease of 36.86% (equivalent to 58.2 MPa in rock strength and a drop of 44.85% (equivalent to 2.83 GPa in elasticity modulus. Therefore, the test results quantitatively elucidate the substantial influence of freeze-thaw cycle on the damage and deterioration of internal structure in andesite.

  7. Gradual instrumentation and control upgrades in U.S. nuclear power plants

    International Nuclear Information System (INIS)

    Welk, S.

    1997-01-01

    Since the late 1980s, US nuclear power plants have been struggling with the technical and licensing realities associated with installing digital protection and control systems into existing facilities. The industry, regulators and equipment vendors are finally reaching agreements regarding acceptable practices and requirements. The present paper explains the philosophy for gradual instrumentation and control replacements being pursued and the technical issues being addressed. It also describes some of the future challenges facing the industry. (author)

  8. 3D-TV System with Depth-Image-Based Rendering Architectures, Techniques and Challenges

    CERN Document Server

    Zhao, Yin; Yu, Lu; Tanimoto, Masayuki

    2013-01-01

    Riding on the success of 3D cinema blockbusters and advances in stereoscopic display technology, 3D video applications have gathered momentum in recent years. 3D-TV System with Depth-Image-Based Rendering: Architectures, Techniques and Challenges surveys depth-image-based 3D-TV systems, which are expected to be put into applications in the near future. Depth-image-based rendering (DIBR) significantly enhances the 3D visual experience compared to stereoscopic systems currently in use. DIBR techniques make it possible to generate additional viewpoints using 3D warping techniques to adjust the perceived depth of stereoscopic videos and provide for auto-stereoscopic displays that do not require glasses for viewing the 3D image.   The material includes a technical review and literature survey of components and complete systems, solutions for technical issues, and implementation of prototypes. The book is organized into four sections: System Overview, Content Generation, Data Compression and Transmission, and 3D V...

  9. 3D virtual rendering in thoracoscopic treatment of congenital malformation of the lung

    Directory of Open Access Journals (Sweden)

    Destro F.

    2013-10-01

    Full Text Available Introduction: Congenital malformations of the lung (CML are rare but potentially dangerous congenital malformations. Their identification is important in order to define the most appropriate management. Materials and methods: We retrospectively reviewed data from 37 patients affected by CML treated in our Pediatric Surgery Unit in the last four years with minimally invasive surgery (MIS. Results: Prenatal diagnosis was possible in 26/37 patients. Surgery was performed in the first month of life in 3 symptomatic patients and between 6 and 12 months in the others. All patients underwent radiological evaluation prior to thoracoscopic surgery. Images collected were reconstructed using the VR render software. Discussion and conclusions: Volume rendering gives high anatomical resolution and it can be useful to guide the surgical procedure. Thoracoscopy should be the technique of choice because it is safe, effective and feasible. Furthermore it has the benefit of a minimal access technique and it can be easily performed in children.

  10. Locating spare part warehouses using the concept of gradual coverage - A case study

    DEFF Research Database (Denmark)

    Hansen, Klaus Reinholdt Nyhuus; Grunow, Martin

    2009-01-01

    for MAN Diesel SE is presented, where gradual coverage has been used for locating warehouses for spare parts. In particular it is described, how coverage decay functions are found, which identifies customers’ reaction to the offered ’speed of delivery’ and ’total order cost’. With these functions, demand...

  11. Binaural Rendering in MPEG Surround

    Directory of Open Access Journals (Sweden)

    Kristofer Kjörling

    2008-04-01

    Full Text Available This paper describes novel methods for evoking a multichannel audio experience over stereo headphones. In contrast to the conventional convolution-based approach where, for example, five input channels are filtered using ten head-related transfer functions, the current approach is based on a parametric representation of the multichannel signal, along with either a parametric representation of the head-related transfer functions or a reduced set of head-related transfer functions. An audio scene with multiple virtual sound sources is represented by a mono or a stereo downmix signal of all sound source signals, accompanied by certain statistical (spatial properties. These statistical properties of the sound sources are either combined with statistical properties of head-related transfer functions to estimate “binaural parameters” that represent the perceptually relevant aspects of the auditory scene or used to create a limited set of combined head-related transfer functions that can be applied directly on the downmix signal. Subsequently, a binaural rendering stage reinstates the statistical properties of the sound sources by applying the estimated binaural parameters or the reduced set of combined head-related transfer functions directly on the downmix. If combined with parametric multichannel audio coders such as MPEG Surround, the proposed methods are advantageous over conventional methods in terms of perceived quality and computational complexity.

  12. Forensic 3D Visualization of CT Data Using Cinematic Volume Rendering: A Preliminary Study.

    Science.gov (United States)

    Ebert, Lars C; Schweitzer, Wolf; Gascho, Dominic; Ruder, Thomas D; Flach, Patricia M; Thali, Michael J; Ampanozi, Garyfalia

    2017-02-01

    The 3D volume-rendering technique (VRT) is commonly used in forensic radiology. Its main function is to explain medical findings to state attorneys, judges, or police representatives. New visualization algorithms permit the generation of almost photorealistic volume renderings of CT datasets. The objective of this study is to present and compare a variety of radiologic findings to illustrate the differences between and the advantages and limitations of the current VRT and the physically based cinematic rendering technique (CRT). Seventy volunteers were shown VRT and CRT reconstructions of 10 different cases. They were asked to mark the findings on the images and rate them in terms of realism and understandability. A total of 48 of the 70 questionnaires were returned and included in the analysis. On the basis of most of the findings presented, CRT appears to be equal or superior to VRT with respect to the realism and understandability of the visualized findings. Overall, in terms of realism, the difference between the techniques was statistically significant (p 0.05). CRT, which is similar to conventional VRT, is not primarily intended for diagnostic radiologic image analysis, and therefore it should be used primarily as a tool to deliver visual information in the form of radiologic image reports. Using CRT for forensic visualization might have advantages over using VRT if conveying a high degree of visual realism is of importance. Most of the shortcomings of CRT have to do with the software being an early prototype.

  13. Major Deficiencies Preventing Auditors From Rendering Audit Opinions on DOD General Fund Financial Statements

    National Research Council Canada - National Science Library

    Rauu, Russell

    1995-01-01

    .... We plan to issue a similar report each year. The audit objective was to identify and summarize the major deficiencies that prevented auditors from rendering audit opinions, other than disclaimers, on Army and Air Force general fund financial...

  14. Pyrite: A blender plugin for visualizing molecular dynamics simulations using industry-standard rendering techniques.

    Science.gov (United States)

    Rajendiran, Nivedita; Durrant, Jacob D

    2018-05-05

    Molecular dynamics (MD) simulations provide critical insights into many biological mechanisms. Programs such as VMD, Chimera, and PyMOL can produce impressive simulation visualizations, but they lack many advanced rendering algorithms common in the film and video-game industries. In contrast, the modeling program Blender includes such algorithms but cannot import MD-simulation data. MD trajectories often require many gigabytes of memory/disk space, complicating Blender import. We present Pyrite, a Blender plugin that overcomes these limitations. Pyrite allows researchers to visualize MD simulations within Blender, with full access to Blender's cutting-edge rendering techniques. We expect Pyrite-generated images to appeal to students and non-specialists alike. A copy of the plugin is available at http://durrantlab.com/pyrite/, released under the terms of the GNU General Public License Version 3. © 2017 Wiley Periodicals, Inc. © 2017 Wiley Periodicals, Inc.

  15. Cloud-based Monte Carlo modelling of BSSRDF for the rendering of human skin appearance (Conference Presentation)

    Science.gov (United States)

    Doronin, Alexander; Rushmeier, Holly E.; Meglinski, Igor; Bykov, Alexander V.

    2016-03-01

    We present a new Monte Carlo based approach for the modelling of Bidirectional Scattering-Surface Reflectance Distribution Function (BSSRDF) for accurate rendering of human skin appearance. The variations of both skin tissues structure and the major chromophores are taken into account correspondingly to the different ethnic and age groups. The computational solution utilizes HTML5, accelerated by the graphics processing units (GPUs), and therefore is convenient for the practical use at the most of modern computer-based devices and operating systems. The results of imitation of human skin reflectance spectra, corresponding skin colours and examples of 3D faces rendering are presented and compared with the results of phantom studies.

  16. Partitioning of biocides between water and inorganic phases of render

    DEFF Research Database (Denmark)

    Urbanczyk, Michal; Bollmann, Ulla E.; Bester, Kai

    The use of biocides as additives for building materials has gained importance in recent years. These biocides are, e.g., applied to renders and paints to prevent them from microbial spoilage. However, these biocides can leach out into the environment. In order to better understand this leaching...... compared. The partitioning constants for calcium carbonate varied between 0.1 (isoproturon) and 1.1 (iodocarb) and 84.6 (dichlorooctylisothiazolinone), respectively. The results for barite, kaolinite and mica were in a similar range and usually the compounds with high partitioning constants for one mineral...

  17. Simple Coatings to Render Polystyrene Protein Resistant

    Directory of Open Access Journals (Sweden)

    Marcelle Hecker

    2018-02-01

    Full Text Available Non-specific protein adsorption is detrimental to the performance of many biomedical devices. Polystyrene is a commonly used material in devices and thin films. Simple reliable surface modification of polystyrene to render it protein resistant is desired in particular for device fabrication and orthogonal functionalisation schemes. This report details modifications carried out on a polystyrene surface to prevent protein adsorption. The trialed surfaces included Pluronic F127 and PLL-g-PEG, adsorbed on polystyrene, using a polydopamine-assisted approach. Quartz crystal microbalance with dissipation (QCM-D results showed only short-term anti-fouling success of the polystyrene surface modified with F127, and the subsequent failure of the polydopamine intermediary layer in improving its stability. In stark contrast, QCM-D analysis proved the success of the polydopamine assisted PLL-g-PEG coating in preventing bovine serum albumin adsorption. This modified surface is equally as protein-rejecting after 24 h in buffer, and thus a promising simple coating for long term protein rejection of polystyrene.

  18. The Impact of Rendered Protein Meal Oxidation Level on Shelf-Life, Sensory Characteristics, and Acceptability in Extruded Pet Food.

    Science.gov (United States)

    Chanadang, Sirichat; Koppel, Kadri; Aldrich, Greg

    2016-07-28

    Pet foods are expected to have a shelf-life for 12 months or more. Sensory analysis can be used to determine changes in products and to estimate products' shelf-life. The objectives of this study were to (1) investigate how increasing levels of oxidation in rendered protein meals used to produce extruded pet food affected the sensory properties and (2) determine the effect of shelf-life on pet owners' acceptability of extruded pet food diet formulated without the use of preservative. Pet food diets contained beef meat bone meal (BMBM) and chicken byproduct meal (CBPM) in which the oxidation was retarded with ethoxyquin, mixed tocopherols, or none at all, and then extruded into dry pet foods. These samples represented low, medium, and high oxidation levels, respectively. Samples were stored for 0, 3, 6, 9, and 12 months at ambient temperature. Each time point, samples were evaluated by six highly trained descriptive panelists for sensory attributes related to oxidation. Samples without preservatives were chosen for the acceptability test, since the differences in sensory characteristics over storage time were more distinguishable in those samples. Pet owners evaluated samples for aroma, appearance and overall liking. Descriptive sensory analysis detected significant changes in oxidized-related sensory characteristics over storage time. However, the differences for CBPM samples were more pronounced and directional. The consumer study showed no differences in pet owners' acceptability for BMBM samples. However, the noticeable increase in aroma characteristics (rancid aroma 0.33-4.21) in CBPM samples over storage time did have a negative effect on consumer's liking (overall liking 5.52-4.95).

  19. Sample preparation strategies for food and biological samples prior to nanoparticle detection and imaging

    DEFF Research Database (Denmark)

    Larsen, Erik Huusfeldt; Löschner, Katrin

    2014-01-01

    microscopy (TEM) proved to be necessary for trouble shooting of results obtained from AFFF-LS-ICP-MS. Aqueous and enzymatic extraction strategies were tested for thorough sample preparation aiming at degrading the sample matrix and to liberate the AgNPs from chicken meat into liquid suspension. The resulting...... AFFF-ICP-MS fractograms, which corresponded to the enzymatic digests, showed a major nano-peak (about 80 % recovery of AgNPs spiked to the meat) plus new smaller peaks that eluted close to the void volume of the fractograms. Small, but significant shifts in retention time of AFFF peaks were observed...... for the meat sample extracts and the corresponding neat AgNP suspension, and rendered sizing by way of calibration with AgNPs as sizing standards inaccurate. In order to gain further insight into the sizes of the separated AgNPs, or their possible dissolved state, fractions of the AFFF eluate were collected...

  20. Evaluating Approaches to Rendering Braille Text on a High-Density Pin Display.

    Science.gov (United States)

    Morash, Valerie S; Russomanno, Alexander; Gillespie, R Brent; OModhrain, Sile

    2017-10-13

    Refreshable displays for tactile graphics are typically composed of pins that have smaller diameters and spacing than standard braille dots. We investigated configurations of high-density pins to form braille text on such displays using non-refreshable stimuli produced with a 3D printer. Normal dot braille (diameter 1.5 mm) was compared to high-density dot braille (diameter 0.75 mm) wherein each normal dot was rendered by high-density simulated pins alone or in a cluster of pins configured in a diamond, X, or square; and to "blobs" that could result from covering normal braille and high-density multi-pin configurations with a thin membrane. Twelve blind participants read MNREAD sentences displayed in these conditions. For high-density simulated pins, single pins were as quickly and easily read as normal braille, but diamond, X, and square multi-pin configurations were slower and/or harder to read than normal braille. We therefore conclude that as long as center-to-center dot spacing and dot placement is maintained, the dot diameter may be open to variability for rendering braille on a high density tactile display.

  1. Direct ethanol solid oxide fuel cell operating in gradual internal reforming

    Science.gov (United States)

    Nobrega, S. D.; Galesco, M. V.; Girona, K.; de Florio, D. Z.; Steil, M. C.; Georges, S.; Fonseca, F. C.

    2012-09-01

    An electrolyte supported solid oxide fuel cell (SOFC) using standard electrodes, doped-lanthanum manganite cathode and Ni-cermet anode, was operated with direct (anhydrous) ethanol for more than 100 h, delivering essentially the same power output as running on hydrogen. A ceria-based layer provides the catalytic activity for the gradual internal reforming, which uses the steam formed by the electrochemical oxidation of hydrogen for the decomposition of ethanol. Such a concept opens up the way for multi-fuel SOFCs using standard components and a catalytic layer.

  2. Efficient Algorithms for Real-Time GPU Volumetric Cloud Rendering with Enhanced Geometry

    OpenAIRE

    Carlos Jiménez de Parga; Sebastián Rubén Gómez Palomo

    2018-01-01

    This paper presents several new techniques for volumetric cloud rendering using efficient algorithms and data structures based on ray-tracing methods for cumulus generation, achieving an optimum balance between realism and performance. These techniques target applications such as flight simulations, computer games, and educational software, even with conventional graphics hardware. The contours of clouds are defined by implicit mathematical expressions or triangulated structures inside which ...

  3. An arterio-venous bridge for gradual weaning from adult veno-arterial extracorporeal life support.

    Science.gov (United States)

    Babar, Z U D; Sharma, A S; Ganushchak, Y M; Delnoij, T S R; Donker, D W; Maessen, J G; Weerwind, P W

    2015-11-01

    Weaning from extracorporeal life support (ELS) is particularly challenging when cardiac recovery is slow, largely incomplete and hard to predict. Therefore, we describe an individualized gradual weaning strategy using an arterio-venous (AV) bridge incorporated into the circuit to facilitate weaning. Thirty adult patients weaned from veno-arterial ELS using an AV bridge were retrospectively analyzed. Serial echocardiography and hemodynamic monitoring were used to assess cardiac recovery and load responsiveness. Upon early signs of myocardial recovery, an AV bridge with an Hoffman clamp was added to the circuit and weaning was initiated. Support flow was reduced stepwise by 10-15% every 2 to 8 hours while the circuit flow was maintained at 3.5-4.5 L/min. The AV bridge facilitated gradual weaning in all 30 patients (median age: 66 [53-71] years; 21 males) over a median period of 25 [8-32] hours, with a median support duration of 96 [31-181] hours. During weaning, the median left ventricular ejection fraction was 25% [15-32] and the median velocity time integral of the aortic valve was 16 cm [10-23]. Through the weaning period, the mean arterial blood pressure was maintained at 70 mmHg and the activated partial thromboplastin time was 60 ± 10 seconds without additional systemic heparinization. Neither macroscopic thrombus formation in the ELS circuit during and after weaning nor clinically relevant thromboembolism was observed. Incorporation of an AV bridge for weaning from veno-arterial ELS is safe and feasible to gradually wean patients with functional cardiac recovery without compromising the circuit integrity. © The Author(s) 2015.

  4. Germany: of the nuclear energy expansion to the structure for their gradual abandonment; Alemania: de la expansion de la energia nuclear a la estructura para su abandono gradual

    Energy Technology Data Exchange (ETDEWEB)

    Mez, L. [Frei Universitat Berlin, Environmental Policy Research Centre, Thielallee 47, 14195 Berlin (Germany)

    2009-07-01

    This work exposes a panorama of the German nuclear industry, where the investment in this sector began around the fifty, having great peak during the period 1968 at 1989. Causes like a poor electricity demand, the over capacity and a persistent controversy among the public opinion for the nuclear energy use, stop the expansion from this industry to the little time of established. In contrast with the legal situation in most of the countries, in Germany the operation licences were granted without it limits of time. Nevertheless, the operation expectation was estimated inside a range of 20 to 40 years, depending in particular on the service life of the renovation parts. Taking into account these data, seven nuclear power plants of those that have already operated for 20 years or more, are about to confront expensive reconstructions or the closing in the following five years; while other seven will be closed in the subsequent 10 or 15 years. While the federal politicians and their directive went favorable until recent time in general to the extended use of nuclear energy, some authorities of the states became more restrictive when interpreting the allowed forecasts, what has generated continuous differences and regulatory uncertainty. In consequence, the facilities in operation gradually have shown interest in reaching agreements with the government about the nuclear politics, by means of the regulations reestablishment and one calculus linked at the costs. In spite of the many and constant judgments of the public opinion, the federal nuclear politics was up to 1998 on the side of the alliance pro nuclear and back to the industry by means of multiple fiscal and regulatory privileges. This official position was reverted by first time after the federal elections of that year, when a new red-green federal government announcement the gradual retirement of the nuclear energy of Germany. That coalition pact among the Democratic Social parties (red) and green

  5. Finding common ground in implementation: towards a theory of gradual commonality.

    Science.gov (United States)

    Ter Haar, Marian; Aarts, Noelle; Verhoeven, Piet

    2016-03-01

    This article reports on an empirical study that aimed to design a practice-based theory about collaboration on the local implementation of a nationally developed health-promoting intervention. The study's objective is to better understand the dynamic process of complex collaboration. The research is based on a Delphi study among some 100 individuals in local and regional networks, in which various professionals work together to implement the BeweegKuur, which translates as 'course of exercise'. The BeweegKuur is a combined lifestyle intervention aimed at promoting sufficient physical exercise and a healthy diet among people in the Netherlands who are overweight and at risk of diabetes. The Delphi study in three rounds systematically and interactively constructs a common perspective on implementation, reflecting stakeholders' ideas about the collaboration and providing an insight into how these ideas are influenced by the context of the implementation. The statistical and qualitative analyses of the responses to the feedback in the Delphi study form the basis for this practice-based theory on complex collaboration, called the theory of gradual commonality. During interaction, consensus gradually emerges about co-creation as a collaboration strategy. Co-creation leaves room for various ways of achieving the ambitions of the BeweegKuur. This article discusses the importance of this practice-based theory and the value of the Delphi research strategy for promoting health. © The Author 2014. Published by Oxford University Press. All rights reserved. For Permissions, please email: journals.permissions@oup.com.

  6. Characterisation of the Whole Blood mRNA Transcriptome in Holstein-Friesian and Jersey Calves in Response to Gradual Weaning.

    Directory of Open Access Journals (Sweden)

    D Johnston

    Full Text Available Weaning of dairy calves is an early life husbandry management practice which involves the changeover from a liquid to a solid feed based diet. The objectives of the study were to use RNA-seq technology to examine the effect of (i breed and (ii gradual weaning, on the whole blood mRNA transcriptome of artificially reared Holstein-Friesian and Jersey calves. The calves were gradually weaned over 14 days (day (d -13 to d 0 and mRNA transcription was examined one day before gradual weaning was initiated (d -14, one day after weaning (d 1, and 8 days after weaning (d 8. On d -14, 550 genes were differentially expressed between Holstein-Friesian and Jersey calves, while there were 490 differentially expressed genes (DEG identified on d 1, and 411 DEG detected eight days after weaning (P 0.05. The pathways, gene ontology terms, and biological functions consistently over-represented among the DEG between Holstein-Friesian and Jersey were associated with the immune response and immune cell signalling, specifically chemotaxis. Decreased transcription of several cytokines, chemokines, immunoglobulin-like genes, phagocytosis-promoting receptors and g-protein coupled receptors suggests decreased monocyte, natural killer cell, and T lymphocyte, chemotaxis and activation in Jersey compared to Holstein-Friesian calves. Knowledge of breed-specific immune responses could facilitate health management practices better tailored towards specific disease sensitivities of Holstein-Friesian and Jersey calves. Gradual weaning did not compromise the welfare of artificially-reared dairy calves, evidenced by the lack of alterations in the expression of any genes in response to gradual weaning.

  7. Three-dimensional rendering of otolith growth using phase contrast synchrotron tomography.

    Science.gov (United States)

    Mapp, J J I; Fisher, M H; Atwood, R C; Bell, G D; Greco, M K; Songer, S; Hunter, E

    2016-05-01

    A three-dimensional computer reconstruction of a plaice Pleuronectes platessa otolith is presented from data acquired by the Diamond Light synchrotron, beamline I12, X-ray source, a high energy (53-150 keV) source particularly well suited to the study of dense objects. The data allowed non-destructive rendering of otolith structure, and for the first time allows otolith annuli (internal ring structures) to be analysed in X-ray tomographic images. © 2016 The Fisheries Society of the British Isles.

  8. Testing gradual and speciational models of evolution in extant taxa: the example of ratites

    NARCIS (Netherlands)

    Laurin, M.; Gussekloo, S.W.S.; Marjanovic, D.; Legendre, L.; Cubo, J.

    2012-01-01

    Ever since Eldredge and Gould proposed their model of punctuated equilibria, evolutionary biologists have debated how often this model is the best description of nature and how important it is compared to the more gradual models of evolution expected from natural selection and the neo-Darwinian

  9. Estudio transcultural con la prueba de Bender: Sistema de puntuación gradual (Cross-Cultural Study with Bender Test- Gradual Scoring System

    Directory of Open Access Journals (Sweden)

    Fabián Javier Marín Rueda

    2013-12-01

    Full Text Available RESUMEN: El objetivo del presente estudio es comparar el desempeño en la Prueba Gestáltica Visomotriz de Bender - Sistema de Puntuación Gradual (B-SPG en un grupo de niños peruanos en función a los datos ofrecidos por el manual brasilero de la prueba. Participaron 82 niños, de ambos sexos, con edades entre los 8 y 10 años (M = 9.21, DT = 0.83. Los niños provenían de los distritos de Pueblo Libre (43.9% y Rímac (51.2%, de la provincia de Lima, así como también de Lima Metropolitana (4.9%. El B-SPG fue aplicado de forma colectiva. Los promedios de puntos obtenidos por los niños peruanos en el B-SPG fueron significativamente superiores a los obtenidos por los niños brasileros en cada una de las edades estudiadas. Se destaca la importancia de investigar evidencias de validez y de confiabilidad para que la prueba pueda ser usada de forma adecuada en el Perú, considerando las particularidades de desarrollo de los niños del país. ABSTRACT: The objective of the study is to compare performance on the Bender Visual Motor Gestalt test - system of Gradual punctuation (B-SPG in a group of Peruvian children in connection with the data provided by the Brazilian manual of the test. In this research 82 Peruvian children were involved, both sexes, with ages between 8 and 10 years (M = 9.21, DT = 0.83. The hildren came from the districts of Pueblo Libre (43.9% and Rimac (51.2% in the province of Lima, as well as from metropolitan Lima (4.9%. The B-SPG was collectively applied in the children’s schools. The average points earned by the Peruvian children in the B-SPG were significantly higher than those obtained by Brazilian children in each one of the ages studied. It emphasizes the importance of investigating evidence of validity and reliability, so that, the test can be used appropriately in Peru, considering the peculiarities of the development of children in the country.

  10. Waqf as a Tool for Rendering Social Welfare Services in the Social Entrepreneurship Context

    Directory of Open Access Journals (Sweden)

    Md. Mahmudul Alam

    2018-01-01

    Full Text Available The concept of Islamic entrepreneurship centers on ensuring community well-being as the priority, which is one of the important objectives (Maqasid of the Islamic Shari’ah. Historically, waqf played a significant role in the Islamic economic system, particularly in rendering exemplary welfare services in the areas of healthcare, education, social welfare, environmental, and other community-based programs. However, only a few success stories in recent history have institutionally utilized the properties of waqf under proper management to achieve its substantial objectives. This study uses the literature review as basis to analyze the reasons behind the successful utilization of waqf as an effective tool to ensure social welfare services in the past, as well as how this model can be replicated by considering current contexts. This study will assist Islamic valuecentric entrepreneurs, regulatory authorities, investors, and researchers to gain an overall insight into the potentials of waqf as a tool for rendering commendable social welfare services.

  11. Parametric Analysis to Study the Influence of Aerogel-Based Renders' Components on Thermal and Mechanical Performance.

    Science.gov (United States)

    Ximenes, Sofia; Silva, Ana; Soares, António; Flores-Colen, Inês; de Brito, Jorge

    2016-05-04

    Statistical models using multiple linear regression are some of the most widely used methods to study the influence of independent variables in a given phenomenon. This study's objective is to understand the influence of the various components of aerogel-based renders on their thermal and mechanical performance, namely cement (three types), fly ash, aerial lime, silica sand, expanded clay, type of aerogel, expanded cork granules, expanded perlite, air entrainers, resins (two types), and rheological agent. The statistical analysis was performed using SPSS (Statistical Package for Social Sciences), based on 85 mortar mixes produced in the laboratory and on their values of thermal conductivity and compressive strength obtained using tests in small-scale samples. The results showed that aerial lime assumes the main role in improving the thermal conductivity of the mortars. Aerogel type, fly ash, expanded perlite and air entrainers are also relevant components for a good thermal conductivity. Expanded clay can improve the mechanical behavior and aerogel has the opposite effect.

  12. Gradual plasticity alters population dynamics in variable environments: thermal acclimation in the green alga Chlamydomonas reinhartdii.

    Science.gov (United States)

    Kremer, Colin T; Fey, Samuel B; Arellano, Aldo A; Vasseur, David A

    2018-01-10

    Environmental variability is ubiquitous, but its effects on populations are not fully understood or predictable. Recent attention has focused on how rapid evolution can impact ecological dynamics via adaptive trait change. However, the impact of trait change arising from plastic responses has received less attention, and is often assumed to optimize performance and unfold on a separate, faster timescale than ecological dynamics. Challenging these assumptions, we propose that gradual plasticity is important for ecological dynamics, and present a study of the plastic responses of the freshwater green algae Chlamydomonas reinhardtii as it acclimates to temperature changes. First, we show that C. reinhardtii 's gradual acclimation responses can both enhance and suppress its performance after a perturbation, depending on its prior thermal history. Second, we demonstrate that where conventional approaches fail to predict the population dynamics of C. reinhardtii exposed to temperature fluctuations, a new model of gradual acclimation succeeds. Finally, using high-resolution data, we show that phytoplankton in lake ecosystems can experience thermal variation sufficient to make acclimation relevant. These results challenge prevailing assumptions about plasticity's interactions with ecological dynamics. Amidst the current emphasis on rapid evolution, it is critical that we also develop predictive methods accounting for plasticity. © 2018 The Author(s).

  13. Freely-available, true-color volume rendering software and cryohistology data sets for virtual exploration of the temporal bone anatomy.

    Science.gov (United States)

    Kahrs, Lüder Alexander; Labadie, Robert Frederick

    2013-01-01

    Cadaveric dissection of temporal bone anatomy is not always possible or feasible in certain educational environments. Volume rendering using CT and/or MRI helps understanding spatial relationships, but they suffer in nonrealistic depictions especially regarding color of anatomical structures. Freely available, nonstained histological data sets and software which are able to render such data sets in realistic color could overcome this limitation and be a very effective teaching tool. With recent availability of specialized public-domain software, volume rendering of true-color, histological data sets is now possible. We present both feasibility as well as step-by-step instructions to allow processing of publicly available data sets (Visible Female Human and Visible Ear) into easily navigable 3-dimensional models using free software. Example renderings are shown to demonstrate the utility of these free methods in virtual exploration of the complex anatomy of the temporal bone. After exploring the data sets, the Visible Ear appears more natural than the Visible Human. We provide directions for an easy-to-use, open-source software in conjunction with freely available histological data sets. This work facilitates self-education of spatial relationships of anatomical structures inside the human temporal bone as well as it allows exploration of surgical approaches prior to cadaveric testing and/or clinical implementation. Copyright © 2013 S. Karger AG, Basel.

  14. The Dependence of Characteristic Times of Gradual SEP Events on Their Associated CME Properties

    Science.gov (United States)

    Pan, Z. H.; Wang, C. B.; Xue, X. H.; Wang, Y. M.

    It is generally believed that coronal mass ejections CMEs are the drivers of shocks that accelerate gradual solar energetic particles SEPs One might expect that the characteristics of the SEP intensity time profiles observed at 1 AU are determined by properties of the associated CMEs such as the radial speed and the angular width Recently Kahler statistically investigated the characteristic times of gradual SEP events observed from 1998-2002 and their associated coronal mass ejection properties Astrophys J 628 1014--1022 2005 Three characteristic times of gradual SEP events are determined as functions of solar source longitude 1 T 0 the time from associated CME launch to SEP onset at 1 AU 2 T R the rise time from SEP onset to the time when the SEP intensity is a factor of 2 below peak intensity and 3 T D the duration over which the SEP intensity is within a factor of 2 of the peak intensity However in his study the CME speeds and angular widths are directly taken from the LASCO CME catalog In this study we analyze the radial speeds and the angular widths of CMEs by an ice-cream cone model and re-investigate their correlationships with the characteristic times of the corresponding SEP events We find T R and T D are significantly correlated with radial speed for SEP events in the best-connected longitude range and there is no correlation between T 0 and CME radial speed and angular width which is consistent with Kahler s results On the other hand it s found that T R and T D are also have

  15. Gradually Increased Training Intensity Benefits Rehabilitation Outcome after Stroke by BDNF Upregulation and Stress Suppression

    Directory of Open Access Journals (Sweden)

    Jing Sun

    2014-01-01

    Full Text Available Physical training is necessary for effective rehabilitation in the early poststroke period. Animal studies commonly use fixed training intensity throughout rehabilitation and without adapting it to the animals' recovered motor ability. This study investigated the correlation between training intensity and rehabilitation efficacy by using a focal ischemic stroke rat model. Eighty male Sprague-Dawley rats were induced with middle cerebral artery occlusion/reperfusion surgery. Sixty rats with successful stroke were then randomly assigned into four groups: control (CG, n=15, low intensity (LG, n=15, gradually increased intensity (GIG, n=15, and high intensity (HG, n=15. Behavioral tests were conducted daily to evaluate motor function recovery. Stress level and neural recovery were evaluated via plasma corticosterone and brain-derived neurotrophic factor (BDNF concentration, respectively. GIG rats significantly (P<0.05 recovered motor function and produced higher hippocampal BDNF (112.87 ± 25.18 ng/g. GIG and LG rats exhibited similar stress levels (540.63 ± 117.40 nM/L and 508.07 ± 161.30 nM/L, resp., which were significantly lower (P<0.05 than that (716.90 ± 156.48 nM/L of HG rats. Training with gradually increased intensity achieved better recovery with lower stress. Our observations indicate that a training protocol that includes gradually increasing training intensity should be considered in both animal and clinical studies for better stroke recovery.

  16. The energetics of the gradual phase

    Science.gov (United States)

    Strong, K. T.; Bentley, R. D.; Bornmann, P. L.; Bruner, M. E.; Cargill, P. J.; Doyle, J. G.; Lemen, J. R.; Pallavicini, R.; Peres, G.; Serio, S.

    1986-01-01

    Reseachers compare results with those in the chapter by Moore et al. (1980), who reached five main conclusions about the gradual phase: (1) the typical density of the soft X-ray emitting plasma is between 10 to the 11th power and 10 to the 12th power cm-3 for compact flares and between 10 to the 10th power and 10 to the 11th power cm-3 for a large-area flare; (2) cooling is by conduction and radiation in roughly equal proportions; (3) continual heating is needed in the decay phase of two-ribbon flares; (4) continual heating is probably not needed in compact events; (5) most of the soft-X-ray-emitting plasma results from chromospheric evaporation. The goal was to reexamine these problems with the data from the Solar Maximum Mission (SMM) and other supporting instruments as well as to take advantage of recent theoretical advances. SMM is capable of measuring coronal temperatures more accurately and with a better cadence than has been possible before. The SMM data set is also unique in that the complete transit of an active region was observed, with soft X-ray and UV images being taken every few minutes. Researcher's were therefore able to establish the pre-flare conditions of the region and see whether anything has changed as a result of the flare. The assumptions made in attempting to determine the required plasma parameters are described. The derived parameters for the five prime flares are presented, and the role of numerical simulations is discussed.

  17. Clinical application of three-dimensional spiral CT cerebral angiography with volume rendering

    International Nuclear Information System (INIS)

    Duan Shaoyin; Huang Xi'en; Kang Jianghe; Zhang Dantong; Lin Qingchi; Cai Guoxiang; Xu Meixin; Pang Ruilin

    2002-01-01

    Objective: To study the methodology and assess the clinical value of three-dimensional CT angiography (3D-CTA) with volume rendering (VR) in cerebral vessels. Methods: Sixty-two patients were examined by means of 3D-CTA with volume rendering. VR was used in the reconstruction of 3D images, and the demonstration of normal vessels and vascular lesions were particularly analyzed. At the same time, comparisons were made between the images of VR and SSD, MIP, and also between the diagnosis of VR-CTA and DSA or postoperative results. Results: In VR images, cerebral vessel routes and vessel cavities were showed clearly, while the relationship among vascular lesions, surrounding vessels, and neighboring structure was distinguished. 50 cases (80.6%) were found positive, 48 of which were correct and 2 were false-positive compared with DSA or postoperative results. The accurate rate of diagnosis was 96.0%. There was no obvious difference in showing the cerebral vessel among the images of VR, SSD and MIP (P > 0.25). Conclusion: Three-dimensional CT cerebral angiography with VR is a new noninvasive effective method. It can even partly replace the DSA. The 3D-images have the characteristics of showing the cerebral vascular cavity and overlapped vessels without cutting the skull

  18. An interactive tool for CT volume rendering and sagittal plane-picking of the prostate for radiotherapy treatment planning

    International Nuclear Information System (INIS)

    Jani, Ashesh B.; Pelizzari, Charles A.; Chen, George T.Y.; Grzezcszuk, Robert P.; Vijayakumar, Srinivasan

    1997-01-01

    Objective: Accurate and precise target volume and critical structure definition is a basic necessity in radiotherapy. The prostate, particularly the apex (an important potential site of recurrence in prostate cancer patients), is a challenging structure to define using any modality, including conventional axial CT. Invasive or expensive techniques, such as retrograde urethrography or MRI, could be avoided if localization of the prostate were possible using information already available on the planning CT. Our primary objective was to build a software tool to determine whether volume rendering and sagittal plane-picking, which are CT-based, noninvasive visualization techniques, were of utility in radiotherapy treatment planning for the prostate. Methods: Using AVS (Application Visualization System) on a Silicon Graphics Indigo 2 High Impact workstation, we have developed a tool that enables the clinician to efficiently navigate a CT volume and to use volume rendering and sagittal plane-picking to better define structures at any anatomic site. We applied the tool to the specific example of the prostate to compare the two visualization techniques with the current standard of axial CT. The prostate was defined on 80-slice CT scans (scanning thickness 4mm, pixel size 2mm x 2mm) of prostate cancer patients using axial CT images, volume-rendered CT images, and sagittal plane-picked images. Results: The navigation of the prostate using the different visualization techniques qualitatively demonstrated that the sagittal plane-picked images, and even more so the volume-rendered images, revealed the prostate (particularly the lower border) better in relationship to the surrounding regional anatomy (bladder, rectum, pelvis, and penile structures) than did the axial images. A quantitative comparison of the target volumes obtained by navigating using the different visualization techniques demonstrated that, when compared to the prostate volume defined on axial CT, a larger volume

  19. Optimal cellular mobility for synchronization arising from the gradual recovery of intercellular interactions

    International Nuclear Information System (INIS)

    Uriu, Koichiro; Ares, Saúl; Oates, Andrew C; Morelli, Luis G

    2012-01-01

    Cell movement and intercellular signaling occur simultaneously during the development of tissues, but little is known about how movement affects signaling. Previous theoretical studies have shown that faster moving cells favor synchronization across a population of locally coupled genetic oscillators. An important assumption in these studies is that cells can immediately interact with their new neighbors after arriving at a new location. However, intercellular interactions in cellular systems may need some time to become fully established. How movement affects synchronization in this situation has not been examined. Here, we develop a coupled phase oscillator model in which we consider cell movement and the gradual recovery of intercellular coupling experienced by a cell after movement, characterized by a moving rate and a coupling recovery rate, respectively. We find (1) an optimal moving rate for synchronization and (2) a critical moving rate above which achieving synchronization is not possible. These results indicate that the extent to which movement enhances synchrony is limited by a gradual recovery of coupling. These findings suggest that the ratio of time scales of movement and signaling recovery is critical for information transfer between moving cells. (paper)

  20. Advanced Audiovisual Rendering, Gesture-Based Interaction and Distributed Delivery for Immersive and Interactive Media Services

    NARCIS (Netherlands)

    Niamut, O.A.; Kochale, A.; Ruiz Hidalgo, J.; Macq, J-F.; Kienast, G.

    2011-01-01

    The media industry is currently being pulled in the often-opposing directions of increased realism (high resolution, stereoscopic, large screen) and personalisation (selection and control of content, availability on many devices). A capture, production, delivery and rendering system capable of

  1. An image-based approach to the rendering of crowds in real-time

    OpenAIRE

    Tecchia, Franco

    2007-01-01

    The wide use of computer graphics in games, entertainment, medical, architectural and cultural applications, has led it to becoming a prevalent area of research. Games and entertainment in general have become one of the driving forces of the real-time computer graphics industry, bringing reasonably realistic, complex and appealing virtual worlds to the mass-market. At the current stage of technology, an user can interactively navigate through complex, polygon-based scenes rendered with sophis...

  2. 3D Volume Rendering and 3D Printing (Additive Manufacturing).

    Science.gov (United States)

    Katkar, Rujuta A; Taft, Robert M; Grant, Gerald T

    2018-07-01

    Three-dimensional (3D) volume-rendered images allow 3D insight into the anatomy, facilitating surgical treatment planning and teaching. 3D printing, additive manufacturing, and rapid prototyping techniques are being used with satisfactory accuracy, mostly for diagnosis and surgical planning, followed by direct manufacture of implantable devices. The major limitation is the time and money spent generating 3D objects. Printer type, material, and build thickness are known to influence the accuracy of printed models. In implant dentistry, the use of 3D-printed surgical guides is strongly recommended to facilitate planning and reduce risk of operative complications. Copyright © 2018 Elsevier Inc. All rights reserved.

  3. Effect of nanostructured lime-based and silica-based products on the consolidation of historical renders

    NARCIS (Netherlands)

    Borsoi, G.; Veiga, R.; Santos Silva, A.

    2013-01-01

    An important operation for the conservation of historical renders is the cohesion restitution of the binderaggregate system, based on the use of materials with consolidating properties. Inorganic consolidants are usually preferred to organic ones due to better compatibility and durability. The aim

  4. Radionuclide cisternography: SPECT and 3D-rendering. Radionuklidzisternographie: SPECT- und 3D-Technik

    Energy Technology Data Exchange (ETDEWEB)

    Henkes, H; Huber, G; Piepgras, U [Universitaet des Saarlandes, Homburg/Saar (Germany, F.R.). Abt. fuer Neuroradiologie; Hierholzer, J [Freie Univ. Berlin (Germany, F.R.). Strahlenklinik und Poliklinik; Cordes, M [British Columbia Univ., Vancouver, BC (Canada). Belzberg Lab. of Neuroscience

    1991-10-01

    Radionuclide cisternography is indicated in the clinical work-up for hydrocephalus, when searching for CSF leaks, and when testing whether or not intracranial cystic lesions are communicating with the adjacent subarachnoid space. This paper demonstrates the feasibility and diagnostic value of SPECT and subsequent 3D surface rendering in addition to conventional rectilinear CSF imaging in eight patients. Planar images allowed the evaluation of CSF circulation and the detection of CSF fistula. They were advantageous in examinations 48 h after application of {sup 111}In-DTPA. SPECT scans, generated 4-24 h after tracer application, were superior in the delineation of basal cisterns, especially in early scans; this was helpful in patients with pooling due to CSF fistula and in cystic lesions near the skull base. A major drawback was the limited image quality of delayed scans, when the SPECT data were degraded by a low count rate. 3D surface rendering was easily feasible from SPECT data and yielded high quality images. The presentation of the spatial distribution of nuclide-contaminated CSF proved especially helpful in the area of the basal cisterns. (orig.).

  5. Comparative analysis of video processing and 3D rendering for cloud video games using different virtualization technologies

    Science.gov (United States)

    Bada, Adedayo; Alcaraz-Calero, Jose M.; Wang, Qi; Grecos, Christos

    2014-05-01

    This paper describes a comprehensive empirical performance evaluation of 3D video processing employing the physical/virtual architecture implemented in a cloud environment. Different virtualization technologies, virtual video cards and various 3D benchmarks tools have been utilized in order to analyse the optimal performance in the context of 3D online gaming applications. This study highlights 3D video rendering performance under each type of hypervisors, and other factors including network I/O, disk I/O and memory usage. Comparisons of these factors under well-known virtual display technologies such as VNC, Spice and Virtual 3D adaptors reveal the strengths and weaknesses of the various hypervisors with respect to 3D video rendering and streaming.

  6. A Semi-automated Approach to Improve the Efficiency of Medical Imaging Segmentation for Haptic Rendering.

    Science.gov (United States)

    Banerjee, Pat; Hu, Mengqi; Kannan, Rahul; Krishnaswamy, Srinivasan

    2017-08-01

    The Sensimmer platform represents our ongoing research on simultaneous haptics and graphics rendering of 3D models. For simulation of medical and surgical procedures using Sensimmer, 3D models must be obtained from medical imaging data, such as magnetic resonance imaging (MRI) or computed tomography (CT). Image segmentation techniques are used to determine the anatomies of interest from the images. 3D models are obtained from segmentation and their triangle reduction is required for graphics and haptics rendering. This paper focuses on creating 3D models by automating the segmentation of CT images based on the pixel contrast for integrating the interface between Sensimmer and medical imaging devices, using the volumetric approach, Hough transform method, and manual centering method. Hence, automating the process has reduced the segmentation time by 56.35% while maintaining the same accuracy of the output at ±2 voxels.

  7. Virtual Whipple: preoperative surgical planning with volume-rendered MDCT images to identify arterial variants relevant to the Whipple procedure.

    Science.gov (United States)

    Brennan, Darren D; Zamboni, Giulia; Sosna, Jacob; Callery, Mark P; Vollmer, Charles M V; Raptopoulos, Vassilios D; Kruskal, Jonathan B

    2007-05-01

    The purposes of this study were to combine a thorough understanding of the technical aspects of the Whipple procedure with advanced rendering techniques by introducing a virtual Whipple procedure and to evaluate the utility of this new rendering technique in prediction of the arterial variants that cross the anticipated surgical resection plane. The virtual Whipple is a novel technique that follows the complex surgical steps in a Whipple procedure. Three-dimensional reconstructed angiographic images are used to identify arterial variants for the surgeon as part of the preoperative radiologic assessment of pancreatic and ampullary tumors.

  8. User evaluation of eight led light sources with different special colour rendering indices R9

    DEFF Research Database (Denmark)

    Markvart, Jakob; Iversen, Anne; Logadottir, Asta

    2013-01-01

    In this study we evaluated the influence of the special colour rendering index R9 on subjective red colour perception and Caucasian skin appearance among untrained test subjects. The light sources tested are commercially available LED based light sources with similar correlated colour temperature...

  9. Causal correlations between genes and linguistic features: The mechanism of gradual language evolution

    OpenAIRE

    Dediu, D.

    2008-01-01

    The causal correlations between human genetic variants and linguistic (typological) features could represent the mechanism required for gradual, accretionary models of language evolution. The causal link is mediated by the process of cultural transmission of language across generations in a population of genetically biased individuals. The particular case of Tone, ASPM and Microcephalin is discussed as an illustration. It is proposed that this type of genetically-influenced linguistic bias, c...

  10. GenExp: an interactive web-based genomic DAS client with client-side data rendering.

    Directory of Open Access Journals (Sweden)

    Bernat Gel Moreno

    Full Text Available BACKGROUND: The Distributed Annotation System (DAS offers a standard protocol for sharing and integrating annotations on biological sequences. There are more than 1000 DAS sources available and the number is steadily increasing. Clients are an essential part of the DAS system and integrate data from several independent sources in order to create a useful representation to the user. While web-based DAS clients exist, most of them do not have direct interaction capabilities such as dragging and zooming with the mouse. RESULTS: Here we present GenExp, a web based and fully interactive visual DAS client. GenExp is a genome oriented DAS client capable of creating informative representations of genomic data zooming out from base level to complete chromosomes. It proposes a novel approach to genomic data rendering and uses the latest HTML5 web technologies to create the data representation inside the client browser. Thanks to client-side rendering most position changes do not need a network request to the server and so responses to zooming and panning are almost immediate. In GenExp it is possible to explore the genome intuitively moving it with the mouse just like geographical map applications. Additionally, in GenExp it is possible to have more than one data viewer at the same time and to save the current state of the application to revisit it later on. CONCLUSIONS: GenExp is a new interactive web-based client for DAS and addresses some of the short-comings of the existing clients. It uses client-side data rendering techniques resulting in easier genome browsing and exploration. GenExp is open source under the GPL license and it is freely available at http://gralggen.lsi.upc.edu/recerca/genexp.

  11. Latency in Distributed Acquisition and Rendering for Telepresence Systems.

    Science.gov (United States)

    Ohl, Stephan; Willert, Malte; Staadt, Oliver

    2015-12-01

    Telepresence systems use 3D techniques to create a more natural human-centered communication over long distances. This work concentrates on the analysis of latency in telepresence systems where acquisition and rendering are distributed. Keeping latency low is important to immerse users in the virtual environment. To better understand latency problems and to identify the source of such latency, we focus on the decomposition of system latency into sub-latencies. We contribute a model of latency and show how it can be used to estimate latencies in a complex telepresence dataflow network. To compare the estimates with real latencies in our prototype, we modify two common latency measurement methods. This presented methodology enables the developer to optimize the design, find implementation issues and gain deeper knowledge about specific sources of latency.

  12. Usefulness of PC based 3D volume rendering technique in the evaluation of suspected aneurysm on brain MRA

    International Nuclear Information System (INIS)

    Baek, Seung Il; Lee, Ghi Jai; Shim, Jae Chan; Bang, Sun Woo; Ryu, Seok Jong; Kim, Ho Kyun

    2002-01-01

    To evaluated usefulness of volume rending technique using 3D visualization software on PC in patients with suspected intracranial aneurysm on brain MRA. We analyzed prospectively 21 patients with suspected aneurysms on the routine MIP images which were obtained 15 .deg. C increment along axial and sagittal plane, among 135 patients in whom brain MRA was done due to stroke symptoms for recent 5 months. The locations were the anterior communicating artery (A-com) in 8 patients, the posterior communicating artery (P-com) in 3, the ICA bifurcation in 5, the MCA bifurcation in 4, and the basilar tip in one. Male to female ratio was 14:7 and mean age was 62 years. MRA source images were sent to PC through LAN, and the existence of aneurysm was evaluated with volume rendering technique using 3D visualization software on PC. The presence or absence of aneurysm on MIP and volume rendering images was decided by the consensus of two radiologists. We found the aneurysms with volume rendering technique, from 1 patient among 8 patients with suspected aneurysm at A-com and also 1 patient among 3 patients with suspected aneurysm at P=com on routine MIP images. Confirmative angiography and interventional procedures were done in these 2 patients. The causes for mimicking the aneurysm on MIP were flow displacement artifact in 9, normal P-com infundibulum in 2, and overlapped or narrowed vessels in 8 patients, and among them confirmative angiography was done in 2 patient. Volume rendering technique using visualization software on PC is useful to scrutinize the suspected aneurysm on routine MIP images and to avoid further invasive angiography

  13. Application of bacteriophages to reduce biofilms formed by hydrogen sulfide producing bacteria on surfaces in a rendering plant.

    Science.gov (United States)

    Gong, Chao; Jiang, Xiuping

    2015-08-01

    Hydrogen sulfide producing bacteria (SPB) in raw animal by-products are likely to grow and form biofilms in the rendering processing environments, resulting in the release of harmful hydrogen sulfide (H2S) gas. The objective of this study was to reduce SPB biofilms formed on different surfaces typically found in rendering plants by applying a bacteriophage cocktail. Using a 96-well microplate method, we determined that 3 SPB strains of Citrobacter freundii and Hafnia alvei are strong biofilm formers. Application of 9 bacteriophages (10(7) PFU/mL) from families of Siphoviridae and Myoviridae resulted in a 33%-70% reduction of biofilm formation by each SPB strain. On stainless steel and plastic templates, phage treatment (10(8) PFU/mL) reduced the attached cells of a mixed SPB culture (no biofilm) by 2.3 and 2.7 log CFU/cm(2) within 6 h at 30 °C, respectively, as compared with 2 and 1.5 log CFU/cm(2) reductions of SPB biofilms within 6 h at 30 °C. Phage treatment was also applied to indigenous SPB biofilms formed on the environmental surface, stainless steel, high-density polyethylene plastic, and rubber templates in a rendering plant. With phage treatment (10(9) PFU/mL), SPB biofilms were reduced by 0.7-1.4, 0.3-0.6, and 0.2-0.6 log CFU/cm(2) in spring, summer, and fall trials, respectively. Our study demonstrated that bacteriophages could effectively reduce the selected SPB strains either attached to or in formed biofilms on various surfaces and could to some extent reduce the indigenous SPB biofilms on the surfaces in the rendering environment.

  14. 3D cinematic rendering of the calvarium, maxillofacial structures, and skull base: preliminary observations.

    Science.gov (United States)

    Rowe, Steven P; Zinreich, S James; Fishman, Elliot K

    2018-06-01

    Three-dimensional (3D) visualizations of volumetric data from CT have gained widespread clinical acceptance and are an important method for evaluating complex anatomy and pathology. Recently, cinematic rendering (CR), a new 3D visualization methodology, has become available. CR utilizes a lighting model that allows for the production of photorealistic images from isotropic voxel data. Given how new this technique is, studies to evaluate its clinical utility and any potential advantages or disadvantages relative to other 3D methods such as volume rendering have yet to be published. In this pictorial review, we provide examples of normal calvarial, maxillofacial, and skull base anatomy and pathological conditions that highlight the potential for CR images to aid in patient evaluation and treatment planning. The highly detailed images and nuanced shadowing that are intrinsic to CR are well suited to the display of the complex anatomy in this region of the body. We look forward to studies with CR that will ascertain the ultimate value of this methodology to evaluate calvarium, maxillofacial, and skull base morphology as well as other complex anatomic structures.

  15. Influence of gradual density transition and nonlinear saturation on Rayleigh-Taylor instability growth

    International Nuclear Information System (INIS)

    Jacobs, H.

    1984-08-01

    Linear theory of Rayleigh-Taylor instability growth at a density profile which varies exponentially between regions of constant density is discussed in detail. The exact theory provides an approximate but conservative simple formula for the growth constant and it shows that a hitherto widely used theory erroneously underestimates the growth constant. A simple but effective ''synthetical model'' of nonlinear bubble growth is obtained from a synthesis of linear theory and constant terminal bubble speed. It is applied to pusher shell break-up in an inertial confinement fusion pellet to determine the maximum allowable initial perturbations and the most dangerous wavelength. In a situation typical of heavy ion drivers it is found that the allowable initial perturbations are increased by a few orders of magnitude by the gradual density transition and another order of magnitude by nonlinear saturation of the bubble speed. The gradual density transition also shifts the most dangerous wavelength from about once to about four times the minimum pusher shell thickness. The following topics are treated briefly: Reasons conflicting with use of the synthetical model to decide whether the pusher shell in a certain simulation will be broken up; other nonlinear theories available in the literature; further realistic effects that might aggravate instability growth. (orig.) [de

  16. Responses of respiration and photosynthesis of Scenedesmus protuberans Fritsch to gradual and steep salinity increases

    NARCIS (Netherlands)

    Flameling, I.A.; Kromkamp, J.C.

    1994-01-01

    The effect of an increase in salinity on the physiology of the halotolerant chlorophyte Scenedesmus protuberans was studied in light-limited continuous cultures. It was observed that a gradual, as well as a steep increase in salinity resulted in lower biomass. However, the mechanisms by which this

  17. On Optimal, Minimal BRDF Sampling for Reflectance Acquisition

    DEFF Research Database (Denmark)

    Nielsen, Jannik Boll; Jensen, Henrik Wann; Ramamoorthi, Ravi

    2015-01-01

    The bidirectional reflectance distribution function (BRDF) is critical for rendering, and accurate material representation requires data-driven reflectance models. However, isotropic BRDFs are 3D functions, and measuring the reflectance of a flat sample can require a million incident and outgoing...... direction pairs, making the use of measured BRDFs impractical. In this paper, we address the problem of reconstructing a measured BRDF from a limited number of samples. We present a novel mapping of the BRDF space, allowing for extraction of descriptive principal components from measured databases......, such as the MERL BRDF database. We optimize for the best sampling directions, and explicitly provide the optimal set of incident and outgoing directions in the Rusinkiewicz parameterization for n = {1, 2, 5, 10, 20} samples. Based on the principal components, we describe a method for accurately reconstructing BRDF...

  18. Volume-Rendered 3D Display Of MR Angiograms in the Diagnosis of Cerebral Arteriovenous Malformations

    Energy Technology Data Exchange (ETDEWEB)

    Tsuchiya, K.; Katase, S.; Hachiya, J. [Kyorin Univ. School of Medicine, Tokyo (Japan). Dept. of Radiology; Shiokawa, Y. [Kyorin Univ. School of Medicine, Tokyo (Japan). Dept. of Neurosurgery

    2003-11-01

    Purpose: To determine whether application of a volume-rendered display of 3D time-of-flight (TOF) MR angiography could assist the diagnosis of cerebral arteriovenous malformations (AVMs). Material and Methods: Volume-rendered 3D images of postcontrast 3D time-of-flight MR angiography were compared with conventional angiograms in 12 patients. The correlation between the 3D images and the operative findings was also analyzed in 5 patients. Results: The 3D-displayed images showed all of the feeders and drainers in 10 and 9 patients, respectively. In all patients, the nidus was three-dimensionally visualized. In 3 patients with hematomas, the relationship between the hematoma and the AVM was well demonstrated. The 3D images corresponded well with the operative findings in the 5 patients. Conclusion: This method is of help in assessing the relationship between the components of an AVM as well as that between an AVM and an associated hematoma.

  19. Volume-Rendered 3D Display Of MR Angiograms in the Diagnosis of Cerebral Arteriovenous Malformations

    International Nuclear Information System (INIS)

    Tsuchiya, K.; Katase, S.; Hachiya, J.; Shiokawa, Y.

    2003-01-01

    Purpose: To determine whether application of a volume-rendered display of 3D time-of-flight (TOF) MR angiography could assist the diagnosis of cerebral arteriovenous malformations (AVMs). Material and Methods: Volume-rendered 3D images of postcontrast 3D time-of-flight MR angiography were compared with conventional angiograms in 12 patients. The correlation between the 3D images and the operative findings was also analyzed in 5 patients. Results: The 3D-displayed images showed all of the feeders and drainers in 10 and 9 patients, respectively. In all patients, the nidus was three-dimensionally visualized. In 3 patients with hematomas, the relationship between the hematoma and the AVM was well demonstrated. The 3D images corresponded well with the operative findings in the 5 patients. Conclusion: This method is of help in assessing the relationship between the components of an AVM as well as that between an AVM and an associated hematoma

  20. TransCut: interactive rendering of translucent cutouts.

    Science.gov (United States)

    Li, Dongping; Sun, Xin; Ren, Zhong; Lin, Stephen; Tong, Yiying; Guo, Baining; Zhou, Kun

    2013-03-01

    We present TransCut, a technique for interactive rendering of translucent objects undergoing fracturing and cutting operations. As the object is fractured or cut open, the user can directly examine and intuitively understand the complex translucent interior, as well as edit material properties through painting on cross sections and recombining the broken pieces—all with immediate and realistic visual feedback. This new mode of interaction with translucent volumes is made possible with two technical contributions. The first is a novel solver for the diffusion equation (DE) over a tetrahedral mesh that produces high-quality results comparable to the state-of-art finite element method (FEM) of Arbree et al. but at substantially higher speeds. This accuracy and efficiency is obtained by computing the discrete divergences of the diffusion equation and constructing the DE matrix using analytic formulas derived for linear finite elements. The second contribution is a multiresolution algorithm to significantly accelerate our DE solver while adapting to the frequent changes in topological structure of dynamic objects. The entire multiresolution DE solver is highly parallel and easily implemented on the GPU. We believe TransCut provides a novel visual effect for heterogeneous translucent objects undergoing fracturing and cutting operations.

  1. Plane-Based Sampling for Ray Casting Algorithm in Sequential Medical Images

    Science.gov (United States)

    Lin, Lili; Chen, Shengyong; Shao, Yan; Gu, Zichun

    2013-01-01

    This paper proposes a plane-based sampling method to improve the traditional Ray Casting Algorithm (RCA) for the fast reconstruction of a three-dimensional biomedical model from sequential images. In the novel method, the optical properties of all sampling points depend on the intersection points when a ray travels through an equidistant parallel plan cluster of the volume dataset. The results show that the method improves the rendering speed at over three times compared with the conventional algorithm and the image quality is well guaranteed. PMID:23424608

  2. Advantages and disadvantages of 3D ultrasound of thyroid nodules including thin slice volume rendering

    Directory of Open Access Journals (Sweden)

    Slapa Rafal

    2011-01-01

    Full Text Available Abstract Background The purpose of this study was to assess the advantages and disadvantages of 3D gray-scale and power Doppler ultrasound, including thin slice volume rendering (TSVR, applied for evaluation of thyroid nodules. Methods The retrospective evaluation by two observers of volumes of 71 thyroid nodules (55 benign, 16 cancers was performed using a new TSVR technique. Dedicated 4D ultrasound scanner with an automatic 6-12 MHz 4D probe was used. Statistical analysis was performed with Stata v. 8.2. Results Multiple logistic regression analysis demonstrated that independent risk factors of thyroid cancers identified by 3D ultrasound include: (a ill-defined borders of the nodule on MPR presentation, (b a lobulated shape of the nodule in the c-plane and (c a density of central vessels in the nodule within the minimal or maximal ranges. Combination of features provided sensitivity 100% and specificity 60-69% for thyroid cancer. Calcification/microcalcification-like echogenic foci on 3D ultrasound proved not to be a risk factor of thyroid cancer. Storage of the 3D data of the whole nodules enabled subsequent evaluation of new parameters and with new rendering algorithms. Conclusions Our results indicate that 3D ultrasound is a practical and reproducible method for the evaluation of thyroid nodules. 3D ultrasound stores volumes comprising the whole lesion or organ. Future detailed evaluations of the data are possible, looking for features that were not fully appreciated at the time of collection or applying new algorithms for volume rendering in order to gain important information. Three-dimensional ultrasound data could be included in thyroid cancer databases. Further multicenter large scale studies are warranted.

  3. Artist rendering of dust grains colliding at low speeds

    Science.gov (United States)

    2003-01-01

    Clues to the formation of planets and planetary rings -- like Saturn's dazzling ring system -- may be found by studying how dust grains interact as they collide at low speeds. To study the question of low-speed dust collisions, NASA sponsored the COLLisions Into Dust Experiment (COLLIDE) at the University of Colorado. It was designed to spring-launch marble-size projectiles into trays of powder similar to space or lunar dust. COLLIDE-1 (1998) discovered that collisions below a certain energy threshold eject no material. COLLIDE-2 was designed to identify where the threshold is. In COLLIDE-2, scientists nudged small projectiles into dust beds and recorded how the dust splashed outward (video frame at top; artist's rendering at bottom). The slowest impactor ejected no material and stuck in the target. The faster impactors produced ejecta; some rebounded while others stuck in the target.

  4. Germany: of the nuclear energy expansion to the structure for their gradual abandonment

    International Nuclear Information System (INIS)

    Mez, L.

    2009-01-01

    This work exposes a panorama of the German nuclear industry, where the investment in this sector began around the fifty, having great peak during the period 1968 at 1989. Causes like a poor electricity demand, the over capacity and a persistent controversy among the public opinion for the nuclear energy use, stop the expansion from this industry to the little time of established. In contrast with the legal situation in most of the countries, in Germany the operation licences were granted without it limits of time. Nevertheless, the operation expectation was estimated inside a range of 20 to 40 years, depending in particular on the service life of the renovation parts. Taking into account these data, seven nuclear power plants of those that have already operated for 20 years or more, are about to confront expensive reconstructions or the closing in the following five years; while other seven will be closed in the subsequent 10 or 15 years. While the federal politicians and their directive went favorable until recent time in general to the extended use of nuclear energy, some authorities of the states became more restrictive when interpreting the allowed forecasts, what has generated continuous differences and regulatory uncertainty. In consequence, the facilities in operation gradually have shown interest in reaching agreements with the government about the nuclear politics, by means of the regulations reestablishment and one calculus linked at the costs. In spite of the many and constant judgments of the public opinion, the federal nuclear politics was up to 1998 on the side of the alliance pro nuclear and back to the industry by means of multiple fiscal and regulatory privileges. This official position was reverted by first time after the federal elections of that year, when a new red-green federal government announcement the gradual retirement of the nuclear energy of Germany. That coalition pact among the Democratic Social parties (red) and green

  5. Uniform illumination rendering using an array of LEDs: a signal processing perspective

    OpenAIRE

    Yang, Hongming; Bergmans, J.W.M.; Schenk, T.C.W.; Linnartz, J.P.M.G.; Rietman, R.

    2009-01-01

    An array of a large number of LEDs will be widely used in future indoor illumination systems. In this paper, we investigate the problem of rendering uniform illumination by a regular LED array on the ceiling of a room. We first present two general results on the scaling property of the basic illumination pattern, i.e., the light pattern of a single LED, and the setting of LED illumination levels, respectively. Thereafter, we propose to use the relative mean squared error as the cost function ...

  6. Study on FPGA-Based Emulator for the Diagnosis of Gradual Degradation in Reciprocating Pump

    Energy Technology Data Exchange (ETDEWEB)

    Lim, Sang Sun; Kim, Wooshik [Sejong Univ., Seoul (Korea, Republic of); Kim, Tae Yun; Chai, Jang Bom [Ajou Univ., Suwon (Korea, Republic of)

    2017-01-15

    The purpose of this study is to develop a method for diagnosing the degree of gradual degradation of a reciprocating pump caused by continuous use as a water supply pump in a nuclear power plant. Normally, the progress of such degradation is too slow to be noticed. Hence, it is difficult to determine the degree of degradation using the existing diagnostic methods. In this paper, we propose a new method by which the normal state and the degraded state of the pump can be differentiated, so that the degree of degradation can be identified. First, an emulator was developed using FPGA by providing the parameters of the pump under normal state, so that the emulator generates the information of the pump in the healthy state. Then, by comparing this information with the parameters received from various output sensors of the emulator during the current state, it is possible to identify and measure the degree of gradual degradation. This paper presents some of the results obtained during the development process, and results that show how the emulator operates, by comparing the data collected from an actual pump.

  7. Electron–Ion Intensity Dropouts in Gradual Solar Energetic Particle Events during Solar Cycle 23

    International Nuclear Information System (INIS)

    Tan, Lun C.

    2017-01-01

    Since the field-line mixing model of Giacalone et al. suggests that ion dropouts cannot happen in the “gradual” solar energetic particle (SEP) event because of the large size of the particle source region in the event, the observational evidence of ion dropouts in the gradual SEP event should challenge the model. We have searched for the presence of ion dropouts in the gradual SEP event during solar cycle 23. From 10 SEP events the synchronized occurrence of ion and electron dropouts is identified in 12 periods. Our main observational facts, including the mean width of electron–ion dropout periods being consistent with the solar wind correlation scale, during the dropout period the dominance of the slab turbulence component and the enhanced turbulence power parallel to the mean magnetic field, and the ion gyroradius dependence of the edge steepness in dropout periods, are all in support of the solar wind turbulence origin of dropout events. Also, our observation indicates that a wide longitude distribution of SEP events could be due to the increase of slab turbulence fraction with the increased longitude distance from the flare-associated active region.

  8. Electron-Ion Intensity Dropouts in Gradual Solar Energetic Particle Events during Solar Cycle 23

    Science.gov (United States)

    Tan, Lun C.

    2017-09-01

    Since the field-line mixing model of Giacalone et al. suggests that ion dropouts cannot happen in the “gradual” solar energetic particle (SEP) event because of the large size of the particle source region in the event, the observational evidence of ion dropouts in the gradual SEP event should challenge the model. We have searched for the presence of ion dropouts in the gradual SEP event during solar cycle 23. From 10 SEP events the synchronized occurrence of ion and electron dropouts is identified in 12 periods. Our main observational facts, including the mean width of electron-ion dropout periods being consistent with the solar wind correlation scale, during the dropout period the dominance of the slab turbulence component and the enhanced turbulence power parallel to the mean magnetic field, and the ion gyroradius dependence of the edge steepness in dropout periods, are all in support of the solar wind turbulence origin of dropout events. Also, our observation indicates that a wide longitude distribution of SEP events could be due to the increase of slab turbulence fraction with the increased longitude distance from the flare-associated active region.

  9. Electron–Ion Intensity Dropouts in Gradual Solar Energetic Particle Events during Solar Cycle 23

    Energy Technology Data Exchange (ETDEWEB)

    Tan, Lun C., E-mail: ltan@umd.edu [Department of Astronomy, University of Maryland, College Park, MD 20742 (United States)

    2017-09-01

    Since the field-line mixing model of Giacalone et al. suggests that ion dropouts cannot happen in the “gradual” solar energetic particle (SEP) event because of the large size of the particle source region in the event, the observational evidence of ion dropouts in the gradual SEP event should challenge the model. We have searched for the presence of ion dropouts in the gradual SEP event during solar cycle 23. From 10 SEP events the synchronized occurrence of ion and electron dropouts is identified in 12 periods. Our main observational facts, including the mean width of electron–ion dropout periods being consistent with the solar wind correlation scale, during the dropout period the dominance of the slab turbulence component and the enhanced turbulence power parallel to the mean magnetic field, and the ion gyroradius dependence of the edge steepness in dropout periods, are all in support of the solar wind turbulence origin of dropout events. Also, our observation indicates that a wide longitude distribution of SEP events could be due to the increase of slab turbulence fraction with the increased longitude distance from the flare-associated active region.

  10. Evaluation of the relationship between extremity soft tissue sarcomas and adjacent major vessels using contrast-enhanced multidetector CT and three-dimensional volume-rendered CT angiography - A preliminary study

    International Nuclear Information System (INIS)

    Li, YangKang; Lin, JianBang; Cai, AiQun; Zhou, XiuGuo; Zheng, Yu; Wei, XiaoLong; Cheng, Ying; Liu, GuoRui

    2013-01-01

    Background: Accurate description of the relationship between extremity soft tissue sarcoma and the adjacent major vessels is crucial for successful surgery. In addition to magnetic resonance imaging (MRI) or in patients who cannot undergo MRI, two-dimensional (2D) postcontrast computed tomography (CT) images and three-dimensional (3D) volume-rendered CT angiography may be valuable alternative imaging techniques for preoperative evaluation of extremity sarcomas. Purpose: To preoperatively assess extremity sarcomas using multidetector CT (MDCT), with emphasis on postcontrast MDCT images and 3D volume-rendered MDCT angiography in evaluating the relationship between tumors and adjacent major vessels. Material and Methods: MDCT examinations were performed on 13 patients with non-metastatic extremity sarcomas. Conventional CT images and 3D volume-rendered CT angiography were evaluated, with focus on the relationship between tumors and adjacent major vessels. Kappa consistency statistics were performed with surgery serving as the reference standard. Results: The relationship between sarcomas and adjacent vessels was described as one of three patterns: proximity, adhesion, and encasement. Proximity was seen in five cases on postcontrast CT images or in eight cases on volume-rendered images. Adhesion was seen in three cases on both postcontrast CT images and volume-rendered images. Encasement was seen in five cases on postcontrast CT images or in two cases on volume-rendered images. Compared to surgical results, postcontrast CT images had 100% sensitivity, 83.3% specificity, 87.5% positive predictive value, 100% negative predictive value, and 92.3% accuracy in the detection of vascular invasion (κ = 0.843, P = 0.002). 3D volume-rendered CT angiography had 71.4% sensitivity, 100% specificity, 100% positive predictive value, 75% negative predictive value, and 84.6% accuracy in the detection of vascular invasion (κ = 0.698, P = 0.008). On volume-rendered images, all cases

  11. Polyacrylate–water partitioning of biocidal compounds: Enhancing the understanding of biocide partitioning between render and water

    DEFF Research Database (Denmark)

    Bollmann, Ulla E.; Ou, Yi; Mayer, Philipp

    2014-01-01

    -N-octylisothiazolinone). The correlation of the polyacrylate-water partition constants with the octanol-water partition constants is significant, but the polyacrylate-water partition constants were predominantly below octanol-water partition constants (Kow). The comparison with render-water distribution constants showed that estimating...

  12. Rendering Future Vegetation Change across Large Regions of the US

    Science.gov (United States)

    Sant'Anna Dias, Felipe; Gu, Yuting; Agarwalla, Yashika; Cheng, Yiwei; Patil, Sopan; Stieglitz, Marc; Turk, Greg

    2015-04-01

    We use two Machine Learning techniques, Decision Trees (DT) and Neural Networks (NN), to provide classified images and photorealistic renderings of future vegetation cover at three large regions in the US. The training data used to generate current vegetation cover include Landsat surface reflectance images, USGS Land Cover maps, 50 years of mean annual temperature and precipitation for the period 1950 - 2000, elevation, aspect and slope data. Present vegetation cover was generated on a 100m grid. Future vegetation cover for the period 2061- 2080 was predicted using the 1 km resolution bias corrected data from the NASA Goddard Institute for Space Studies Global Climate Model E simulation. The three test regions encompass a wide range of climatic gradients, topographic variation, and vegetation cover. The central Oregon site covers 19,182 square km and includes the Ochoco and Malheur National Forest. Vegetation cover is 50% evergreen forest and 50% shrubs and scrubland. The northwest Washington site covers 14,182 square km. Vegetation cover is 60% evergreen forest, 14% scrubs, 7% grassland, and 7% barren land. The remainder of the area includes deciduous forest, perennial snow cover, and wetlands. The third site, the Jemez mountain region of north central New Mexico, covers 5,500 square km. Vegetation cover is 47% evergreen forest, 31% shrubs, 13% grasses, and 3% deciduous forest. The remainder of the area includes developed and cultivated areas and wetlands. Using the above mentioned data sets we first trained our DT and NN models to reproduce current vegetation. The land cover classified images were compared directly to the USGS land cover data. The photorealistic generated vegetation images were compared directly to the remotely sensed surface reflectance maps. For all three sites, similarity between generated and observed vegetation cover was quite remarkable. The three trained models were then used to explore what the equilibrium vegetation would look like for

  13. Simulation and training of lumbar punctures using haptic volume rendering and a 6DOF haptic device

    Science.gov (United States)

    Färber, Matthias; Heller, Julika; Handels, Heinz

    2007-03-01

    The lumbar puncture is performed by inserting a needle into the spinal chord of the patient to inject medicaments or to extract liquor. The training of this procedure is usually done on the patient guided by experienced supervisors. A virtual reality lumbar puncture simulator has been developed in order to minimize the training costs and the patient's risk. We use a haptic device with six degrees of freedom (6DOF) to feedback forces that resist needle insertion and rotation. An improved haptic volume rendering approach is used to calculate the forces. This approach makes use of label data of relevant structures like skin, bone, muscles or fat and original CT data that contributes information about image structures that can not be segmented. A real-time 3D visualization with optional stereo view shows the punctured region. 2D visualizations of orthogonal slices enable a detailed impression of the anatomical context. The input data consisting of CT and label data and surface models of relevant structures is defined in an XML file together with haptic rendering and visualization parameters. In a first evaluation the visible human male data has been used to generate a virtual training body. Several users with different medical experience tested the lumbar puncture trainer. The simulator gives a good haptic and visual impression of the needle insertion and the haptic volume rendering technique enables the feeling of unsegmented structures. Especially, the restriction of transversal needle movement together with rotation constraints enabled by the 6DOF device facilitate a realistic puncture simulation.

  14. Floral pathway integrator gene expression mediates gradual transmission of environmental and endogenous cues to flowering time.

    Science.gov (United States)

    van Dijk, Aalt D J; Molenaar, Jaap

    2017-01-01

    The appropriate timing of flowering is crucial for the reproductive success of plants. Hence, intricate genetic networks integrate various environmental and endogenous cues such as temperature or hormonal statues. These signals integrate into a network of floral pathway integrator genes. At a quantitative level, it is currently unclear how the impact of genetic variation in signaling pathways on flowering time is mediated by floral pathway integrator genes. Here, using datasets available from literature, we connect Arabidopsis thaliana flowering time in genetic backgrounds varying in upstream signalling components with the expression levels of floral pathway integrator genes in these genetic backgrounds. Our modelling results indicate that flowering time depends in a quite linear way on expression levels of floral pathway integrator genes. This gradual, proportional response of flowering time to upstream changes enables a gradual adaptation to changing environmental factors such as temperature and light.

  15. Floral pathway integrator gene expression mediates gradual transmission of environmental and endogenous cues to flowering time

    Directory of Open Access Journals (Sweden)

    Aalt D.J. van Dijk

    2017-04-01

    Full Text Available The appropriate timing of flowering is crucial for the reproductive success of plants. Hence, intricate genetic networks integrate various environmental and endogenous cues such as temperature or hormonal statues. These signals integrate into a network of floral pathway integrator genes. At a quantitative level, it is currently unclear how the impact of genetic variation in signaling pathways on flowering time is mediated by floral pathway integrator genes. Here, using datasets available from literature, we connect Arabidopsis thaliana flowering time in genetic backgrounds varying in upstream signalling components with the expression levels of floral pathway integrator genes in these genetic backgrounds. Our modelling results indicate that flowering time depends in a quite linear way on expression levels of floral pathway integrator genes. This gradual, proportional response of flowering time to upstream changes enables a gradual adaptation to changing environmental factors such as temperature and light.

  16. Designing a gradual transition to a hydrogen economy in Spain

    Science.gov (United States)

    Brey, J. J.; Brey, R.; Carazo, A. F.; Contreras, I.; Hernández-Díaz, A. G.; Gallardo, V.

    The lack of sustainability of the current Spanish energy system makes it necessary to study the adoption of alternative energy models. One of these is what is known as the hydrogen economy. In this paper, we aim to plan, for the case of Spain, an initial phase for transition to this energy model making use of the potential offered by each Spanish region. Specifically, the target pursued is to satisfy at least 15% of energy demand for transport by 2010 through renewable sources. We plan to attain this target gradually, establishing intermediate stages consisting of supplying 5 and 10% of the energy demand for transport by 2006 and 2008, respectively. The results obtained allow us to determine, for each region, the hydrogen production and consumption, the renewable energy sources used to obtain hydrogen and the transport requirements between regions.

  17. 31 CFR 500.585 - Payments for services rendered by North Korea to United States aircraft authorized.

    Science.gov (United States)

    2010-07-01

    ... North Korea to United States aircraft authorized. 500.585 Section 500.585 Money and Finance: Treasury... TREASURY FOREIGN ASSETS CONTROL REGULATIONS Licenses, Authorizations and Statements of Licensing Policy § 500.585 Payments for services rendered by North Korea to United States aircraft authorized. Payments...

  18. Lighting design for globally illuminated volume rendering.

    Science.gov (United States)

    Zhang, Yubo; Ma, Kwan-Liu

    2013-12-01

    With the evolution of graphics hardware, high quality global illumination becomes available for real-time volume rendering. Compared to local illumination, global illumination can produce realistic shading effects which are closer to real world scenes, and has proven useful for enhancing volume data visualization to enable better depth and shape perception. However, setting up optimal lighting could be a nontrivial task for average users. There were lighting design works for volume visualization but they did not consider global light transportation. In this paper, we present a lighting design method for volume visualization employing global illumination. The resulting system takes into account view and transfer-function dependent content of the volume data to automatically generate an optimized three-point lighting environment. Our method fully exploits the back light which is not used by previous volume visualization systems. By also including global shadow and multiple scattering, our lighting system can effectively enhance the depth and shape perception of volumetric features of interest. In addition, we propose an automatic tone mapping operator which recovers visual details from overexposed areas while maintaining sufficient contrast in the dark areas. We show that our method is effective for visualizing volume datasets with complex structures. The structural information is more clearly and correctly presented under the automatically generated light sources.

  19. Role of volume rendered 3-D computed tomography in conservative management of trauma-related thoracic injuries.

    LENUS (Irish Health Repository)

    OʼLeary, Donal Peter

    2012-09-01

    Pneumatic nail guns are a tool used commonly in the construction industry and are widely available. Accidental injuries from nail guns are common, and several cases of suicide using a nail gun have been reported. Computed tomographic (CT) imaging, together with echocardiography, has been shown to be the gold standard for investigation of these cases. We present a case of a 55-year-old man who presented to the accident and emergency unit of a community hospital following an accidental pneumatic nail gun injury to his thorax. Volume-rendered CT of the thorax allowed an accurate assessment of the thoracic injuries sustained by this patient. As there was no evidence of any acute life-threatening injury, a sternotomy was avoided and the patient was observed closely until discharge. In conclusion, volume-rendered 3-dimensional CT can greatly help in the decision to avoid an unnecessary sternotomy in patients with a thoracic nail gun injury.

  20. Gradual cut detection using low-level vision for digital video

    Science.gov (United States)

    Lee, Jae-Hyun; Choi, Yeun-Sung; Jang, Ok-bae

    1996-09-01

    Digital video computing and organization is one of the important issues in multimedia system, signal compression, or database. Video should be segmented into shots to be used for identification and indexing. This approach requires a suitable method to automatically locate cut points in order to separate shot in a video. Automatic cut detection to isolate shots in a video has received considerable attention due to many practical applications; our video database, browsing, authoring system, retrieval and movie. Previous studies are based on a set of difference mechanisms and they measured the content changes between video frames. But they could not detect more special effects which include dissolve, wipe, fade-in, fade-out, and structured flashing. In this paper, a new cut detection method for gradual transition based on computer vision techniques is proposed. And then, experimental results applied to commercial video are presented and evaluated.

  1. Studies on thermal neutron perturbation factor needed for bulk sample activation analysis

    CERN Document Server

    Csikai, J; Sanami, T; Michikawa, T

    2002-01-01

    The spatial distribution of thermal neutrons produced by an Am-Be source in a graphite pile was measured via the activation foil method. The results obtained agree well with calculated data using the MCNP-4B code. A previous method used for the determination of the average neutron flux within thin absorbing samples has been improved and extended for a graphite moderator. A procedure developed for the determination of the flux perturbation factor renders the thermal neutron activation analysis of bulky samples of unknown composition possible both in hydrogenous and graphite moderators.

  2. Feed-forward volume rendering algorithm for moderately parallel MIMD machines

    Science.gov (United States)

    Yagel, Roni

    1993-01-01

    Algorithms for direct volume rendering on parallel and vector processors are investigated. Volumes are transformed efficiently on parallel processors by dividing the data into slices and beams of voxels. Equal sized sets of slices along one axis are distributed to processors. Parallelism is achieved at two levels. Because each slice can be transformed independently of others, processors transform their assigned slices with no communication, thus providing maximum possible parallelism at the first level. Within each slice, consecutive beams are incrementally transformed using coherency in the transformation computation. Also, coherency across slices can be exploited to further enhance performance. This coherency yields the second level of parallelism through the use of the vector processing or pipelining. Other ongoing efforts include investigations into image reconstruction techniques, load balancing strategies, and improving performance.

  3. Color Rendering Index Thermal Stability Improvement of Glass-Based Phosphor-Converted White Light-Emitting Diodes for Solid-State Lighting

    Directory of Open Access Journals (Sweden)

    Chun-Chin Tsai

    2014-01-01

    Full Text Available High color rendering index performance has been required for phosphor-converted warm-white light-emitting diodes (PC-WWLEDs in lighting industry. The characteristics of low-temperature fabricated phosphor (yellow: Ce3+:YAG, green: Tb3+:YAG, and red: CaAlClSiN3:Eu2+ doped glass were presented for applications to high color rendering index warm-white-light-emitting diodes. Color coordinates (x, y = (0.36, 0.29, quantum yield (QY = 55.6%, color rending index (CRI = 85.3, and correlated color temperature (CCT = 3923 K were characterized. Glass-based PC-WWLEDs was found able to maintain good thermal stability for long-time high-temperature operation. QY decay, CRI remenance, and chromaticity shift were also analyzed for glass- and silicone-based high-power PC-WLEDs by thermal aging at 150°C and 250°C for industrial test standard’s aging time 1008 hours. Better than the silicone’s, thermal stability of glass-based PC-WLEDs has been improved. The resulted high color rendering index (CRI glass phosphor potentially can be used as a phosphor layer for high-performance and low-cost PC-WLEDs used in next-generation indoor solid-state lighting applications.

  4. [Rendering surgical care to wounded with neck wounds in an armed conflict].

    Science.gov (United States)

    Samokhvalov, I M; Zavrazhnov, A A; Fakhrutdinov, A M; Sychev, M I

    2001-10-01

    The results of rendering of the medical care (the first aid, qualified and specialized) obtained in 172 servicemen with neck injuries who stayed in Republic of Chechnya during the period from 09.08.1999 to 28.07.2000 were analyzed. Basing on the results of analysis and experience of casualties' treatment the authors discuss the problems of sequence and volume of surgical care in this group of casualties with reference to available medical evacuation system, surgical tactics at the stage of specialized care. They also consider the peculiarities of operative treatment of the casualties with neck injuries.

  5. Modeling Effectiveness of Gradual Increases in Source Level to Mitigate Effects of Sonar on Marine Mammals

    NARCIS (Netherlands)

    Benda-Beckmann, A.M. von; Wensveen, P.J.; Kvadsheim, P.H.; Lam, F.P.A.; Miller, P.J.O.; Tyack, P.L.; Ainslie, M.A.

    2013-01-01

    Ramp-up or soft-start procedures (i.e., gradual increase in the source level) are used to mitigate the effect of sonar sound on marine mammals, although no one to date has tested whether ramp-up procedures are effective at reducing the effect of sound on marine mammals. We investigated the

  6. Peeling tests for assessing the cohesion and consolidation characteristics of mortar and render surfaces

    Czech Academy of Sciences Publication Activity Database

    Drdácký, Miloš; Lesák, Jaroslav; Niedoba, Krzysztof; Valach, Jaroslav

    2015-01-01

    Roč. 48, č. 6 (2015), s. 1947-1963 ISSN 1359-5997 R&D Projects: GA ČR(CZ) GBP105/12/G059; GA MŠk(CZ) ED1.1.00/02.0060 Institutional support: RVO:68378297 Keywords : peeling test * rendered surface * surface consolidation * cohesion * non-destructive testing Subject RIV: AL - Art, Architecture, Cultural Heritage Impact factor: 2.453, year: 2015 http://link.springer.com/article/10.1617/s11527-014-0285-8

  7. High temperature deformation behavior of gradually pressurized zircaloy-4 tubes

    International Nuclear Information System (INIS)

    Suzuki, Motoye

    1982-03-01

    In order to obtain preliminary perspectives on fuel cladding deformation behavior under changing temperature and pressure conditions in a hypothetical loss-of-coolant accident of PWR, a Zircaloy-4 tube burst test was conducted in both air and 99.97% Ar atomospheres. The tubes were directly heated by AC-current and maintained at various temperatures, and pressurized gradually until rupture occurred. Rupture circumferential strains were generally larger in Ar gas than in air and attained a maximum around 1100 K in both atmospheres. Some tube tested in air produced axially-extended long balloons, which proved not to be explained by such properties or ideas as effect of cooling on strain rate, superplasticity, geometrical plastic instability and stresses generated by surface oxide layer. A cause of the long balloon may be obtained in the anisotropy of the material structure. But even a qualitative analysis based on this property can not be made due to insufficient data of the anisotropy. (author)

  8. [Analysis of the results of bone healing in femurs lengthened by the gradual distraction method in children and adolescents].

    Science.gov (United States)

    Jochymek, J; Skvaril, J; Ondrus, S

    2009-10-01

    Treatment of leg length inequality via lengthening of the shorter extremity is an infrequent orthopedic procedure due to the requirement of special distraction devices and possible serious complications. Essential qualitative changes in operative technique development are associated with the name of G. A. Ilizarov, who paved the way for the autoregenerate gradual distraction method in the 1950s. In the years 1990 through 2007 a total of 67 patients underwent femur lengthening via gradual distraction using various types of external fixators at the Department of Pediatric Surgery, Orthopedics, and Traumatology, Faculty Hospital in Brno. The quality of bone healing was monitored and a number of parameters followed and statistically evaluated using regularly scheduled X-ray examinations. In 13 cases we had to remove the external fixator following the distraction phase, perform an osteosynthesis via a splint and fill the distraction gap via spongioplasty. The bone healing was satisfactory in the remaining 54 patients and the lengthened bone required no other fixation method. The analysis showed statistically significant deceleration in bone healing following distraction in female patients over 12 years of age, and in boys over 14 years of age. Lack of periosteal callus five weeks after surgery always signified serious problems in further healing. Severe complications were recorded in 11 cases during the distraction phase, and in 12 cases after the removal of the distraction apparatus. Our results fully correspond with the data and experience of others cited authors. In addition our study showed deceleration in bone healing in girls over 12 years and in boys over 14 years of age and serious problem in healing when is lack of periostal callus five weeks after surgery. The aim of this report was to present the results of our study of distraction gap bone healing using the gradual lengthening approach. Key words: leg lengthening, gradual distraction, external fixation, leg

  9. Use of radiation processing technology gradually expands in industry

    International Nuclear Information System (INIS)

    Anon.

    1989-01-01

    The use of radioisotopes and radiation is expanding in the fields of industries and medicine with a high potentiality of the application to environmental protection. The technology transfer on the use of isotopes and radiation is progressing in the framework of international cooperation. But the industry has maintained wait and see attitude on the commercialization of food irradiation. Such present features were the highlight in the 19th Japan Conference on Radiation and Radioisotopes held on November 14-16. 72 papers from 19 countries were presented and discussed in 13 sessions. The progress of accelerator technology has contributed to the expansion of radiation processing market. The importance of the application of isotopes and radiation to environmental protection has been gradually acknowledged, and the electron beam treatment of flue gas for acid rain abatement and the elimination of chlorinated ethylene from drinking water were discussed. Drastic change has not been seen in the climate of food irradiation, however there are several positive indicators which support the prediction of slow but steady progress in the commercialization of the process and the trade of irradiated foods. (K.I.)

  10. Gradual unlocking of plate boundary controlled initiation of the 2014 Iquique earthquake.

    Science.gov (United States)

    Schurr, Bernd; Asch, Günter; Hainzl, Sebastian; Bedford, Jonathan; Hoechner, Andreas; Palo, Mauro; Wang, Rongjiang; Moreno, Marcos; Bartsch, Mitja; Zhang, Yong; Oncken, Onno; Tilmann, Frederik; Dahm, Torsten; Victor, Pia; Barrientos, Sergio; Vilotte, Jean-Pierre

    2014-08-21

    On 1 April 2014, Northern Chile was struck by a magnitude 8.1 earthquake following a protracted series of foreshocks. The Integrated Plate Boundary Observatory Chile monitored the entire sequence of events, providing unprecedented resolution of the build-up to the main event and its rupture evolution. Here we show that the Iquique earthquake broke a central fraction of the so-called northern Chile seismic gap, the last major segment of the South American plate boundary that had not ruptured in the past century. Since July 2013 three seismic clusters, each lasting a few weeks, hit this part of the plate boundary with earthquakes of increasing peak magnitudes. Starting with the second cluster, geodetic observations show surface displacements that can be associated with slip on the plate interface. These seismic clusters and their slip transients occupied a part of the plate interface that was transitional between a fully locked and a creeping portion. Leading up to this earthquake, the b value of the foreshocks gradually decreased during the years before the earthquake, reversing its trend a few days before the Iquique earthquake. The mainshock finally nucleated at the northern end of the foreshock area, which skirted a locked patch, and ruptured mainly downdip towards higher locking. Peak slip was attained immediately downdip of the foreshock region and at the margin of the locked patch. We conclude that gradual weakening of the central part of the seismic gap accentuated by the foreshock activity in a zone of intermediate seismic coupling was instrumental in causing final failure, distinguishing the Iquique earthquake from most great earthquakes. Finally, only one-third of the gap was broken and the remaining locked segments now pose a significant, increased seismic hazard with the potential to host an earthquake with a magnitude of >8.5.

  11. Gradual regeneration of mouse testicular stem cells after exposure to ionizing radiation

    International Nuclear Information System (INIS)

    Meistrich, M.L.; Hunter, N.R.; Suzuki, N.; Trostle, P.K.; Withers, H.R.

    1978-01-01

    The regeneration of mouse testicular stem cells during 60 weeks after exposure to 600 or 1200 rad of γ radiation was examined. Restoration of spermatogenesis depended on stem cell survival, regeneration, and differentiation. Several assays were employed to measure the number of stem cells and their ability to repopulate the seminiferous epithelium as follows. Assay 1: The percentage of repopulated tubular cross sections was determined histologically at various times after irradiation. Assay 2: Mice were irradiated and, after given time intervals to allow for regeneration of stem cell numbers, a second dose was given. The percentage of repopulated tubular cross sections was determined 5 weeks later. Assay 3: The ability of the stem cells to produce spermatocytes and spermatids was assayed by the levels of the germ cell specific isoenzyme, LDH-X. Assay 4: The ability of the stem cells to produce sperm was assayed by the number of sperm heads in the testes. In addition, the ability of the stem cells to produce functional spermatozoa was measured by the fertility of the animals. The results obtained were as follows. All assays demonstrated that gradual regeneration of stem cell number occurred simultaneously with repopulation of the seminiferous epithelium by differentiating cells derived from stem cells. The regeneration kinetics of stem cells followed an exponential increase approaching a dose-dependent plateau below the level prior to irradiation. The doubling time for stem cells during the exponential portion was about 2 weeks. The regeneration of stem cell number after depletion by irradiation was gradual and incomplete, and only partially restored spermatogenesis. Correlation of regeneration with fertility data demonstrated that fertility was reestablished when sperm production returned to about 15% of control levels

  12. FluoRender: An application of 2D image space methods for 3D and 4D confocal microscopy data visualization in neurobiology research

    KAUST Repository

    Wan, Yong; Otsuna, Hideo; Chien, Chi-Bin; Hansen, Charles

    2012-01-01

    2D image space methods are processing methods applied after the volumetric data are projected and rendered into the 2D image space, such as 2D filtering, tone mapping and compositing. In the application domain of volume visualization, most 2D image space methods can be carried out more efficiently than their 3D counterparts. Most importantly, 2D image space methods can be used to enhance volume visualization quality when applied together with volume rendering methods. In this paper, we present and discuss the applications of a series of 2D image space methods as enhancements to confocal microscopy visualizations, including 2D tone mapping, 2D compositing, and 2D color mapping. These methods are easily integrated with our existing confocal visualization tool, FluoRender, and the outcome is a full-featured visualization system that meets neurobiologists' demands for qualitative analysis of confocal microscopy data. © 2012 IEEE.

  13. FluoRender: An application of 2D image space methods for 3D and 4D confocal microscopy data visualization in neurobiology research

    KAUST Repository

    Wan, Yong

    2012-02-01

    2D image space methods are processing methods applied after the volumetric data are projected and rendered into the 2D image space, such as 2D filtering, tone mapping and compositing. In the application domain of volume visualization, most 2D image space methods can be carried out more efficiently than their 3D counterparts. Most importantly, 2D image space methods can be used to enhance volume visualization quality when applied together with volume rendering methods. In this paper, we present and discuss the applications of a series of 2D image space methods as enhancements to confocal microscopy visualizations, including 2D tone mapping, 2D compositing, and 2D color mapping. These methods are easily integrated with our existing confocal visualization tool, FluoRender, and the outcome is a full-featured visualization system that meets neurobiologists\\' demands for qualitative analysis of confocal microscopy data. © 2012 IEEE.

  14. The Mars Sample Return Lab(s) - Lessons from the Past and Implications for the Future

    Science.gov (United States)

    Allen, Carlton

    2012-01-01

    It has been widely understood for many years that an essential component of a Mars Sample Return mission is a Sample Receiving Facility (SRF). The purpose of such a facility would be to take delivery of the flight hardware that lands on Earth, open the spacecraft and extract the sample container and samples, and conduct an agreed upon test protocol, while ensuring strict containment and contamination control of the samples while in the SRF. Any samples that are found to be non-hazardous (or are rendered non-hazardous by sterilization) would then be transferred to long-term curation. Although the general concept of an SRF is relatively straightforward, there has been considerable discussion about implementation planning.

  15. Pulmonary nodules: sensitivity of maximum intensity projection versus that of volume rendering of 3D multidetector CT data

    NARCIS (Netherlands)

    Peloschek, Philipp; Sailer, Johannes; Weber, Michael; Herold, Christian J.; Prokop, Mathias; Schaefer-Prokop, Cornelia

    2007-01-01

    PURPOSE: To prospectively compare maximum intensity projection (MIP) and volume rendering (VR) of multidetector computed tomographic (CT) data for the detection of small intrapulmonary nodules. MATERIALS AND METHODS: This institutional review board-approved prospective study included 20 oncology

  16. Towards an e-Model for the enhancement of service rendering by SMMEs supporting agencies in South Africa

    CSIR Research Space (South Africa)

    Ngassam, EK

    2009-05-01

    Full Text Available of the existing model to an e-model may lead to an effective and efficient service delivery, which in turn could positively impact on SMMEs operational objectives. The proposed e-model forms the basis for the enhancement of the quality of service rendered...

  17. A Case Study of a Hybrid Parallel 3D Surface Rendering Graphics Architecture

    DEFF Research Database (Denmark)

    Holten-Lund, Hans Erik; Madsen, Jan; Pedersen, Steen

    1997-01-01

    This paper presents a case study in the design strategy used inbuilding a graphics computer, for drawing very complex 3Dgeometric surfaces. The goal is to build a PC based computer systemcapable of handling surfaces built from about 2 million triangles, andto be able to render a perspective view...... of these on a computer displayat interactive frame rates, i.e. processing around 50 milliontriangles per second. The paper presents a hardware/softwarearchitecture called HPGA (Hybrid Parallel Graphics Architecture) whichis likely to be able to carry out this task. The case study focuses ontechniques to increase...

  18. SparseLeap: Efficient Empty Space Skipping for Large-Scale Volume Rendering

    KAUST Repository

    Hadwiger, Markus; Al-Awami, Ali K.; Beyer, Johanna; Agus, Marco; Pfister, Hanspeter

    2017-01-01

    Recent advances in data acquisition produce volume data of very high resolution and large size, such as terabyte-sized microscopy volumes. These data often contain many fine and intricate structures, which pose huge challenges for volume rendering, and make it particularly important to efficiently skip empty space. This paper addresses two major challenges: (1) The complexity of large volumes containing fine structures often leads to highly fragmented space subdivisions that make empty regions hard to skip efficiently. (2) The classification of space into empty and non-empty regions changes frequently, because the user or the evaluation of an interactive query activate a different set of objects, which makes it unfeasible to pre-compute a well-adapted space subdivision. We describe the novel SparseLeap method for efficient empty space skipping in very large volumes, even around fine structures. The main performance characteristic of SparseLeap is that it moves the major cost of empty space skipping out of the ray-casting stage. We achieve this via a hybrid strategy that balances the computational load between determining empty ray segments in a rasterization (object-order) stage, and sampling non-empty volume data in the ray-casting (image-order) stage. Before ray-casting, we exploit the fast hardware rasterization of GPUs to create a ray segment list for each pixel, which identifies non-empty regions along the ray. The ray-casting stage then leaps over empty space without hierarchy traversal. Ray segment lists are created by rasterizing a set of fine-grained, view-independent bounding boxes. Frame coherence is exploited by re-using the same bounding boxes unless the set of active objects changes. We show that SparseLeap scales better to large, sparse data than standard octree empty space skipping.

  19. SparseLeap: Efficient Empty Space Skipping for Large-Scale Volume Rendering

    KAUST Repository

    Hadwiger, Markus

    2017-08-28

    Recent advances in data acquisition produce volume data of very high resolution and large size, such as terabyte-sized microscopy volumes. These data often contain many fine and intricate structures, which pose huge challenges for volume rendering, and make it particularly important to efficiently skip empty space. This paper addresses two major challenges: (1) The complexity of large volumes containing fine structures often leads to highly fragmented space subdivisions that make empty regions hard to skip efficiently. (2) The classification of space into empty and non-empty regions changes frequently, because the user or the evaluation of an interactive query activate a different set of objects, which makes it unfeasible to pre-compute a well-adapted space subdivision. We describe the novel SparseLeap method for efficient empty space skipping in very large volumes, even around fine structures. The main performance characteristic of SparseLeap is that it moves the major cost of empty space skipping out of the ray-casting stage. We achieve this via a hybrid strategy that balances the computational load between determining empty ray segments in a rasterization (object-order) stage, and sampling non-empty volume data in the ray-casting (image-order) stage. Before ray-casting, we exploit the fast hardware rasterization of GPUs to create a ray segment list for each pixel, which identifies non-empty regions along the ray. The ray-casting stage then leaps over empty space without hierarchy traversal. Ray segment lists are created by rasterizing a set of fine-grained, view-independent bounding boxes. Frame coherence is exploited by re-using the same bounding boxes unless the set of active objects changes. We show that SparseLeap scales better to large, sparse data than standard octree empty space skipping.

  20. Post-processing methods of rendering and visualizing 3-D reconstructed tomographic images

    Energy Technology Data Exchange (ETDEWEB)

    Wong, S.T.C. [Univ. of California, San Francisco, CA (United States)

    1997-02-01

    The purpose of this presentation is to discuss the computer processing techniques of tomographic images, after they have been generated by imaging scanners, for volume visualization. Volume visualization is concerned with the representation, manipulation, and rendering of volumetric data. Since the first digital images were produced from computed tomography (CT) scanners in the mid 1970s, applications of visualization in medicine have expanded dramatically. Today, three-dimensional (3D) medical visualization has expanded from using CT data, the first inherently digital source of 3D medical data, to using data from various medical imaging modalities, including magnetic resonance scanners, positron emission scanners, digital ultrasound, electronic and confocal microscopy, and other medical imaging modalities. We have advanced from rendering anatomy to aid diagnosis and visualize complex anatomic structures to planning and assisting surgery and radiation treatment. New, more accurate and cost-effective procedures for clinical services and biomedical research have become possible by integrating computer graphics technology with medical images. This trend is particularly noticeable in current market-driven health care environment. For example, interventional imaging, image-guided surgery, and stereotactic and visualization techniques are now stemming into surgical practice. In this presentation, we discuss only computer-display-based approaches of volumetric medical visualization. That is, we assume that the display device available is two-dimensional (2D) in nature and all analysis of multidimensional image data is to be carried out via the 2D screen of the device. There are technologies such as holography and virtual reality that do provide a {open_quotes}true 3D screen{close_quotes}. To confine the scope, this presentation will not discuss such approaches.

  1. Post-processing methods of rendering and visualizing 3-D reconstructed tomographic images

    International Nuclear Information System (INIS)

    Wong, S.T.C.

    1997-01-01

    The purpose of this presentation is to discuss the computer processing techniques of tomographic images, after they have been generated by imaging scanners, for volume visualization. Volume visualization is concerned with the representation, manipulation, and rendering of volumetric data. Since the first digital images were produced from computed tomography (CT) scanners in the mid 1970s, applications of visualization in medicine have expanded dramatically. Today, three-dimensional (3D) medical visualization has expanded from using CT data, the first inherently digital source of 3D medical data, to using data from various medical imaging modalities, including magnetic resonance scanners, positron emission scanners, digital ultrasound, electronic and confocal microscopy, and other medical imaging modalities. We have advanced from rendering anatomy to aid diagnosis and visualize complex anatomic structures to planning and assisting surgery and radiation treatment. New, more accurate and cost-effective procedures for clinical services and biomedical research have become possible by integrating computer graphics technology with medical images. This trend is particularly noticeable in current market-driven health care environment. For example, interventional imaging, image-guided surgery, and stereotactic and visualization techniques are now stemming into surgical practice. In this presentation, we discuss only computer-display-based approaches of volumetric medical visualization. That is, we assume that the display device available is two-dimensional (2D) in nature and all analysis of multidimensional image data is to be carried out via the 2D screen of the device. There are technologies such as holography and virtual reality that do provide a open-quotes true 3D screenclose quotes. To confine the scope, this presentation will not discuss such approaches

  2. Rendering Intelligence at Physical Layer for Smart Addressing and Multiple Access

    DEFF Research Database (Denmark)

    Sanyal, Rajarshi; Prasad, Ramjee; Cianca, Ernestina

    2010-01-01

    addressing of a node. For a typical closed user group type of network, we propose a multiple access mechanism and network topology which will not only eliminate the need of intelligent core network equipments in the network area , but to use this intelligent physical layer to directly reach any node over......The primary objective of this work is to propose a technique of wireless communication, where we render intelligence to the physical layer. We aim to realize a physical layer that can take part in some processes which is otherwise confined to higher layer signalling activities, like for example...... the fundamentals behind the proposed multiple access scheme and draws out the benefits compared to the existing multiple access processes based on cellular approach....

  3. Scene reassembly after multimodal digitization and pipeline evaluation using photorealistic rendering

    DEFF Research Database (Denmark)

    Stets, Jonathan Dyssel; Dal Corso, Alessandro; Nielsen, Jannik Boll

    2017-01-01

    of the lighting environment. This enables pixelwise comparison of photographs of the real scene with renderings of the digital version of the scene. Such quantitative evaluation is useful for verifying acquired material appearance and reconstructed surface geometry, which is an important aspect of digital content......Transparent objects require acquisition modalities that are very different from the ones used for objects with more diffuse reflectance properties. Digitizing a scene where objects must be acquired with different modalities requires scene reassembly after reconstruction of the object surfaces....... This reassembly of a scene that was picked apart for scanning seems unexplored. We contribute with a multimodal digitization pipeline for scenes that require this step of reassembly. Our pipeline includes measurement of bidirectional reflectance distribution functions and high dynamic range imaging...

  4. Using rare earth doped thiosilicate phosphors in white light emitting LEDs: Towards low colour temperature and high colour rendering

    International Nuclear Information System (INIS)

    Smet, P.F.; Korthout, K.; Haecke, J.E. van; Poelman, D.

    2008-01-01

    Rare earth doped thiosilicates are promising materials for use in phosphor converted light emitting diodes (pcLEDs). These phosphors (including the hosts Ca 2 SiS 4 , BaSi 2 S 5 and Ba 2 SiS 4 in combination with Ce 3+ and/or Eu 2+ doping) cover the entire visible part of the spectrum, as the emission colour can be changed from deep blue to red. The photoluminescence emission spectrum and the overlap of the excitation spectrum with the emission of pumping LEDs is evaluated. The trade-off between high colour rendering and high electrical-to-optical power efficiency is discussed by simulation with both blue and UV emitting LEDs. Finally, a phosphor combination with low colour temperature (3000 K) and high colour rendering (CRI = 93) is proposed

  5. Segmentation, surface rendering, and surface simplification of 3-D skull images for the repair of a large skull defect

    Science.gov (United States)

    Wan, Weibing; Shi, Pengfei; Li, Shuguang

    2009-10-01

    Given the potential demonstrated by research into bone-tissue engineering, the use of medical image data for the rapid prototyping (RP) of scaffolds is a subject worthy of research. Computer-aided design and manufacture and medical imaging have created new possibilities for RP. Accurate and efficient design and fabrication of anatomic models is critical to these applications. We explore the application of RP computational methods to the repair of a pediatric skull defect. The focus of this study is the segmentation of the defect region seen in computerized tomography (CT) slice images of this patient's skull and the three-dimensional (3-D) surface rendering of the patient's CT-scan data. We see if our segmentation and surface rendering software can improve the generation of an implant model to fill a skull defect.

  6. Adaptive proxy map server for efficient vector spatial data rendering

    Science.gov (United States)

    Sayar, Ahmet

    2013-01-01

    The rapid transmission of vector map data over the Internet is becoming a bottleneck of spatial data delivery and visualization in web-based environment because of increasing data amount and limited network bandwidth. In order to improve both the transmission and rendering performances of vector spatial data over the Internet, we propose a proxy map server enabling parallel vector data fetching as well as caching to improve the performance of web-based map servers in a dynamic environment. Proxy map server is placed seamlessly anywhere between the client and the final services, intercepting users' requests. It employs an efficient parallelization technique based on spatial proximity and data density in case distributed replica exists for the same spatial data. The effectiveness of the proposed technique is proved at the end of the article by the application of creating map images enriched with earthquake seismic data records.

  7. Chromium: A Stress-Processing Framework for Interactive Rendering on Clusters

    International Nuclear Information System (INIS)

    Humphreys, G.; Houston, M.; Ng, Y.-R.; Frank, R.; Ahern, S.; Kirchner, P.D.; Klosowski, J.T.

    2002-01-01

    We describe Chromium, a system for manipulating streams of graphics API commands on clusters of workstations. Chromium's stream filters can be arranged to create sort-first and sort-last parallel graphics architectures that, in many cases, support the same applications while using only commodity graphics accelerators. In addition, these stream filters can be extended programmatically, allowing the user to customize the stream transformations performed by nodes in a cluster. Because our stream processing mechanism is completely general, any cluster-parallel rendering algorithm can be either implemented on top of or embedded in Chromium. In this paper, we give examples of real-world applications that use Chromium to achieve good scalability on clusters of workstations, and describe other potential uses of this stream processing technology. By completely abstracting the underlying graphics architecture, network topology, and API command processing semantics, we allow a variety of applications to run in different environments

  8. A Cost-based Explanation of Gradual, Regional Internationalization of Multinationals on Social Networking Sites

    DEFF Research Database (Denmark)

    Pogrebnyakov, Nicolai

    2017-01-01

    This paper examines firm internationalization on social networking sites (SNS). It systematically examines costs faced by an internationalizing firm and how firms react to these costs according to “distance-dependent” (gradual and regional) and “distance-invariant” (born-global) explanations...... of internationalization. Data on 5827 country pages of 240 multinational firms on Facebook, the most popular SNS today, is used. Creating a foreign country-specific Facebook page is considered the SNS equivalent of opening a physical subsidiary in that country. The data show that multinationals exhibit...

  9. La abstracción de datos y su proceso gradual de construcción

    OpenAIRE

    MORENO, FRANCISCO; ECHEVERRI, JAIME; FLÓREZ, ROBERTO

    2008-01-01

    En este artículo se presenta el proceso gradual de construcción de tipos abstractos de datos (TADs), como los Fraccionarios y los Polinomios, a partir de TADs esenciales, como los Lógicos y los Enteros. Se propone un conjunto de categorías funcionales para clasificar las funciones de un TAD. Las funciones se especifican mediante programación funcional, es decir, no se utilizan construcciones estructuradas como la asignación, la secuencia y los ciclos. Hasta ahora no se encuentra r...

  10. The results of experimental studies of VLF–ULF electromagnetic emission by rock samples due to mechanical action

    OpenAIRE

    A. A. Panfilov

    2013-01-01

    The paper presents the results of laboratory experiments on electromagnetic emission excitation (electric component of electromagnetic field) by rock samples due to different forms of mechanical stress applications. It was shown that samples generate electric impulses with different spectra when the impact action, gradual loading or dynamic friction is applied. It was ascertained that level and spectral compositions of signals, generated by rock samples, cha...

  11. Curved reconstructions versus three-dimensional surface rendering in the demonstration of cortical lesions in patients with extratemporal epilepsy

    NARCIS (Netherlands)

    Meiners, LC; Scheffers, JM; De Kort, GAP; Burger, H; Van Huffelen, AC; Van Rijen, PC; Van Veelen, CWM

    RATIONALE AND OBJECTIVES. TO compare the visibility and localization of extratemporal cortical lesions in extratemporal epilepsy by using curved reconstruction (CR) and three-dimensional surface rendering (3D SR) of 3D-acquired MR images and to study the degree of confidence with which localizations

  12. A comparative study on oxidative stress response in the hepatopancreas and midgut of the white shrimp Litopenaeus vannamei under gradual changes to low or high pH environment.

    Science.gov (United States)

    Han, Si-Yin; Wang, Meng-Qiang; Wang, Bao-Jie; Liu, Mei; Jiang, Ke-Yong; Wang, Lei

    2018-05-01

    White shrimp Litopenaeus vannamei were reared under conditions of gradual changes to a low pH (gradual-low pH, 6.65-8.20) or a high pH (gradual-high pH, 8.20-9.81) versus a normal pH environment (8.14-8.31) during a 28-day period. Survival of shrimp, and ROS production, antioxidant responses and oxidative damage in the hepatopancreas and midgut were investigated. Consequently, shrimp enhanced MnSOD, GPx, and Hsp70 transcripts as early defense mechanism in the hepatopancreas and midgut to scavenge excessive ROS during short-term (≤ 7 days) gradual-low and high pH stress. Meanwhile, the hepatopancreas was more sensitive to ROS than midgut because of earlier ROS production increase, antioxidant response and oxidative damage. Then, suppressed antioxidant response in the hepatopancreas and midgut of shrimp suggested a loss of antioxidant regulatory capacity caused by aggravated oxidative damage after long-term (≥ 14 days) gradual-high pH stress, leading to continuous death. However, enhanced GPx, GST, and Hsp70 transcripts in the hepatopancreas and midgut might be long-term(≥ 14 days) antioxidant adaptation mechanism of shrimp to gradual-low pH stress, which could prevent further ROS perturbation and weaken oxidative damage to achieve a new immune homeostasis, contributing to stable survival rate. Therefore, we have a few insights that it is necessary to protect hepatopancreas for controlling shrimp death under gradual-high pH stress. Copyright © 2018 Elsevier Ltd. All rights reserved.

  13. MRI of the labyrinth with volume rendering for cochlear implants candidates

    International Nuclear Information System (INIS)

    Sakata, Motomichi; Harada, Kuniaki; Shirase, Ryuji; Suzuki, Junpei; Nagahama, Hiroshi

    2009-01-01

    We demonstrated three-dimensional models of the labyrinth by volume rendering (VR) in preoperative assessment for cochlear implantation. MRI data sets were acquired in selected subjects using three-dimensional-fast spin echo sequences (3D-FSE). We produced the three-dimensional models of the labyrinth from axial heavily T2-weighted images. The three-dimensional models distinguished the scala tympani and scala vestibuli and provided multidirectional images. The optimal threshold three-dimensional models clearly showed the focal region of signal loss in the cochlear turns (47.1%) and the presence of inner ear anomalies (17.3%) in our series of patients. This study was concluded that these three-dimensional models by VR provide the oto-surgeon with precise, detailed, and easily interpreted information about the cochlear turns for cochlear implants candidates. (author)

  14. Methadone Detoxification Versus Traditional Gradual Decrease in the Consumed Amount of Refined Opium Dross (Shireh: The Preferred Method for Controlling Withdrawal Syndrome

    Directory of Open Access Journals (Sweden)

    Mohammadreza Farsinejad

    2012-08-01

    Full Text Available Background: The aim of this study was to compare the effectiveness of methadone detoxification with traditional method of gradual decrement in the abused amount of the refined opium dross (Shireh to control withdrawal syndrome in Shireh-addicted patients. Methods: In this study, two groups of Shireh addicts were compared. The first group was treated by methadone and the second group by gradual decrement in the amount of consumed Shireh. Those experiencing the adverse effects of the treatment were excluded from the study. Methadone dose was calculated based on the amount of the Shireh consumed and detoxification was performed during a 21-day period. In the second group, the amount of the consumed Shireh was gradually decreased within 21 days and some of the withdrawal symptoms were selected as indicators for patient evaluation. Results: A total of 35 patients (16 versus 19 patients in the first and second groups were evaluated. Their mean age was 43 ± 4 years and all were male. A statistically significant difference was found between these two groups in terms of severity and duration of withdrawal symptoms within the first five days and their duration after the 21st day of the onset of detoxification (P< 0.05. Conclusion: In comparison with methadone detoxification, traditional method of gradually decreasing the consumed amount of Shireh controls the severity and duration of withdrawal symptoms better in the course of detoxification.

  15. Development of a virtual speaking simulator using Image Based Rendering.

    Science.gov (United States)

    Lee, J M; Kim, H; Oh, M J; Ku, J H; Jang, D P; Kim, I Y; Kim, S I

    2002-01-01

    The fear of speaking is often cited as the world's most common social phobia. The rapid growth of computer technology has enabled the use of virtual reality (VR) for the treatment of the fear of public speaking. There are two techniques for building virtual environments for the treatment of this fear: a model-based and a movie-based method. Both methods have the weakness that they are unrealistic and not controllable individually. To understand these disadvantages, this paper presents a virtual environment produced with Image Based Rendering (IBR) and a chroma-key simultaneously. IBR enables the creation of realistic virtual environments where the images are stitched panoramically with the photos taken from a digital camera. And the use of chroma-keys puts virtual audience members under individual control in the environment. In addition, real time capture technique is used in constructing the virtual environments enabling spoken interaction between the subject and a therapist or another subject.

  16. Gradual Incorporation of Whole Wheat Flour into Bread Products for Elementary School Children Improves Whole Grain Intake

    Science.gov (United States)

    Rosen, Renee A.; Sadeghi, Lelia; Schroeder, Natalia; Reicks, Marla M.; Marquart, Len

    2008-01-01

    Purpose: Whole grain intake is associated with health benefits but current consumption by children is only about one-third of the recommended level. The purpose of this study was to test the feasibility of an innovative approach whereby the whole wheat content of bread products in school lunches was gradually increased to increase whole grain…

  17. In Vivo CT Direct Volume Rendering: A Three-Dimensional Anatomical Description of the Heart

    International Nuclear Information System (INIS)

    Cutroneo, Giuseppina; Bruschetta, Daniele; Trimarchi, Fabio; Cacciola, Alberto; Cinquegrani, Maria; Duca, Antonio; Rizzo, Giuseppina; Alati, Emanuela; Gaeta, Michele; Milardi, Demetrio

    2016-01-01

    Since cardiac anatomy continues to play an important role in the practice of medicine and in the development of medical devices, the study of the heart in three dimensions is particularly useful to understand its real structure, function and proper location in the body. This study demonstrates a fine use of direct volume rendering, processing the data set images obtained by Computed Tomography (CT) of the heart of 5 subjects with age range between 18 and 42 years (2 male, 3 female), with no history of any overt cardiac disease. The cardiac structure in CT images was first extracted from the thorax by marking manually the regions of interest on the computer, and then it was stacked to create new volumetric data. The use of a specific algorithm allowed us to observe with a good perception of depth the heart and the skeleton of the thorax at the same time. Besides, in all examined subjects, it was possible to depict its structure and its position within the body and to study the integrity of papillary muscles, the fibrous tissue of cardiac valve and chordae tendineae and the course of coronary arteries. Our results demonstrated that one of the greatest advantages of algorithmic modifications of direct volume rendering parameters is that this method provides much necessary information in a single radiologic study. It implies a better accuracy in the study of the heart, being complementary to other diagnostic methods and facilitating the therapeutic plans

  18. 高显色指数LED合成白光光源的研究%Study on LEDs Synthesized High Color Rendering Index White Light Source

    Institute of Scientific and Technical Information of China (English)

    胡奕彬; 庄其仁; 刘士伟; 赖传杜

    2016-01-01

    针对目前白光发光二极管(LED)照明灯具显色性不高的问题,基于测色法研究了LED合成白光显色指数的计算模型,根据参与合成的LED光源光谱及其数量,软件编程计算得出合成光源的色温、显色指数等参数.采用优化的遍历范围,将实验测量得到的冷、暖白光及单色LED的光谱导入程序进行模拟计算,得到不同色温下合成光源的显色指数最大值以及所对应的各种LED配比数量.结果表明,暖白光LED与红、绿、蓝LED合成可以获得色温L介于3500 K~12300 K、显色指数见介于92.0~97.7的白光;与红、绿、青LED合成可以获得Ra介于95.0~97.8的低色温白光(3500 K~4500 K).冷白光LED与红、绿、青LED合成可以获得Ra介于90.9~98.4的高色温白光(8200 K~13000 K).对理论计算的Tc=7803 K、Ra=97.29的LED配比进行实际制作,实验测量得到Tc=7992 K,Ra=97.1,理论计算结果与实验结果吻合.%Targeting poor color rendering property of current white light-emitting diode (LED) lamps,based on the colorimetry method,the calculation model for color rendering index of synthetic white light is studied and the parameters like color temperature and color rendering index of the synthetic LED light source are obtained based on the spectrum and quantity of light sources involved in the synthesis process.By using optimized traversal range,the spectra of cold and warm white light and single-color LEDs are imported into the program for simulating calculation,obtaining the maximum value of color rendering index of the synthesized light source under different color temperatures as well as corresponding matched quantity of various LEDs.The results show that the synthesis with warm white LEDs and red,green and blue LEDs can lead to white light whose color temperature falls in the range of 3500 K~12300 K and color rendering index Ra ranges between 92.0 and 97.7.The synthesis with warm white LEDs and red,green and bluish

  19. Use of multidetector row CT with volume renderings in right lobe living liver transplantation

    International Nuclear Information System (INIS)

    Ishifuro, Minoru; Akiyama, Yuji; Kushima, Toshio; Horiguchi, Jun; Nakashige, Aya; Tamura, Akihisa; Marukawa, Kazushi; Fukuda, Hiroshi; Ono, Chiaki; Ito, Katsuhide

    2002-01-01

    Multidetector row CT is a feasible diagnostic tool in pre- and postoperative liver partial transplantation. We can assess vascular anatomy and liver parenchyma as well as volumetry, which provide useful information for both donor selection and surgical planning. Disorders of the vascular and biliary systems are carefully observed in recipients. In addition, we evaluate liver regeneration of both the donor and the recipient by serial volumetry. We present how multidetector row CT with state-of-the-art three-dimensional volume renderings may be used in right lobe liver transplantation. (orig.)

  20. Gradual reforms and the emergence of energy market in China: Evidence from tests for convergence of energy prices

    International Nuclear Information System (INIS)

    Ma Hengyun; Oxley, Les; Gibson, John

    2009-01-01

    This study investigates the emergence of energy markets by testing for convergence of energy prices with a new dataset on energy spot prices in 35 major cities in China. Both descriptive statistics and unit root are employed to test the convergence of energy prices for each of four fuel price series. The whole study period is divided into two sub-periods in order to reconcile the gradual energy reforms. The results show the steady improvement in energy market performance in China, especially during the second sub-period, which suggests that the market appears to be playing an increasing role in determining energy prices. While panel unit root tests show energy markets are integrated in China as a whole, city-by-city univariate unit root tests suggest that there are still many regional energy markets, probably because energy reserves (especially coal) vary widely across regions. Since China's energy economy is gradually moving towards market-oriented mechanisms, the existing literature may become obsolete soon.

  1. The signature of undetected change: an exploratory electrotomographic investigation of gradual change blindness.

    Science.gov (United States)

    Kiat, John E; Dodd, Michael D; Belli, Robert F; Cheadle, Jacob E

    2018-05-01

    Neuroimaging-based investigations of change blindness, a phenomenon in which seemingly obvious changes in visual scenes fail to be detected, have significantly advanced our understanding of visual awareness. The vast majority of prior investigations, however, utilize paradigms involving visual disruptions (e.g., intervening blank screens, saccadic movements, "mudsplashes"), making it difficult to isolate neural responses toward visual changes cleanly. To address this issue in this present study, high-density EEG data (256 channel) were collected from 25 participants using a paradigm in which visual changes were progressively introduced into detailed real-world scenes without the use of visual disruption. Oscillatory activity associated with undetected changes was contrasted with activity linked to their absence using standardized low-resolution brain electromagnetic tomography (sLORETA). Although an insufficient number of detections were present to allow for analysis of actual change detection, increased beta-2 activity in the right inferior parietal lobule (rIPL), a region repeatedly associated with change blindness in disruption paradigms, followed by increased theta activity in the right superior temporal gyrus (rSTG) was noted in undetected visual change responses relative to the absence of change. We propose the rIPL beta-2 activity to be associated with orienting attention toward visual changes, with the subsequent rise in rSTG theta activity being potentially linked with updating preconscious perceptual memory representations. NEW & NOTEWORTHY This study represents the first neuroimaging-based investigation of gradual change blindness, a visual phenomenon that has significant potential to shed light on the processes underlying visual detection and conscious perception. The use of gradual change materials is reflective of real-world visual phenomena and allows for cleaner isolation of signals associated with the neural registration of change relative to the

  2. Use of thermal neutron reflection method for chemical analysis of bulk samples

    International Nuclear Information System (INIS)

    Papp, A.; Csikai, J.

    2014-01-01

    Microscopic, σ β , and macroscopic, Σ β , reflection cross-sections of thermal neutrons averaged over bulk samples as a function of thickness (z) are given. The σ β values are additive even for bulk samples in the z=0.5–8 cm interval and so the σ βmol (z) function could be given for hydrogenous substances, including some illicit drugs, explosives and hiding materials of ∼1000 cm 3 dimensions. The calculated excess counts agree with the measured R(z) values. For the identification of concealed objects and chemical analysis of bulky samples, different neutron methods need to be used simultaneously. - Highlights: • Check the proposed analytical expression for the description of the flux. • Determination of the reflection cross-sections averaged over bulk samples. • Data rendered to estimate the excess counts for various materials

  3. Use of thermal neutron reflection method for chemical analysis of bulk samples

    Energy Technology Data Exchange (ETDEWEB)

    Papp, A., E-mail: papppa@atomki.hu [Institute of Nuclear Research of the Hungarian Academy of Sciences, (ATOMKI), 4001 Debrecen, Pf. 51 (Hungary); Csikai, J. [Institute of Nuclear Research of the Hungarian Academy of Sciences, (ATOMKI), 4001 Debrecen, Pf. 51 (Hungary); Institute of Experimental Physics, University Debrecen (IEP), 4010 Debrecen-10, Pf. 105 (Hungary)

    2014-09-11

    Microscopic, σ{sub β}, and macroscopic, Σ{sub β}, reflection cross-sections of thermal neutrons averaged over bulk samples as a function of thickness (z) are given. The σ{sub β} values are additive even for bulk samples in the z=0.5–8 cm interval and so the σ{sub βmol}(z) function could be given for hydrogenous substances, including some illicit drugs, explosives and hiding materials of ∼1000 cm{sup 3} dimensions. The calculated excess counts agree with the measured R(z) values. For the identification of concealed objects and chemical analysis of bulky samples, different neutron methods need to be used simultaneously. - Highlights: • Check the proposed analytical expression for the description of the flux. • Determination of the reflection cross-sections averaged over bulk samples. • Data rendered to estimate the excess counts for various materials.

  4. Ethylene signaling renders the jasmonate response of Arabidopsis insensitive to future suppression by salicylic Acid.

    Science.gov (United States)

    Leon-Reyes, Antonio; Du, Yujuan; Koornneef, Annemart; Proietti, Silvia; Körbes, Ana P; Memelink, Johan; Pieterse, Corné M J; Ritsema, Tita

    2010-02-01

    Cross-talk between jasmonate (JA), ethylene (ET), and Salicylic acid (SA) signaling is thought to operate as a mechanism to fine-tune induced defenses that are activated in response to multiple attackers. Here, 43 Arabidopsis genotypes impaired in hormone signaling or defense-related processes were screened for their ability to express SA-mediated suppression of JA-responsive gene expression. Mutant cev1, which displays constitutive expression of JA and ET responses, appeared to be insensitive to SA-mediated suppression of the JA-responsive marker genes PDF1.2 and VSP2. Accordingly, strong activation of JA and ET responses by the necrotrophic pathogens Botrytis cinerea and Alternaria brassicicola prior to SA treatment counteracted the ability of SA to suppress the JA response. Pharmacological assays, mutant analysis, and studies with the ET-signaling inhibitor 1-methylcyclopropene revealed that ET signaling renders the JA response insensitive to subsequent suppression by SA. The APETALA2/ETHYLENE RESPONSE FACTOR transcription factor ORA59, which regulates JA/ET-responsive genes such as PDF1.2, emerged as a potential mediator in this process. Collectively, our results point to a model in which simultaneous induction of the JA and ET pathway renders the plant insensitive to future SA-mediated suppression of JA-dependent defenses, which may prioritize the JA/ET pathway over the SA pathway during multi-attacker interactions.

  5. Interactive Editing of GigaSample Terrain Fields

    KAUST Repository

    Treib, Marc

    2012-05-01

    Previous terrain rendering approaches have addressed the aspect of data compression and fast decoding for rendering, but applications where the terrain is repeatedly modified and needs to be buffered on disk have not been considered so far. Such applications require both decoding and encoding to be faster than disk transfer. We present a novel approach for editing gigasample terrain fields at interactive rates and high quality. To achieve high decoding and encoding throughput, we employ a compression scheme for height and pixel maps based on a sparse wavelet representation. On recent GPUs it can encode and decode up to 270 and 730 MPix/s of color data, respectively, at compression rates and quality superior to JPEG, and it achieves more than twice these rates for lossless height field compression. The construction and rendering of a height field triangulation is avoided by using GPU ray-casting directly on the regular grid underlying the compression scheme. We show the efficiency of our method for interactive editing and continuous level-of-detail rendering of terrain fields comprised of several hundreds of gigasamples. © 2012 The Author(s).

  6. In situ peeling tests for assessing the cohesion and consolidation characteristic of historic plaster and render surfaces

    Czech Academy of Sciences Publication Activity Database

    Drdácký, Miloš; Slížková, Zuzana

    2015-01-01

    Roč. 60, č. 2 (2015), s. 121-130 ISSN 0039-3630 R&D Projects: GA MŠk(CZ) ED1.1.00/02.0060; GA ČR(CZ) GA103/09/2067 Institutional support: RVO:68378297 Keywords : peeling test * historic render * surface consolidation * cohesion * non-destructive testing Subject RIV: AL - Art, Architecture, Cultural Heritage Impact factor: 0.323, year: 2015

  7. Gradual and Cumulative Improvements to the Classical Differential Evolution Scheme through Experiments

    Directory of Open Access Journals (Sweden)

    Anescu George

    2016-12-01

    Full Text Available The paper presents the experimental results of some tests conducted with the purpose to gradually and cumulatively improve the classical DE scheme in both efficiency and success rate. The modifications consisted in the randomization of the scaling factor (a simple jitter scheme, a more efficient Random Greedy Selection scheme, an adaptive scheme for the crossover probability and a resetting mechanism for the agents. After each modification step, experiments have been conducted on a set of 11 scalable, multimodal, continuous optimization functions in order to analyze the improvements and decide the new improvement direction. Finally, only the initial classical scheme and the constructed Fast Self-Adaptive DE (FSA-DE variant were compared with the purpose of testing their performance degradation with the increase of the search space dimension. The experimental results demonstrated the superiority of the proposed FSA-DE variant.

  8. Virtual endoscopy and 3D volume rendering in the management of frontal sinus fractures.

    Science.gov (United States)

    Belina, Stanko; Cuk, Viseslav; Klapan, Ivica

    2009-12-01

    Frontal sinus fractures (FSF) are commonly caused by traffic accidents, assaults, industrial accidents and gunshot wounds. Classical roentgenography has high proportion of false negative findings in cases of FSF and is not particularly useful in examining the severity of damage to the frontal sinus posterior table and the nasofrontal duct region. High resolution computed tomography was inavoidable during the management of such patients but it may produce large quantity of 2D images. Postprocessing of datasets acquired by high resolution computer tomography from patients with severe head trauma may offer a valuable additional help in diagnostics and surgery planning. We performed virtual endoscopy (VE) and 3D volume rendering (3DVR) on high resolution CT data acquired from a 54-year-old man with with both anterior and posterior frontal sinus wall fracture in order to demonstrate advantages and disadvantages of these methods. Data acquisition was done by Siemens Somatom Emotion scanner and postprocessing was performed with Syngo 2006G software. VE and 3DVR were performed in a man who suffered blunt trauma to his forehead and nose in an traffic accident. Left frontal sinus anterior wall fracture without dislocation and fracture of tabula interna with dislocation were found. 3D position and orientation of fracture lines were shown in by 3D rendering software. We concluded that VE and 3DVR can clearly display the anatomic structure of the paranasal sinuses and nasopharyngeal cavity, revealing damage to the sinus wall caused by a fracture and its relationship to surrounding anatomical structures.

  9. 3D-shaded surface rendering of gadolinium-enhanced MR angiography in congenital heart disease

    International Nuclear Information System (INIS)

    Okuda, S.; Kikinis, R.; Dumanli, H.; Geva, T.; Powell, A.J.; Chung, T.

    2000-01-01

    Background. Gadolinium-enhanced three-dimensional (3D) MR angiography is a useful imaging technique for patients with congenital heart disease. Objective. This study sought to determine the added value of creating 3D shaded surface displays compared to standard maximal intensity projection (MIP) and multiplanar reformatting (MPR) techniques when analyzing 3D MR angiography data. Materials and methods. Seventeen patients (range, 3 months to 51 years old) with a variety of congenital cardiovascular defects underwent gadolinium-enhanced 3D MR angiography of the thorax. Color-coded 3D shaded surface models were rendered from the image data using manual segmentation and computer-based algorithms. Models could be rotated, translocated, or zoomed interactively by the viewer. Information available from the 3D models was compared to analysis based on viewing standard MIP/MPR displays. Results. Median postprocessing time for the 3D models was 6 h (range, 3-25 h) compared to approximately 20 min for MIP/MPR viewing. No additional diagnostic information was gained from 3D model analysis. All major findings with MIP/MPR postprocessing were also apparent on the 3D models. Qualitatively, the 3D models were more easily interpreted and enabled adjacent vessels to be distinguished more readily. Conclusion. Routine use of 3D shaded surface reconstructions for visualization of contrast enhanced MR angiography in congenital heart disease cannot be recommended. 3D surface rendering may be more useful for presenting complex anatomy to an audience unfamiliar with congenital heart disease and as an educational tool. (orig.)

  10. Source Regions of the Interplanetary Magnetic Field and Variability in Heavy-Ion Elemental Composition in Gradual Solar Energetic Particle Events

    Science.gov (United States)

    Ko, Yuan-Kuen; Tylka, Allan J.; Ng, Chee K.; Wang, Yi-Ming; Dietrich, William F.

    2013-01-01

    Gradual solar energetic particle (SEP) events are those in which ions are accelerated to their observed energies by interactions with a shock driven by a fast coronal mass-ejection (CME). Previous studies have shown that much of the observed event-to-event variability can be understood in terms of shock speed and evolution in the shock-normal angle. But an equally important factor, particularly for the elemental composition, is the origin of the suprathermal seed particles upon which the shock acts. To tackle this issue, we (1) use observed solar-wind speed, magnetograms, and the PFSS model to map the Sun-L1 interplanetary magnetic field (IMF) line back to its source region on the Sun at the time of the SEP observations; and (2) then look for correlation between SEP composition (as measured by Wind and ACE at approx. 2-30 MeV/nucleon) and characteristics of the identified IMF-source regions. The study is based on 24 SEP events, identified as a statistically-significant increase in approx. 20 MeV protons and occurring in 1998 and 2003-2006, when the rate of newly-emergent solar magnetic flux and CMEs was lower than in solar-maximum years and the field-line tracing is therefore more likely to be successful. We find that the gradual SEP Fe/O is correlated with the field strength at the IMF-source, with the largest enhancements occurring when the footpoint field is strong, due to the nearby presence of an active region. In these cases, other elemental ratios show a strong charge-to-mass (q/M) ordering, at least on average, similar to that found in impulsive events. These results lead us to suggest that magnetic reconnection in footpoint regions near active regions bias the heavy-ion composition of suprathermal seed ions by processes qualitatively similar to those that produce larger heavy-ion enhancements in impulsive SEP events. To address potential technical concerns about our analysis, we also discuss efforts to exclude impulsive SEP events from our event sample.

  11. Volcanic gas composition changes during the gradual decrease of the gigantic degassing activity of Miyakejima volcano, Japan, 2000-2015

    Science.gov (United States)

    Shinohara, Hiroshi; Geshi, Nobuo; Matsushima, Nobuo; Saito, Genji; Kazahaya, Ryunosuke

    2017-02-01

    The composition of volcanic gases discharged from Miyakejima volcano has been monitored during the intensive degassing activity that began after the eruption in 2000. During the 15 years from 2000 to 2015, Miyakejima volcano discharged 25.5 Mt of SO2, which required degassing of 3 km3 of basaltic magma. The SO2 emission rate peaked at 50 kt/day at the end of 2000 and quickly decreased to 5 kt/day by 2003. During the early degassing period, the volcanic gas composition was constant with the CO2/SO2 = 0.8 (mol ratio), H2O/SO2 = 35, HCl/SO2 = 0.08, and SO2/H2S = 15. The SO2 emission rate decreased gradually to 0.5 kt/day by 2012, and the gas composition also changed gradually to CO2/SO2 = 1.5, H2O/SO2 = 150, HCl/SO2 = 0.15, and SO2/H2S = 6. The compositional changes are not likely caused by changes in degassing pressure or volatile heterogeneity of a magma chamber but are likely attributed to an increase of hydrothermal scrubbing caused by large decrease of the volcanic gas emission rate, suggesting a supply of gases with constant composition during the 15 years. The intensive degassing was modeled based on degassing of a convecting magma conduit. The gradual SO2 emission rate that decrease without changes in volcanic gas composition is attributed to a reduction of diameter of the convecting magma conduit.

  12. Three dimensional volume rendering virtual endoscopy of the ossicles using a multi-row detector CT: applications and limitations

    International Nuclear Information System (INIS)

    Kim, Su Yeon; Choi, Sun Seob; Kang, Myung Jin; Shin, Tae Beom; Lee, Ki Nam; Kang, Myung Koo

    2005-01-01

    This study was conducted to know the applications and limitations of three dimensional volume rendering virtual endoscopy of the ossicles using a multi-row detector CT. This study examined 25 patients who underwent temporal bone CT using a 16-row detector CT as a result of hearing problems or trauma. The axial CT scan of the temporal bone was performed with a 0.6 mm collimation, and a reconstruction was carried out with a U70u sharp of kernel value, a 1 mm thickness and 0.5-1.0 mm increments. After observing the ossicles in the axial and coronal images, virtual endoscopy was performed using a three dimensional volume rendering technique with a threshold value of-500 HU. The intra-operative otoendoscopy was performed in 12 ears, and was compared with the virtual endoscopy findings. Virtual endoscopy of the 29 ears without hearing problems demonstrated hypoplastic or an incomplete depiction of the stapes superstructures in 25 ears and a normal depiction in 4 ears. Virtual endoscopy of 21 ears with hearing problems demonstrated no ossicles in 1 ears, no malleus in 3 ears, a malleoincudal subluxation in 6 ears, a dysplastic incus in 5 ears, an incudostapedial subluxation in 9 ears, dysplastic stapes in 2 ears, a hypoplastic or incomplete depiction of the stapes in 16 ears and no stapes in 1 ears. In contrast to the intra-operative otoendoscopy, 8 out of 12 ears showed a hypoplastic or deformed stapes in the virtual endoscopy. Volume rendering virtual endoscopy using a multi-row detector CT is an excellent method for evaluation the ossicles in three dimension, even thought the partial volume effect for the stapes superstructures needs to be considered

  13. Gradual crossover in molecular organization of stable liquid H2O at moderately high pressure and temperature

    DEFF Research Database (Denmark)

    Koga, Yoshikata; Westh, Peter; Yoshida, Koh

    2014-01-01

    temperature. The extrapolated temperature to zero p seems to be about 70 – 80 °C for points X and 90 – 110 °C for Y. Furthermore, the mid-points of X and Y seem to extrapolate to the triple point of liquid, ice Ih and ice III. Recalling that the zero x Gly extrapolation of point X and Y for binary aqueous...... of the step named point X and its end point Y. In analogy with another third and fourth derivative pair in binary aqueous solutions of glycerol, dα p /dx Gly and d2 α p /dx Gly 2, at 0.1 MPa (α p is the thermal expansivity and x Gly the mole fraction of solute glycerol) in our recent publication [J. Solution...... Chem. 43, 663-674 (2014); DOI:10.1007/s10953-013-0122-7], we argue that there is a gradual crossover in the molecular organization of pure H2O from a low to a high p-regions starting at point X and ending at Y at a fixed T. The crossover takes place gradually spanning for about 100 MPa at a fixed...

  14. Semiconductive 3-D haloplumbate framework hybrids with high color rendering index white-light emission.

    Science.gov (United States)

    Wang, Guan-E; Xu, Gang; Wang, Ming-Sheng; Cai, Li-Zhen; Li, Wen-Hua; Guo, Guo-Cong

    2015-12-01

    Single-component white light materials may create great opportunities for novel conventional lighting applications and display systems; however, their reported color rendering index (CRI) values, one of the key parameters for lighting, are less than 90, which does not satisfy the demand of color-critical upmarket applications, such as photography, cinematography, and art galleries. In this work, two semiconductive chloroplumbate (chloride anion of lead(ii)) hybrids, obtained using a new inorganic-organic hybrid strategy, show unprecedented 3-D inorganic framework structures and white-light-emitting properties with high CRI values around 90, one of which shows the highest value to date.

  15. Sample design effects in landscape genetics

    Science.gov (United States)

    Oyler-McCance, Sara J.; Fedy, Bradley C.; Landguth, Erin L.

    2012-01-01

    An important research gap in landscape genetics is the impact of different field sampling designs on the ability to detect the effects of landscape pattern on gene flow. We evaluated how five different sampling regimes (random, linear, systematic, cluster, and single study site) affected the probability of correctly identifying the generating landscape process of population structure. Sampling regimes were chosen to represent a suite of designs common in field studies. We used genetic data generated from a spatially-explicit, individual-based program and simulated gene flow in a continuous population across a landscape with gradual spatial changes in resistance to movement. Additionally, we evaluated the sampling regimes using realistic and obtainable number of loci (10 and 20), number of alleles per locus (5 and 10), number of individuals sampled (10-300), and generational time after the landscape was introduced (20 and 400). For a simulated continuously distributed species, we found that random, linear, and systematic sampling regimes performed well with high sample sizes (>200), levels of polymorphism (10 alleles per locus), and number of molecular markers (20). The cluster and single study site sampling regimes were not able to correctly identify the generating process under any conditions and thus, are not advisable strategies for scenarios similar to our simulations. Our research emphasizes the importance of sampling data at ecologically appropriate spatial and temporal scales and suggests careful consideration for sampling near landscape components that are likely to most influence the genetic structure of the species. In addition, simulating sampling designs a priori could help guide filed data collection efforts.

  16. The oriental fruit fly, Bactrocera dorsalis, in China: origin and gradual inland range expansion associated with population growth.

    Science.gov (United States)

    Wan, Xuanwu; Nardi, Francesco; Zhang, Bin; Liu, Yinghong

    2011-01-01

    The oriental fruit fly, Bactrocera dorsalis, expanded throughout mainland China in the last century to become one of the most serious pests in the area, yet information on this process are fragmentary. Three mitochondrial genes (nad1, cytb and nad5) were used to infer the genetic diversity, population structure and demographic history of the oriental fruit fly from its entire distribution range in China. High levels of genetic diversity, as well as a significant correspondence between genetic and geographic distances, suggest that the invasion process might have been gradual, with no associated genetic bottlenecks. Three population groups could be identified, nevertheless the overall genetic structure was weak. The effective number of migrants between populations, estimated using the coalescent method, suggested asymmetric gene flow from the costal region of Guangdong to most inland regions. The demographic analysis indicates the oriental fruit fly underwent a recent population expansion in the Central China. We suggest the species originated in the costal region facing the South China Sea and gradually expanded to colonize mainland China, expanding here to high population numbers.

  17. Testing of Small Graphite Samples for Nuclear Qualification

    Energy Technology Data Exchange (ETDEWEB)

    Julie Chapman

    2010-11-01

    Accurately determining the mechanical properties of small irradiated samples is crucial to predicting the behavior of the overal irradiated graphite components within a Very High Temperature Reactor. The sample size allowed in a material test reactor, however, is limited, and this poses some difficulties with respect to mechanical testing. In the case of graphite with a larger grain size, a small sample may exhibit characteristics not representative of the bulk material, leading to inaccuracies in the data. A study to determine a potential size effect on the tensile strength was pursued under the Next Generation Nuclear Plant program. It focuses first on optimizing the tensile testing procedure identified in the American Society for Testing and Materials (ASTM) Standard C 781-08. Once the testing procedure was verified, a size effect was assessed by gradually reducing the diameter of the specimens. By monitoring the material response, a size effect was successfully identified.

  18. Driving gradual endogenous c-myc overexpression by flow-sorting: intracellular signaling and tumor cell phenotype correlate with oncogene expression

    DEFF Research Database (Denmark)

    Knudsen, Kasper Jermiin; Holm, G.M.N.; Krabbe, J.S.

    2009-01-01

    Insulin-exposed rat mammary cancer cells were flow sorted based on a c-myc reporter plasmid encoding a destabilized green fluorescent protein. Sorted cells exhibited gradual increases in c-myc levels. Cells overexpressing c-myc by only 10% exhibited phenotypic changes attributable to c-myc overex...

  19. Invisibility cloaks with arbitrary geometries for layered and gradually changing backgrounds

    International Nuclear Information System (INIS)

    Li, C; Yao, K; Li, F

    2009-01-01

    Cloaks with arbitrary geometries are proposed which can make objects invisible in inhomogeneous backgrounds. The general and explicit expressions of the complex permittivity and permeability tensors are derived for cloaks embedded in layered and gradually changing media. The inner and the outer boundaries of the cloaks can be non-conformal with arbitrary shapes, which considerably improve the flexibility of the cloak applications. The interactions of electromagnetic waves with irregular cloaks are studied based on numerical simulations. The influences of the cloaked and uncloaked perfect electric conductor (PEC) cylinders upon the scattering fields of the multilayered backgrounds are quantitatively evaluated. The effect of loss on the cloaking performance has also been investigated. It is verified that cloaks with ideal parameters can smoothly deflect and guide the incoming beams to propagate around the shielded regions without disturbing the beams when they return to the inhomogeneous backgrounds. Therefore, the objects in the shielded region can be effectively invisible to the corresponding backgrounds. The performance of lossy cloaks will degrade with comparatively large power reduction of the transmitted beams.

  20. Sobre a classificação gradual das preposições

    Directory of Open Access Journals (Sweden)

    Lou-Ann Kepla

    2012-11-01

    Full Text Available O presente artigo está ancorado na Neurolinguística de orientação enunciativo-discursiva. A demanda por uma proposta de classificação gradual (em oposição à tradicional classificação categorial das preposições surgiu quando nos propusemos a tarefa de descrever o funcionamento das preposições na fala de sujeitos que apresentam uma linguagem heterogênea. Nestes casos, as classificações correntes das preposições não se mostraram satisfatórias. Os motivos pelos quais preferimos uma classificação que dispõe as preposições numa escala de acordo com os seus graus de gramaticalização serão dispostos depois de feita uma revisão da literatura sobre as classificações das preposições. As classificações propostas por diferentes gramáticos são analisadas juntamente com aquelas adotadas por linguistas preocupados em descrever a linguagem agramática de sujeitos com afasia de produção.

  1. Quantifying short run cost-effectiveness during a gradual implementation process.

    Science.gov (United States)

    van de Wetering, Gijs; Woertman, Willem H; Verbeek, Andre L; Broeders, Mireille J; Adang, Eddy M M

    2013-12-01

    This paper examines the short run inefficiencies that arise during gradual implementation of a new cost-effective technology in healthcare. These inefficiencies arise when health gains associated with the new technology cannot be obtained immediately because the new technology does not yet supply all patients, and when there is overcapacity for the old technology in the short run because the supply of care is divided among two mutually exclusive technologies. Such efficiency losses are not taken into account in standard textbook cost-effectiveness analysis in which a steady state is presented where costs and effects are assumed to be unchanging over time. A model is constructed to quantify such short run inefficiencies as well as to inform the decision maker about the optimal implementation pattern for the new technology. The model operates by integrating the incremental net benefit equations for both the period of co-existence of mutually exclusive technologies and the period after complete substitution of the old technology. It takes into account the rate of implementation of the new technology, depreciation of capital of the old technology as well as the demand curves for both technologies. The model is applied to the real world case of converting from screen film to digital mammography in the Netherlands.

  2. Rendering Systems Visible for Design: Synthesis Maps as Constructivist Design Narratives

    Directory of Open Access Journals (Sweden)

    Peter Jones

    Full Text Available Synthesis maps integrate research evidence, system expertise, and design proposals into visual narratives. These narratives support communication and decision-making among stakeholders. Synthesis maps evolved from earlier visualization tools in systemics and design. They help stakeholders to understand design options for complex sociotechnical systems. Other visual approaches map complexity for effective collaboration across perspectives and knowledge domains. These help stakeholder groups to work in higher-order design contexts for sociotechnical or human-ecological systems. This article describes a constructivist pedagogy for collaborative learning in small teams of mixed-discipline designers. Synthesis mapping enables these teams to learn systems methods for design research in complex problem domains. Synthesis maps integrate knowledge from research cycles and iterative sensemaking to define a coherent design narrative. While synthesis maps may include formal system modeling techniques, they do not require them. Synthesis maps tangibly render research observations and design choices. As a hybrid system design method, synthesis maps are a contribution to the design genre of visual systems thinking.

  3. Can thiolation render a low molecular weight polymer of just 20-kDa mucoadhesive?

    Science.gov (United States)

    Mahmood, Arshad; Bonengel, Sonja; Laffleur, Flavia; Ijaz, Muhammad; Idrees, Muneeb Ahmad; Hussain, Shah; Huck, Christian W; Matuszczak, Barbara; Bernkop-Schnürch, Andreas

    2016-01-01

    The objective was to investigate whether even low-molecular weight polymers (LMWPs) can be rendered mucoadhesive due to thiolation. Interceded by the double catalytic system carbodiimide/N-hydroxysuccinimide, cysteamine was covalently attached to a copolymer, poly(4-styrenesulfonic acid-co-maleic acid) (PSSA-MA) exhibiting a molecular weight of just 20 kDa. Depending on the amount of added N-hydroxysuccinimide and cysteamine, the resulting PSSA-MA-cysteamine (PC) conjugates exhibited increasing degree of thiolation, highest being "PC 2300" exhibiting 2300.16 ± 149.86 μmol thiol groups per gram of polymer (mean ± SD; n = 3). This newly developed thiolated polymer was evaluated regarding mucoadhesive, rheological and drug release properties as well from the toxicological point of view. Swelling behavior in 100 mM phosphate buffer pH 6.8 was improved up to 180-fold. Furthermore, due to thiolation, the mucoadhesive properties of the polymer were 240-fold improved. Rheological measurements of polymer/mucus mixtures confirmed results obtained by mucoadhesion studies. In comparison to unmodified polymer, PC 2300 showed 2.3-, 2.3- and 2.4-fold increase in dynamic viscosity, elastic modulus and viscous modulus, respectively. Sustained release of the model drug codeine HCl out of the thiomer was provided for 2.5 h (p polymer. Moreover, the thiomer was found non-toxic over Caco-2 cells for a period of 6- and 24-h exposure. Findings of the present study provide evidence that due to thiolation LMWPs can be rendered highly mucoadhesive as well as cohesive and that a controlled drug release out of such polymers can be provided.

  4. Reproducibility of preclinical animal research improves with heterogeneity of study samples

    Science.gov (United States)

    Vogt, Lucile; Sena, Emily S.; Würbel, Hanno

    2018-01-01

    Single-laboratory studies conducted under highly standardized conditions are the gold standard in preclinical animal research. Using simulations based on 440 preclinical studies across 13 different interventions in animal models of stroke, myocardial infarction, and breast cancer, we compared the accuracy of effect size estimates between single-laboratory and multi-laboratory study designs. Single-laboratory studies generally failed to predict effect size accurately, and larger sample sizes rendered effect size estimates even less accurate. By contrast, multi-laboratory designs including as few as 2 to 4 laboratories increased coverage probability by up to 42 percentage points without a need for larger sample sizes. These findings demonstrate that within-study standardization is a major cause of poor reproducibility. More representative study samples are required to improve the external validity and reproducibility of preclinical animal research and to prevent wasting animals and resources for inconclusive research. PMID:29470495

  5. Method for rendering harmless sulfur dioxide-carrying gases and sulfur-carrying waste water from pyrolysis of oil shale

    Energy Technology Data Exchange (ETDEWEB)

    Aspegren, O E.A.; Eklund, A J

    1951-03-15

    A method is described for rendering harmless sulfur dioxide-carrying gases, which are formed in processes for the manufacture of solid, liquid, or gaseous products by pyrolysis of oil shale, and thereby to extract valuable products, characterized in that the sulfur dioxide-carrying gases are washed with a solution or sludge obtained by leaching wholly or partly burned-out residues from the pyrolysis.

  6. Swarm of bees and particles algorithms in the problem of gradual failure reliability assurance

    Directory of Open Access Journals (Sweden)

    M. F. Anop

    2015-01-01

    Full Text Available Probability-statistical framework of reliability theory uses models based on the chance failures analysis. These models are not functional and do not reflect relation of reliability characteristics to the object performance. At the same time, a significant part of the technical systems failures are gradual failures caused by degradation of the internal parameters of the system under the influence of various external factors.The paper shows how to provide the required level of reliability at the design stage using a functional model of a technical object. Paper describes the method for solving this problem under incomplete initial information, when there is no information about the patterns of technological deviations and degradation parameters, and the considered system model is a \\black box" one.To this end, we formulate the problem of optimal parametric synthesis. It lies in the choice of the nominal values of the system parameters to satisfy the requirements for its operation and take into account the unavoidable deviations of the parameters from their design values during operation. As an optimization criterion in this case we propose to use a deterministic geometric criterion \\reliability reserve", which is the minimum distance measured along the coordinate directions from the nominal parameter value to the acceptability region boundary rather than statistical values.The paper presents the results of the application of heuristic swarm intelligence methods to solve the formulated optimization problem. Efficiency of particle swarm algorithms and swarm of bees one compared with undirected random search algorithm in solving a number of test optimal parametric synthesis problems in three areas: reliability, convergence rate and operating time. The study suggests that the use of a swarm of bees method for solving the problem of the technical systems gradual failure reliability ensuring is preferred because of the greater flexibility of the

  7. Intranasal Pharmacokinetic Data for Triptans Such as Sumatriptan and Zolmitriptan Can Render Area Under the Curve (AUC) Predictions for the Oral Route: Strategy Development and Application

    DEFF Research Database (Denmark)

    Srinivas, Nuggehally R.; Syed, Muzeeb

    2016-01-01

    Limited pharmacokinetic sampling strategy may be useful for predicting the area under the curve (AUC) for triptans and may have clinical utility as a prospective tool for prediction. Using appropriate intranasal pharmacokinetic data, a Cmax vs. AUC relationship was established by linear regression...... models for sumatriptan and zolmitriptan. The predictions of the AUC values were performed using published mean/median Cmax data and appropriate regression lines. The quotient of observed and predicted values rendered fold-difference calculation. The mean absolute error (MAE), mean positive error (MPE......), mean negative error (MNE), root mean square error (RMSE), correlation coefficient (r), and the goodness of the AUC fold prediction were used to evaluate the two triptans. Also, data from the mean concentration profiles at time points of 1 hour (sumatriptan) and 3 hours (zolmitriptan) were used...

  8. Physiological responses to low atmospheric pressure stunning and the implications for welfare

    NARCIS (Netherlands)

    Mckeegan, D.E.F.; Sandercock, D.A.; Gerritzen, M.A.

    2013-01-01

    In low atmospheric pressure stunning (LAPS), poultry are rendered unconscious before slaughter by gradually reducing oxygen tension in the atmosphere to achieve a progressive anoxia. The effects of LAPS are not instantaneous, so there are legitimate welfare concerns around the experience of birds

  9. A Virtual Reality System for PTCD Simulation Using Direct Visuo-Haptic Rendering of Partially Segmented Image Data.

    Science.gov (United States)

    Fortmeier, Dirk; Mastmeyer, Andre; Schröder, Julian; Handels, Heinz

    2016-01-01

    This study presents a new visuo-haptic virtual reality (VR) training and planning system for percutaneous transhepatic cholangio-drainage (PTCD) based on partially segmented virtual patient models. We only use partially segmented image data instead of a full segmentation and circumvent the necessity of surface or volume mesh models. Haptic interaction with the virtual patient during virtual palpation, ultrasound probing and needle insertion is provided. Furthermore, the VR simulator includes X-ray and ultrasound simulation for image-guided training. The visualization techniques are GPU-accelerated by implementation in Cuda and include real-time volume deformations computed on the grid of the image data. Computation on the image grid enables straightforward integration of the deformed image data into the visualization components. To provide shorter rendering times, the performance of the volume deformation algorithm is improved by a multigrid approach. To evaluate the VR training system, a user evaluation has been performed and deformation algorithms are analyzed in terms of convergence speed with respect to a fully converged solution. The user evaluation shows positive results with increased user confidence after a training session. It is shown that using partially segmented patient data and direct volume rendering is suitable for the simulation of needle insertion procedures such as PTCD.

  10. Automated choroid segmentation based on gradual intensity distance in HD-OCT images.

    Science.gov (United States)

    Chen, Qiang; Fan, Wen; Niu, Sijie; Shi, Jiajia; Shen, Honglie; Yuan, Songtao

    2015-04-06

    The choroid is an important structure of the eye and plays a vital role in the pathology of retinal diseases. This paper presents an automated choroid segmentation method for high-definition optical coherence tomography (HD-OCT) images, including Bruch's membrane (BM) segmentation and choroidal-scleral interface (CSI) segmentation. An improved retinal nerve fiber layer (RNFL) complex removal algorithm is presented to segment BM by considering the structure characteristics of retinal layers. By analyzing the characteristics of CSI boundaries, we present a novel algorithm to generate a gradual intensity distance image. Then an improved 2-D graph search method with curve smooth constraints is used to obtain the CSI segmentation. Experimental results with 212 HD-OCT images from 110 eyes in 66 patients demonstrate that the proposed method can achieve high segmentation accuracy. The mean choroid thickness difference and overlap ratio between our proposed method and outlines drawn by experts was 6.72µm and 85.04%, respectively.

  11. Simultaneous Modeling of Gradual SEP Events at the Earth and the Mars

    Science.gov (United States)

    Hu, J.; Li, G.

    2017-12-01

    Solar Energetic Particles (SEP) event is the number one space hazard for spacecraft instruments and astronauts' safety. Recent studies have shown that both longitudinal and radial extent of SEP events can be very significant. In this work, we use the improved Particle Acceleration and Transport in the Heliosphere (iPATH) model to simulate gradual SEP events that have impacts upon both the Earth and the Mars. We follow the propagation of a 2D CME-driven shock. Particles are accelerated at the shock via the diffusive shock acceleration (DSA) mechanism. Transport of the escaped particles to the Earth and the Mars is then followed using a backward stochastic differential equation method. Perpendicular diffusion is considered in both the DSA and the transport process. Model results such as time intensity profile and energetic particle spectrum at the two locations are compared to understand the spatial extent of an SEP event. Observational data at the Earth and the Mars are also studied to validate the model.

  12. An evolutionary perspective on gradual formation of superego in the primal horde

    Directory of Open Access Journals (Sweden)

    Erdem ePulcu

    2014-01-01

    Full Text Available Freud proposed that the processes which occurred in the primal horde are essential for understanding superego formation and therefore, the successful dissolution of the Oedipus complex. However, Freud theorized superego formation in the primal horde as if it is an instant, all-or-none achievement. The present paper proposes an alternative model aiming to explain gradual development of superego in the primitive man. The proposed model is built on knowledge from evolutionary and neural sciences as well as anthropology, and it particularly focuses on the evolutionary significance of the acquisition of fire by hominids in the Pleistocene period in the light of archaeological findings. Acquisition of fire is discussed as a form of sublimation which might have helped Prehistoric man to maximise the utility of limited evolutionary biological resources, potentially contributing to the rate and extent of bodily evolution. The limitations of both Freud's original conceptualisation and the present model are discussed accordingly in an interdisciplinary framework.

  13. Differentiating aneurysm from infundibular dilatation by volume rendering MRA. Techniques for improving depiction of the posterior communicating and anterior choroidal arteries

    Energy Technology Data Exchange (ETDEWEB)

    Kato, Takaaki; Ito, Takeo; Hasunuma, Masahiro; Sakamoto, Yasuo; Kohama, Ikuhide; Yonemori, Terutake; Izumo, Masaki [Hakodate Shintoshi Hospital, Hokkaido (Japan)

    2002-12-01

    With the spread of brain dock procedures, non-invasive magnetic resonance angiography (MRA) is being utilized to broadly screen for brain blood vessel diseases. However, diagnosis of cerebral aneurysm can be difficult by routine MRA. In particular, differentiating aneurysms and infundibular dilatations (IDS) of the posterior communicating artery (PCoA) and anterior choroidal artery (AChA) at their bifurcations with the internal carotid artery (ICA) is extremely difficult and additional studies are frequently necessary. In this situation, three-dimensional computed tomography angiography (3D-CTA) and cerebral angiography have been utilized, but both techniques are invasive. Furthermore, images from cerebral angiography are only two-dimensional, and 3D-CTA requires differentiation between aneurysm and ID by observing configurational changes at the apex of the protrusion and by following gradual changes to the threshold. We therefore undertook the following steps to improve both depiction of the PCoA and AChA and differential diagnosis between aneurysm and ID: reduced slice thickness and increased number of excitations; utilized volume rendering methods to construct images; lowered thresholds for the beginning of the PCoA and AChA arteries, which represent the regions of interest. In all 11 cases that we operated on, cerebral aneurysms were diagnosed correctly and the minimum neck diameter of the cerebral aneurysm was 1.2 mm. In addition, the number of AChAs and PCoAs present in target MRA and in operational views were evaluated. In one case with an AChA aneurysm, a PCoA was not detected by target MRA, because the ICA deviated posterolaterally and pushed the PCoA to the posterior clinoid process, and blood flow was poor in operational views. In another 2 cases with AChA aneurysms, only one AChA was described in target MRA, whereas two aneurysms were present. However, one of these had a diameter less than 1 mm. In conclusion, this method offers an extremely useful aid

  14. Differentiating aneurysm from infundibular dilatation by volume rendering MRA. Techniques for improving depiction of the posterior communicating and anterior choroidal arteries

    International Nuclear Information System (INIS)

    Kato, Takaaki; Ito, Takeo; Hasunuma, Masahiro; Sakamoto, Yasuo; Kohama, Ikuhide; Yonemori, Terutake; Izumo, Masaki

    2002-01-01

    With the spread of brain dock procedures, non-invasive magnetic resonance angiography (MRA) is being utilized to broadly screen for brain blood vessel diseases. However, diagnosis of cerebral aneurysm can be difficult by routine MRA. In particular, differentiating aneurysms and infundibular dilatations (IDS) of the posterior communicating artery (PCoA) and anterior choroidal artery (AChA) at their bifurcations with the internal carotid artery (ICA) is extremely difficult and additional studies are frequently necessary. In this situation, three-dimensional computed tomography angiography (3D-CTA) and cerebral angiography have been utilized, but both techniques are invasive. Furthermore, images from cerebral angiography are only two-dimensional, and 3D-CTA requires differentiation between aneurysm and ID by observing configurational changes at the apex of the protrusion and by following gradual changes to the threshold. We therefore undertook the following steps to improve both depiction of the PCoA and AChA and differential diagnosis between aneurysm and ID: reduced slice thickness and increased number of excitations; utilized volume rendering methods to construct images; lowered thresholds for the beginning of the PCoA and AChA arteries, which represent the regions of interest. In all 11 cases that we operated on, cerebral aneurysms were diagnosed correctly and the minimum neck diameter of the cerebral aneurysm was 1.2 mm. In addition, the number of AChAs and PCoAs present in target MRA and in operational views were evaluated. In one case with an AChA aneurysm, a PCoA was not detected by target MRA, because the ICA deviated posterolaterally and pushed the PCoA to the posterior clinoid process, and blood flow was poor in operational views. In another 2 cases with AChA aneurysms, only one AChA was described in target MRA, whereas two aneurysms were present. However, one of these had a diameter less than 1 mm. In conclusion, this method offers an extremely useful aid

  15. A localized flare of dermatitis may render patch tests uninterpretable in some patients with recently controlled widespread dermatitis.

    Science.gov (United States)

    Magembe, Anna J; Davis, Mark D P; Richardson, Donna M

    2009-01-01

    Patch testing rarely is confounded by localized dermatitis induced in the area being tested (usually the back). Its occurrence renders the interpretation of patch tests impossible. To review our experience of the circumstances in which this phenomenon occurs during patch testing. We retrospectively reviewed patients with this phenomenon who underwent patch testing from January 1, 2002, through June 30, 2006. Of the 3,569 patients tested, 12 (0.34% [9 men and 3 women]) had development of this phenomenon. All patients previously had recent widespread dermatitis that was suppressed temporarily with topical corticosteroids and wet dressings at the time of patch testing. The period between control of the dermatitis and the initiation of patch testing was less than 1 week for all patients. Three patients (25%) had recently discontinued therapy with systemic corticosteroids (less than 1 week earlier). In patients with irritable skin either immediately after widespread dermatitis is controlled or after the cessation of systemic corticosteroid treatment, a flare of dermatitis induced by patch testing may render patch tests unreadable and therefore uninterpretable. To avoid this confounding occurrence, a waiting period between control of widespread dermatitis and initiation of patch testing is advised.

  16. Evaluation of obstructive airway lesions in complex congenital heart disease using composite volume-rendered images from multislice CT

    International Nuclear Information System (INIS)

    Choo, Ki Seok; Kim, Chang Won; Lee, Tae Hong; Kim, Suk; Kim, Kun Il; Lee, Hyoung Doo; Ban, Ji Eun; Sung, Si Chan; Chang, Yun Hee

    2006-01-01

    Multislice CT (MSCT) allows high-quality volume-rendered (VR) and composite volume-rendered images. To investigate the clinical usefulness of composite VR images in the evaluation of the relationship between cardiovascular structures and the airway in children with complex congenital heart disease (CHD). Four- or 16-slice MSCT scanning was performed consecutively in 77 children (mean age 6.4 months) with CHD and respiratory symptoms, a chest radiographic abnormality, or abnormal course of the pulmonary artery on ECHO. MSCT scanning was performed during breathing or after sedation. Contrast medium (2 ml/kg) was administered through a pedal venous route or arm vein in all patients. The VR technique was used to reconstruct the cardiovascular structures and airway, and then both VR images were composed using the commercial software (VoxelPlus 2 ; Daejeon, Korea). Stenoses were seen in the trachea in 1 patient and in the bronchi in 14 patients (19%). Other patients with complex CHD did not have significant airway stenoses. Composite VR images with MSCT can provide more exact airway images in relationship to the surrounding cardiovascular structures and thus help in optimizing management strategies in treating CHD. (orig.)

  17. Conceptual design and sampling procedures of the biological programme of NuukBasic

    DEFF Research Database (Denmark)

    Aastrup, Peter; Nymand, Josephine; Raundrup, Katrine

    uorescence in three series of plots. Arthropods are sampled by means of yellow pitfall traps as well as in window traps. Microarthropods are sampled in soil cores and extracted in an extractor by gradually heating up soil. The avifauna is monitored with special emphasis on passerine birds. Only few...... Vegetation Index (NDVI). The fl ux of CO2 is measured in natural conditions as well as in manipulations simulating increased temperature, increased cloud cover, shorter growing season, and longer growing season. The effect of increased UV-B radiation on plant stress is studied by measuring chlorophyll fl...

  18. Evaluación de la resistencia al choque térmico de recubrimientos de estructura gradual obtenidos mediante proyección plasma

    Directory of Open Access Journals (Sweden)

    Guilemany, J. M.

    2001-12-01

    Full Text Available Power increasing demand in aeronautical engines promoted the development of thermal barrier coatings (TBCs obtained by Atmospheric Plasma Spray (APS. The spectacular growth in their applications leads to the demand of a very specific TBC. One of the specific roles that must achieve some TBCs is to withstand severe thermal shocks. Functionally Graded Coatings (FGC can improve their lives due to the lack of interfaces between two layers with very different thermal expansion coefficient (TEC (for example a metallic layer and a ceramic layer. Differences in TEC increase the internal stresses during the cooling of the parts. In this work thermal spray conditions have been improved in order to obtain Functionally Graded Coatings. Thermal Shock Resistance of these coatings has been compared with conventional' s one. Thermal Spray conditions have been used in order to spray two different powders with very different melting point. In that way it is possible to build up Functionally Graded Coatings with a unique spray gun. Thermal Shock Resistance of Coatings is improved due to the lack of interfaces between layers with different Thermal Expansion Coefficients unlike the conventional coatings where two layers of different materials are put together.

    La creciente demanda de mayores temperaturas de trabajo y potencia en el sector de la aviación promovió el desarrollo de las barreras térmicas (TBCs obtenidas por la técnica de proyección térmica plasma (APS. Éstas se componen de una capa de anclaje y una capa cerámica aislante. El espectacular aumento en el uso de las TBCs hace que se requieran recubrimientos cada vez más específicos en función de cada aplicación. Para mejorar la vida de los recubrimientos frente a los choques térmicos se han desarrollado los recubrimientos graduales. Éstos constan de una capa con variación gradual de los componentes, eliminando las intercaras entre partes con diferentes coeficientes de expansión t

  19. Painterly rendered portraits from photographs using a knowledge-based approach

    Science.gov (United States)

    DiPaola, Steve

    2007-02-01

    Portrait artists using oils, acrylics or pastels use a specific but open human vision methodology to create a painterly portrait of a live sitter. When they must use a photograph as source, artists augment their process, since photographs have: different focusing - everything is in focus or focused in vertical planes; value clumping - the camera darkens the shadows and lightens the bright areas; as well as color and perspective distortion. In general, artistic methodology attempts the following: from the photograph, the painting must 'simplify, compose and leave out what's irrelevant, emphasizing what's important'. While seemingly a qualitative goal, artists use known techniques such as relying on source tone over color to indirect into a semantic color temperature model, use brush and tonal "sharpness" to create a center of interest, lost and found edges to move the viewers gaze through the image towards the center of interest as well as other techniques to filter and emphasize. Our work attempts to create a knowledge domain of the portrait painter process and incorporate this knowledge into a multi-space parameterized system that can create an array of NPR painterly rendering output by analyzing the photographic-based input which informs the semantic knowledge rules.

  20. 3D Web-based HMI with WebGL Rendering Performance

    Directory of Open Access Journals (Sweden)

    Muennoi Atitayaporn

    2016-01-01

    Full Text Available An HMI, or Human-Machine Interface, is a software allowing users to communicate with a machine or automation system. It usually serves as a display section in SCADA (Supervisory Control and Data Acquisition system for device monitoring and control. In this papper, a 3D Web-based HMI with WebGL (Web-based Graphics Library rendering performance is presented. The main purpose of this work is to attempt to reduce the limitations of traditional 3D web HMI using the advantage of WebGL. To evaluate the performance, frame rate and frame time metrics were used. The results showed 3D Web-based HMI can maintain the frame rate 60FPS for #cube=0.5K/0.8K, 30FPS for #cube=1.1K/1.6K when it was run on Internet Explorer and Chrome respectively. Moreover, the study found that 3D Web-based HMI using WebGL contains similar frame time in each frame even though the numbers of cubes are up to 5K. This indicated stuttering incurred less in the proposed 3D Web-based HMI compared to the chosen commercial HMI product.

  1. Gradual training of alpacas to the confinement of metabolism pens reduces stress when normal excretion behavior is accommodated.

    Science.gov (United States)

    Lund, Kirrin E; Maloney, Shane K; Milton, John T B; Blache, Dominique

    2012-01-01

    Confinement in metabolism pens may provoke a stress response in alpacas that will reduce the welfare of the animal and jeopardize the validity of scientific results obtained in such pens. In this study, we tested a protocol designed to successfully train alpacas to be held in a specially designed metabolism pen so that the animals' confinement would not jeopardize their welfare. We hypothesized that the alpacas would show fewer behaviors associated with a response to stress as training gradually progressed, and that they would adapt to being in the confinement of the metabolism pen. The training protocol was successful at introducing alpacas to the metabolism pens, and it did reduce the incidence of behavioral responses to stress as the training progressed. The success of the training protocol may be attributed to the progressive nature of the training, the tailoring of the protocol to suit alpacas, and the use of positive reinforcement. This study demonstrated that both animal welfare and the validity of the scientific outcomes could be maximized by the gradual training of experimental animals, thereby minimizing the stress imposed on the animals during experimental procedures.

  2. Study of gradual conversion of Al to insulator by oxygen implantation

    International Nuclear Information System (INIS)

    Prabhawalker, P.D.; Raole, P.M.; Kothari, D.C.; Pawer, P.S.; Gogawale, S.V.

    1986-01-01

    30 keV O 2 + ions are implanted in aluminium foil, at various doses ranging from 5 x 10 16 to 5 x 10 17 atoms cm -2 . The sheet resistance was measured for unimplanted and implanted specimens. Up to the dose of 3 x 10 17 atoms cm -2 , the sheet resistance gradually increased. It formed a perfect insulating layer on the surface, above a dose of 3 x 10 17 atoms cm -2 . X-ray photo-electron spectroscopy measurements indicated the formation of an Al 2 O 3 layer with the absence of a signal due to unbonded aluminium for a dose of 5 x 10 17 atoms cm -2 . Whereas a specimen implanted at 5 x 10 16 atoms cm -2 shows the presence of pure aluminium. Micrographs of the specimen implanted at the higher dose displayed the microtopography characteristic of alumina. The results are in agreement with a recently published mechanism of Al 2 O 3 formation. The Al 2 O 3 precipitates increasing with dose and a layer of Al 2 O 3 being formed at the doses higher than that required to form the stoichiometric Al 2 O 3 . (author)

  3. Moisture Transfer through Facades Covered with Organic Binder Renders

    Directory of Open Access Journals (Sweden)

    Carmen DICO

    2013-07-01

    Full Text Available Year after year we witness the negative effect of water over buildings, caused by direct or indirect actions. This situation is obvious in case of old, historical building, subjected to this aggression for a long period of time, but new buildings are also affected. Moisture in building materials causes not only structural damage, but also reduces the thermal insulation capacity of building components.Materials like plasters or paints have been used historically for a long period of time, fulfilling two basics functions: Decoration and Protection. The most acute demands are made on exterior plasters, as they, besides being an important decorative element for the facade, must perform two different functions simultaneously: protect the substrate against weathering and moisture without sealing, providing it a certain ability to “breathe” (Heilen, 2005. In order to accomplish this aim, the first step is to understand the hygrothermal behavior of coating and substrate and define the fundamental principles of moisture transfer; According to Künzel’s Facade Protection Theory, two material properties play the most important role: Water absorption and Vapor permeability.In the context of recently adoption (2009 of the “harmonized” European standard EN 15824 – „Specifications for external renders and internal plasters based on organic binders”, this paper deals extensively with the interaction of the two mentioned above properties for the coating materials, covered by EN 15824.

  4. Gradual caldera collapse at Bárdarbunga volcano, Iceland, regulated by lateral magma outflow.

    Science.gov (United States)

    Gudmundsson, Magnús T; Jónsdóttir, Kristín; Hooper, Andrew; Holohan, Eoghan P; Halldórsson, Sæmundur A; Ófeigsson, Benedikt G; Cesca, Simone; Vogfjörd, Kristín S; Sigmundsson, Freysteinn; Högnadóttir, Thórdís; Einarsson, Páll; Sigmarsson, Olgeir; Jarosch, Alexander H; Jónasson, Kristján; Magnússon, Eyjólfur; Hreinsdóttir, Sigrún; Bagnardi, Marco; Parks, Michelle M; Hjörleifsdóttir, Vala; Pálsson, Finnur; Walter, Thomas R; Schöpfer, Martin P J; Heimann, Sebastian; Reynolds, Hannah I; Dumont, Stéphanie; Bali, Eniko; Gudfinnsson, Gudmundur H; Dahm, Torsten; Roberts, Matthew J; Hensch, Martin; Belart, Joaquín M C; Spaans, Karsten; Jakobsson, Sigurdur; Gudmundsson, Gunnar B; Fridriksdóttir, Hildur M; Drouin, Vincent; Dürig, Tobias; Aðalgeirsdóttir, Guðfinna; Riishuus, Morten S; Pedersen, Gro B M; van Boeckel, Tayo; Oddsson, Björn; Pfeffer, Melissa A; Barsotti, Sara; Bergsson, Baldur; Donovan, Amy; Burton, Mike R; Aiuppa, Alessandro

    2016-07-15

    Large volcanic eruptions on Earth commonly occur with a collapse of the roof of a crustal magma reservoir, forming a caldera. Only a few such collapses occur per century, and the lack of detailed observations has obscured insight into the mechanical interplay between collapse and eruption. We use multiparameter geophysical and geochemical data to show that the 110-square-kilometer and 65-meter-deep collapse of Bárdarbunga caldera in 2014-2015 was initiated through withdrawal of magma, and lateral migration through a 48-kilometers-long dike, from a 12-kilometers deep reservoir. Interaction between the pressure exerted by the subsiding reservoir roof and the physical properties of the subsurface flow path explain the gradual, near-exponential decline of both collapse rate and the intensity of the 180-day-long eruption. Copyright © 2016, American Association for the Advancement of Science.

  5. Photosynthetic performance of invasive Pinus ponderosa and Juniperus virginiana seedlings under gradual soil water depletion.

    Science.gov (United States)

    Bihmidine, S; Bryan, N M; Payne, K R; Parde, M R; Okalebo, J A; Cooperstein, S E; Awada, T

    2010-07-01

    Changes in climate, land management and fire regime have contributed to woody species expansion into grasslands and savannas worldwide. In the USA, Pinus ponderosa P.&C. Lawson and Juniperus virginiana L. are expanding into semiarid grasslands of Nebraska and other regions of the Great Plains. We examined P. ponderosa and J. virginiana seedling response to soil water content, one of the most important limiting factors in semiarid grasslands, to provide insight into their success in the region. Photosynthesis, stomatal conductance, maximum photochemical efficiency of PSII, maximum carboxylation velocity, maximum rate of electron transport, stomatal limitation to photosynthesis, water potential, root-to-shoot ratio, and needle nitrogen content were followed under gradual soil water depletion for 40 days. J. virginiana maintained lower L(s), higher A, g(s), and initial F(v)/F(m), and displayed a more gradual decline in V(cmax) and J(max) with increasing water deficit compared to P. ponderosa. J. virginiana also invested more in roots relative to shoots compared to P. ponderosa. F(v)/F(m) showed high PSII resistance to dehydration in both species. Photoinhibition was observed at approximately 30% of field capacity. Soil water content was a better predictor of A and g(s) than Psi, indicating that there are other growth factors controlling physiological processes under increased water stress. The two species followed different strategies to succeed in semiarid grasslands. P. ponderosa seedlings behaved like a drought-avoidant species with strong stomatal control, while J. virginiana was more of a drought-tolerant species, maintaining physiological activity at lower soil water content. Differences between the studied species and the ecological implications are discussed.

  6. Technical analysis of volume-rendering algorithms: application in low-contrast structures using liver vascularisation as a model; Analisi tecnica degli algoritmi di volume rendering: applicazione alle strutture a basso contrsto usando come modello la vascolarizzazione epatica

    Energy Technology Data Exchange (ETDEWEB)

    Cademartiri, Filippo [Erasmus Medical Center, Rotterdam (Netherlands); Luccichenti, Giacomo [Fondazione Biomedica Europea ONLUS, Roma (Italy); Runza, Giuseppe; Bartolotta, Tommaso Vincenzo; Midiri, Massimo [Palermo Univ., Palermo (Italy). Sezione di scienze radiologiche; Gualerzi, Massimo; Brambilla, Lorenzo; Coruzzi, Paolo [Parma Univ., Parma (Italy). UO di prevenzione e riabilitazione vascolare, Fondazione Don C. Gnocchi ONLUS; Soliani, Paolo; Sianesi, Mario [Parma Univ., Parma (Italy). Dipartimento di chirurgia

    2005-04-01

    Purpose: To assess the influence of pre-set volume rendering opacity curves (OC) on image quality and to identify which absolute parameters (density of aorta, hepatic parenchyma and portal vein) affect visualization of portal vascular structures (low-contrast structures). Materials and methods: Twenty-two patients underwent a dual-phase spiral CT with the following parameters: collimation 3 mm, pitch 2, increment 1 mm. Three scans were performed: one without contrast medium and the latter two after the injection of contrast material (conventionally identified as 'arterial' and 'portal'). The images were sent to a workstation running on an NT platform equipped with post-processing software allowing three-dimensional (3D) reconstructions to generate volume-rendered images of the vascular supply to the liver. Correlation between the absolute values of aorta, liver and portal vein density, OC parameters, and image quality were assessed. Results: 3D images generated using pre-set OC obtained a much mower overall quality score than those produced with OC set by the operator. High contrast between the liver and the portal vein, for example during the portal vascular phase, allows wider windows, thus improving image quality. Conversely, the OC in the parenchymal phase scans must have a high gradient in order to better differentiate between the vascular structures and the surrounding hepatic parenchyma. Conclusions: Image features considered to be of interest by the operator cannot be simplified by the mean of pre-set OC. Due to their strong individual variability automatic 3D algorithms cannot be universally applied: they should be adapted to both image and patient characteristics. [Italian] Scopo: Valutare l'influenza delle curve di opacit� (CO) preimpostate del volume-rendering sulla qualit� delle immagini, ed identificare quali parametri assoluti (attenzione dell'aorta, del parenchima epatico e della vena porta) influenzano la

  7. Dynamic miniature lighting system with low correlated colour temperature and high colour rendering index for museum lighting of fragile artefacts

    DEFF Research Database (Denmark)

    Thorseth, Anders; Corell, Dennis Dan; Poulsen, Peter Behrensdorff

    2013-01-01

    of historical artefacts in display cases at museums and other exhibitions, which can replace 3-5 Watt incandescent light bulbs with a correlated colour temperature (CCT) from 2000 K to 2400 K. The solution decreases the energy consumption by up to 80 %, while maintaining colour rendering indices (Ra) above 90...

  8. Color design model of high color rendering index white-light LED module.

    Science.gov (United States)

    Ying, Shang-Ping; Fu, Han-Kuei; Hsieh, Hsin-Hsin; Hsieh, Kun-Yang

    2017-05-10

    The traditional white-light light-emitting diode (LED) is packaged with a single chip and a single phosphor but has a poor color rendering index (CRI). The next-generation package comprises two chips and a single phosphor, has a high CRI, and retains high luminous efficacy. This study employs two chips and two phosphors to improve the diode's color tunability with various proportions of two phosphors and various densities of phosphor in the silicone used. A color design model is established for color fine-tuning of the white-light LED module. The maximum difference between the measured and color-design-model simulated CIE 1931 color coordinates is approximately 0.0063 around a correlated color temperature (CCT) of 2500 K. This study provides a rapid method to obtain the color fine-tuning of a white-light LED module with a high CRI and luminous efficacy.

  9. Interplay of dendritic avalanches and gradual flux penetration in superconducting MgB2 films

    International Nuclear Information System (INIS)

    Shantsev, D V; Goa, P E; Barkov, F L; Johansen, T H; Kang, W N; Lee, S I

    2003-01-01

    Magneto-optical imaging was used to study a zero-field-cooled MgB 2 film at 9.6 K where in a slowly increasing field the flux penetrates by an abrupt formation of large dendritic structures. Simultaneously, a gradual flux penetration takes place, eventually covering the dendrites, and a detailed analysis of this process is reported. We find an anomalously high gradient of the flux density across a dendrite branch, and a peak value that decreases as the applied field increases. This unexpected behaviour is reproduced by flux creep simulations based on the non-local field-current relation in the perpendicular geometry. The simulations also provide indirect evidence that flux dendrites are formed at an elevated local temperature, consistent with a thermo-magnetic mechanism of the instability

  10. The use of oak chips and coconut fiber as biofilter media to remove vocs in rendering process.

    Science.gov (United States)

    Tymczyna, Leszek; Chmielowiec-Korzeniowska, Anna; Paluszak, Zbigniew; Dobrowolska, Magadalena; Banach, Marcin; Pulit, Jolanta

    2013-01-01

    The study evaluated the effectiveness of air biofiltration in rendering plants. The biofilter material comprised compost soil (40%) and peat (40%) mixed up with coconut fiber (medium A) and oak bark (medium B). During biofiltration average VOCs reduction reached 88.4% for medium A and 89.7% for medium B. A positive relationship of aldehyde reduction from material humidity (r = 0.502; α<0.05) was also noted. Other biomaterial parameters did not affect the treatment efficiency.

  11. The results of experimental studies of VLF-ULF electromagnetic emission by rock samples due to mechanical action

    Science.gov (United States)

    Panfilov, A. A.

    2014-06-01

    The paper presents the results of laboratory experiments on electromagnetic emissions excitation (the electric component of electromagnetic fields) by rock samples due to different forms of mechanical stress applications. It was shown that samples generate electric impulses with different spectra when the impact action, gradual loading or dynamic friction is applied. It was ascertained that level and spectral compositions of signals, generated by rock samples, change with an increasing number of hits. It was found that strong electromagnetic signals, generated while rock samples were fracturing, were accompanied by repetitive weak but perceptible variations in the electric field intensity in short frequency ranges.

  12. Choice-Making in Rendering Culture-Bound Elements in Literary Translation: A Case Study on the English Translation Of «????»

    Science.gov (United States)

    Meihua, Song

    2014-01-01

    How to render culture-bound elements into a foreign language remains one of the most challenging tasks for all translators, especially, when the source text is a literary one. To retain the aesthetic effects and other stylistic features of importance, some argue that choice can be made from either domestication or foreignization with…

  13. Characterization of a smartphone size haptic rendering system based on thin-film AlN actuators on glass substrates

    Science.gov (United States)

    Bernard, F.; Casset, F.; Danel, J. S.; Chappaz, C.; Basrour, S.

    2016-08-01

    This paper presents for the first time the characterization of a smartphone-size haptic rendering system based on the friction modulation effect. According to previous work and finite element modeling, the homogeneous flexural modes are needed to get the haptic feedback effect. The device studied consists of a thin film AlN transducers deposited on an 110  ×  65 mm2 glass substrate. The transducer’s localization on the glass plate allows a transparent central area of 90  ×  49 mm2. Electrical and mechanical parameters of the system are extracted from measurement. From this extraction, the electrical impedance matching reduced the applied voltage to 17.5 V AC and the power consumption to 1.53 W at the resonance frequency of the vibrating system to reach the haptic rendering specification. Transient characterizations of the actuation highlight a delay under the dynamic tactile detection. The characterization of the AlN transducers used as sensors, including the noise rejection, the delay or the output charge amplitude allows detections with high accuracy of any variation due to external influences. Those specifications are the first step to a low-power-consumption feedback-looped system.

  14. Characterization of a smartphone size haptic rendering system based on thin-film AlN actuators on glass substrates

    International Nuclear Information System (INIS)

    Bernard, F; Basrour, S; Casset, F; Danel, J S; Chappaz, C

    2016-01-01

    This paper presents for the first time the characterization of a smartphone-size haptic rendering system based on the friction modulation effect. According to previous work and finite element modeling, the homogeneous flexural modes are needed to get the haptic feedback effect. The device studied consists of a thin film AlN transducers deposited on an 110  ×  65 mm 2 glass substrate. The transducer’s localization on the glass plate allows a transparent central area of 90  ×  49 mm 2 . Electrical and mechanical parameters of the system are extracted from measurement. From this extraction, the electrical impedance matching reduced the applied voltage to 17.5 V AC and the power consumption to 1.53 W at the resonance frequency of the vibrating system to reach the haptic rendering specification. Transient characterizations of the actuation highlight a delay under the dynamic tactile detection. The characterization of the AlN transducers used as sensors, including the noise rejection, the delay or the output charge amplitude allows detections with high accuracy of any variation due to external influences. Those specifications are the first step to a low-power-consumption feedback-looped system. (paper)

  15. Harmonic hopping, and both punctuated and gradual evolution of acoustic characters in Selasphorus hummingbird tail-feathers.

    Directory of Open Access Journals (Sweden)

    Christopher James Clark

    Full Text Available Models of character evolution often assume a single mode of evolutionary change, such as continuous, or discrete. Here I provide an example in which a character exhibits both types of change. Hummingbirds in the genus Selasphorus produce sound with fluttering tail-feathers during courtship. The ancestral character state within Selasphorus is production of sound with an inner tail-feather, R2, in which the sound usually evolves gradually. Calliope and Allen's Hummingbirds have evolved autapomorphic acoustic mechanisms that involve feather-feather interactions. I develop a source-filter model of these interactions. The 'source' comprises feather(s that are both necessary and sufficient for sound production, and are aerodynamically coupled to neighboring feathers, which act as filters. Filters are unnecessary or insufficient for sound production, but may evolve to become sources. Allen's Hummingbird has evolved to produce sound with two sources, one with feather R3, another frequency-modulated sound with R4, and their interaction frequencies. Allen's R2 retains the ancestral character state, a ∼1 kHz "ghost" fundamental frequency masked by R3, which is revealed when R3 is experimentally removed. In the ancestor to Allen's Hummingbird, the dominant frequency has 'hopped' to the second harmonic without passing through intermediate frequencies. This demonstrates that although the fundamental frequency of a communication sound may usually evolve gradually, occasional jumps from one character state to another can occur in a discrete fashion. Accordingly, mapping acoustic characters on a phylogeny may produce misleading results if the physical mechanism of production is not known.

  16. Gradually Increased Oxygen Administration Improved Oxygenation and Mitigated Oxidative Stress after Resuscitation from Severe Hemorrhagic Shock.

    Science.gov (United States)

    Luo, Xin; Yin, Yujing; You, Guoxing; Chen, Gan; Wang, Ying; Zhao, Jingxiang; Wang, Bo; Zhao, Lian; Zhou, Hong

    2015-11-01

    The optimal oxygen administration strategy during resuscitation from hemorrhagic shock (HS) is still controversial. Improving oxygenation and mitigating oxidative stress simultaneously seem to be contradictory goals. To maximize oxygen delivery while minimizing oxidative damage, the authors proposed the notion of gradually increased oxygen administration (GIOA), which entails making the arterial blood hypoxemic early in resuscitation and subsequently gradually increasing to hyperoxic, and compared its effects with normoxic resuscitation, hyperoxic resuscitation, and hypoxemic resuscitation in severe HS. Rats were subjected to HS, and on resuscitation, the rats were randomly assigned to four groups (n = 8): the normoxic, the hyperoxic, the hypoxemic, and the GIOA groups. Rats were observed for an additional 1 h. Hemodynamics, acid-base status, oxygenation, and oxidative injury were observed and evaluated. Central venous oxygen saturation promptly recovered only in the hyperoxic and the GIOA groups, and the liver tissue partial pressure of oxygen was highest in the GIOA group after resuscitation. Oxidative stress in GIOA group was significantly reduced compared with the hyperoxic group as indicated by the reduced malondialdehyde content, increased catalase activity, and the lower histologic injury scores in the liver. In addition, the tumor necrosis factor-α and interleukin-6 expressions in the liver were markedly decreased in the GIOA group than in the hyperoxic and normoxic groups as shown by the immunohistochemical staining. GIOA improved systemic/tissue oxygenation and mitigated oxidative stress simultaneously after resuscitation from severe HS. GIOA may be a promising strategy to improve resuscitation from HS and deserves further investigation.

  17. Thermal evaluation by infrared measurement of implant site preparation between single and gradual drilling in artificial bone blocks of different densities.

    Science.gov (United States)

    Möhlhenrich, S C; Abouridouane, M; Heussen, N; Hölzle, F; Klocke, F; Modabber, A

    2016-11-01

    The aim of this study was to investigate the influence of bone density and drilling protocol on heat generation during implant bed preparation. Ten single and 10 gradual implant sites with diameters of 2.8, 3.5, and 4.2mm were prepared in four artificial bone blocks (density types I-IV; D1-D4). Drilling was done at constant speed (1500rpm) and with external irrigation (50ml/min); vertical speed was set at 2mm/s. An infrared camera was used for temperature measurements. Significantly higher temperatures for single drilling were found between 2.8-mm drills in D1 (P=0.0014) and D4 (P<0.0001) and between 3.5-mm drills in D3 (P=0.0087) and D4 (P<0.0001), as well as between 4.2-mm drills in D1 (P<0.0001) and D4 (P=0.0014). Low bone density led to a thermal decrease after single drilling and a thermal increase after gradual drilling. Burs with a large diameter always showed a higher temperature generation. In comparisons between 2.8- and 4.2-mm diameters for both single and gradual drills, significant differences (P<0.001) were noted for bone types II, III, and IV. Single drilling could generate more heat than traditional sequential drilling, and bone density, as well as drill diameter, influenced thermal increases. Particularly in lower-density bone, conventional sequential drilling seems to raise the temperature less. Copyright © 2016 International Association of Oral and Maxillofacial Surgeons. Published by Elsevier Ltd. All rights reserved.

  18. Focused-microwave-assisted sample preparation (M8)

    International Nuclear Information System (INIS)

    Nobrega, J.A.; Santos, D.M.; Trevizan, L.C.; Costa, L.M.; Nogueira, A.R.A.

    2002-01-01

    Full text: Focused-microwave-assisted sample preparation is a suitable strategy when dealing with high masses of organic samples. However, the final acid concentration of the digestate can difficult routine analytical measurements using spectroscopic techniques. Acids could be evaporated, but this step could be slow even when using microwave-assisted heating and requires a scrubber system for acid vapor collection and neutralization. We are investigating two procedures to decrease the acid concentration of digestates. The first one is based on acid vapor phase digestion of samples contained in PTFE devices' inserted into the microwave flask. The acid solution is heated by absorption of microwave radiation, then the acid vapor partially condenses in the upper part of the reaction flask and it is partially collected in each sample container. Calcium, Fe, Mg, Mn, and Zn were quantitatively recovered in samples of animal and vegetable tissues. Better recoveries were attained when adding a small volume of sodium hypochlorite to the sample. This effect is probably related to the generation of chlorine in the sample container after collecting condensed acid. The second procedure developed is based on the gradual addition of liquid samples to a previously heated acid digestion mixture. This procedure was successfully applied for digestion of milk, fruit juices, and red wine. The main advantage is the possibility of digesting up to four-fold more sample using up to ten-fold lower amounts of concentrated acids. Results obtained using both digestion procedures and measurements by ICP-OES with axial view will be presented. (author)

  19. A Study of Layout, Rendering, and Interaction Methods for Immersive Graph Visualization.

    Science.gov (United States)

    Kwon, Oh-Hyun; Muelder, Chris; Lee, Kyungwon; Ma, Kwan-Liu

    2016-07-01

    Information visualization has traditionally limited itself to 2D representations, primarily due to the prevalence of 2D displays and report formats. However, there has been a recent surge in popularity of consumer grade 3D displays and immersive head-mounted displays (HMDs). The ubiquity of such displays enables the possibility of immersive, stereoscopic visualization environments. While techniques that utilize such immersive environments have been explored extensively for spatial and scientific visualizations, contrastingly very little has been explored for information visualization. In this paper, we present our considerations of layout, rendering, and interaction methods for visualizing graphs in an immersive environment. We conducted a user study to evaluate our techniques compared to traditional 2D graph visualization. The results show that participants answered significantly faster with a fewer number of interactions using our techniques, especially for more difficult tasks. While the overall correctness rates are not significantly different, we found that participants gave significantly more correct answers using our techniques for larger graphs.

  20. Experimental and rendering-based investigation of laser radar cross sections of small unmanned aerial vehicles

    Science.gov (United States)

    Laurenzis, Martin; Bacher, Emmanuel; Christnacher, Frank

    2017-12-01

    Laser imaging systems are prominent candidates for detection and tracking of small unmanned aerial vehicles (UAVs) in current and future security scenarios. Laser reflection characteristics for laser imaging (e.g., laser gated viewing) of small UAVs are investigated to determine their laser radar cross section (LRCS) by analyzing the intensity distribution of laser reflection in high resolution images. For the first time, LRCSs are determined in a combined experimental and computational approaches by high resolution laser gated viewing and three-dimensional rendering. An optimized simple surface model is calculated taking into account diffuse and specular reflectance properties based on the Oren-Nayar and the Cook-Torrance reflectance models, respectively.

  1. [DNA quantification of blood samples pre-treated with pyramidon].

    Science.gov (United States)

    Zhu, Chuan-Hong; Zheng, Dao-Li; Ni, Rao-Zhi; Wang, Hai-Sheng; Ning, Ping; Fang, Hui; Liu, Yan

    2014-06-01

    To study DNA quantification and STR typing of samples pre-treated with pyramidon. The blood samples of ten unrelated individuals were anticoagulated in EDTA. The blood stains were made on the filter paper. The experimental groups were divided into six groups in accordance with the storage time, 30 min, 1 h, 3 h, 6 h, 12 h and 24h after pre-treated with pyramidon. DNA was extracted by three methods: magnetic bead-based extraction, QIAcube DNA purification method and Chelex-100 method. The quantification of DNA was made by fluorescent quantitative PCR. STR typing was detected by PCR-STR fluorescent technology. In the same DNA extraction method, the sample DNA decreased gradually with times after pre-treatment with pyramidon. In the same storage time, the DNA quantification in different extraction methods had significant differences. Sixteen loci DNA typing were detected in 90.56% of samples. Pyramidon pre-treatment could cause DNA degradation, but effective STR typing can be achieved within 24 h. The magnetic bead-based extraction is the best method for STR profiling and DNA extraction.

  2. Age, Health and Attractiveness Perception of Virtual (Rendered) Human Hair.

    Science.gov (United States)

    Fink, Bernhard; Hufschmidt, Carla; Hirn, Thomas; Will, Susanne; McKelvey, Graham; Lankhof, John

    2016-01-01

    The social significance of physical appearance and beauty has been documented in many studies. It is known that even subtle manipulations of facial morphology and skin condition can alter people's perception of a person's age, health and attractiveness. While the variation in facial morphology and skin condition cues has been studied quite extensively, comparably little is known on the effect of hair on social perception. This has been partly caused by the technical difficulty of creating appropriate stimuli for investigations of people's response to systematic variation of certain hair characteristics, such as color and style, while keeping other features constant. Here, we present a modeling approach to the investigation of human hair perception using computer-generated, virtual (rendered) human hair. In three experiments, we manipulated hair diameter (Experiment 1), hair density (Experiment 2), and hair style (Experiment 3) of human (female) head hair and studied perceptions of age, health and attractiveness. Our results show that even subtle changes in these features have an impact on hair perception. We discuss our findings with reference to previous studies on condition-dependent quality cues in women that influence human social perception, thereby suggesting that hair is a salient feature of human physical appearance, which contributes to the perception of beauty.

  3. Social representations of climate change in Swedish lay focus groups: local or distant, gradual or catastrophic?

    Science.gov (United States)

    Wibeck, Victoria

    2014-02-01

    This paper explores social representations of climate change, investigating how climate change is discussed by Swedish laypeople interacting in focus group interviews. The analysis focuses on prototypical examples and metaphors, which were key devices for objectifying climate change representations. The paper analyzes how the interaction of focus group participants with other speakers, ideas, arguments, and broader social representations shaped their representations of climate change. Climate change was understood as a global but distant issue with severe consequences. There was a dynamic tension between representations of climate change as a gradual vs. unpredictable process. Implications for climate change communication are discussed.

  4. Method for modeling the gradual physical degradation of a porous material

    Energy Technology Data Exchange (ETDEWEB)

    Flach, Greg [Savannah River Site (SRS), Aiken, SC (United States). Savannah River National Lab. (SRNL)

    2017-09-20

    Cementitious and other engineered porous materials encountered in waste disposals may degrade over time due to one or more mechanisms. Physical degradation may take the form of cracking (fracturing) and/or altered (e.g. increased) porosity, depending on the material and underlying degradation mechanism. In most cases, the hydraulic properties of degrading materials are expected to evolve due to physical changes occurring over roughly the pore to decimeter scale, which is conducive to calculating equivalent or effective material properties. The exact morphology of a degrading material in its end-state may or may not be known. In the latter case, the fully-degraded condition can be assumed to be similar to a more-permeable material in the surrounding environment, such as backfill soil. Then the fully-degraded waste form or barrier material is hydraulically neutral with respect to its surroundings, constituting neither a barrier to nor conduit for moisture flow and solute transport. Unless the degradation mechanism is abrupt, a gradual transition between the intact initial and fully-degraded final states is desired. Linear interpolation through time is one method for smoothly blending hydraulic properties between those of an intact matrix and those of a soil or other surrogate for the end-state.

  5. Method for modeling the gradual physical degradation of a porous material

    International Nuclear Information System (INIS)

    Flach, Greg

    2017-01-01

    Cementitious and other engineered porous materials encountered in waste disposals may degrade over time due to one or more mechanisms. Physical degradation may take the form of cracking (fracturing) and/or altered (e.g. increased) porosity, depending on the material and underlying degradation mechanism. In most cases, the hydraulic properties of degrading materials are expected to evolve due to physical changes occurring over roughly the pore to decimeter scale, which is conducive to calculating equivalent or effective material properties. The exact morphology of a degrading material in its end-state may or may not be known. In the latter case, the fully-degraded condition can be assumed to be similar to a more-permeable material in the surrounding environment, such as backfill soil. Then the fully-degraded waste form or barrier material is hydraulically neutral with respect to its surroundings, constituting neither a barrier to nor conduit for moisture flow and solute transport. Unless the degradation mechanism is abrupt, a gradual transition between the intact initial and fully-degraded final states is desired. Linear interpolation through time is one method for smoothly blending hydraulic properties between those of an intact matrix and those of a soil or other surrogate for the end-state.

  6. Delayed initiation but not gradual advancement of enteral formula feeding reduces the incidence of necrotizing enterocolitis (NEC in preterm pigs.

    Directory of Open Access Journals (Sweden)

    Nada Ghoneim

    Full Text Available Enteral formula feeding is a risk factor for necrotizing enterocolitis (NEC in premature infants, yet studies are conflicting regarding the safest timing for introduction and advancement of feeds. Our aim was to test the effects of early vs. late initiation and abrupt vs. gradual advancement of enteral feeding of an intact vs. hydrolyzed protein formula on NEC incidence and severity in preterm pigs. In Experiment 1, preterm pigs received total parenteral nutrition (TPN at birth with abrupt initiation of enteral formula feeds (50% full intake on d of life (DOL 2 (EA or 5 (LA while PN continued. Pigs were also fed formula containing either intact or hydrolyzed protein. In Experiment 2, preterm pigs received TPN at birth with enteral, hydrolyzed-protein formula feeds introduced on DOL 2 either abruptly (EA; 50% full feeds or gradually (EG; 10-50% full feeds over 5 d while PN continued. NEC incidence and severity were assessed based on macroscopic and histological scoring. In Experiment 1, NEC incidence (41% vs. 70%, P<0.05 and severity were reduced in LA vs. EA groups and LA was associated with a higher survival rate, daily weight gain and jejunum villus height. Piglets fed hydrolyzed vs. intact protein formula had lower stomach content weights and similar NEC incidence. In Experiment 2, NEC incidence and severity were not different between pigs the EG vs. EA group. Proinflammatory gene expression (IL-1β, IL-6 and S100A9 in the ileum was lower in both LA and EG vs. EA groups. In conclusion, delayed initiation but not gradual advancement of enteral feeding is protective against NEC in preterm pigs. Feeding hydrolyzed vs. intact protein formula improved gastric transit without affecting the NEC incidence.

  7. Customization, control, and characterization of a commercial haptic device for high-fidelity rendering of weak forces.

    Science.gov (United States)

    Gurari, Netta; Baud-Bovy, Gabriel

    2014-09-30

    The emergence of commercial haptic devices offers new research opportunities to enhance our understanding of the human sensory-motor system. Yet, commercial device capabilities have limitations which need to be addressed. This paper describes the customization of a commercial force feedback device for displaying forces with a precision that exceeds the human force perception threshold. The device was outfitted with a multi-axis force sensor and closed-loop controlled to improve its transparency. Additionally, two force sensing resistors were attached to the device to measure grip force. Force errors were modeled in the frequency- and time-domain to identify contributions from the mass, viscous friction, and Coulomb friction during open- and closed-loop control. The effect of user interaction on system stability was assessed in the context of a user study which aimed to measure force perceptual thresholds. Findings based on 15 participants demonstrate that the system maintains stability when rendering forces ranging from 0-0.20 N, with an average maximum absolute force error of 0.041 ± 0.013 N. Modeling the force errors revealed that Coulomb friction and inertia were the main contributors to force distortions during respectively slow and fast motions. Existing commercial force feedback devices cannot render forces with the required precision for certain testing scenarios. Building on existing robotics work, this paper shows how a device can be customized to make it reliable for studying the perception of weak forces. The customized and closed-loop controlled device is suitable for measuring force perceptual thresholds. Copyright © 2014 Elsevier B.V. All rights reserved.

  8. True Yellow Light-Emitting Diodes as Phosphor for Tunable Color-Rendering Index Laser-Based White Light

    KAUST Repository

    Janjua, Bilal; Ng, Tien Khee; Zhao, Chao; Prabaswara, Aditya; Consiglio, Giuseppe Bernardo; Priante, Davide; Shen, Chao; Elafandy, Rami T.; Anjum, Dalaver H.; Alhamoud, Abdullah A.; Alatawi, Abdullah A.; Yang, Yang; Alyamani, Ahmed Y.; El-Desouki, Munir M.; Ooi, Boon S.

    2016-01-01

    An urgent challenge for the lighting research community is the lack of efficient optical devices emitting in between 500 and 600 nm, resulting in the “green-yellow gap”. In particular, true green (∼555 nm) and true yellow (∼590 nm), along with blue and red, constitute four technologically important colors. The III-nitride material system, being the most promising choice of platform to bridge this gap, still suffers from high dislocation density and poor crystal quality in realizing high-power, efficient devices. Particularly, the high polarization fields in the active region of such 2D quantum confined structures prevent efficient recombination of carriers. Here we demonstrate a true yellow nanowire (NW) light emitting diode (LED) with peak emission of 588 nm at 29.5 A/cm2 (75 mA in a 0.5 × 0.5 mm2 device) and a low turn-on voltage of ∼2.5 V, while having an internal quantum efficiency of 39%, and without “efficiency droop” up to an injection current density of 29.5 A/cm2. By mixing yellow light from a NW LED in reflective configuration with that of a red, green, and blue laser diode (LD), white light with a correlated color temperature of ∼6000 K and color-rendering index of 87.7 was achieved. The nitride-NW-based device offers a robust, long-term stability for realizing yellow light emitters for tunable color-rendering index solid-state lighting, on a scalable, low-cost, foundry-compatible titanium/silicon substrate, suitable for industry uptake.

  9. True Yellow Light-Emitting Diodes as Phosphor for Tunable Color-Rendering Index Laser-Based White Light

    KAUST Repository

    Janjua, Bilal

    2016-10-11

    An urgent challenge for the lighting research community is the lack of efficient optical devices emitting in between 500 and 600 nm, resulting in the “green-yellow gap”. In particular, true green (∼555 nm) and true yellow (∼590 nm), along with blue and red, constitute four technologically important colors. The III-nitride material system, being the most promising choice of platform to bridge this gap, still suffers from high dislocation density and poor crystal quality in realizing high-power, efficient devices. Particularly, the high polarization fields in the active region of such 2D quantum confined structures prevent efficient recombination of carriers. Here we demonstrate a true yellow nanowire (NW) light emitting diode (LED) with peak emission of 588 nm at 29.5 A/cm2 (75 mA in a 0.5 × 0.5 mm2 device) and a low turn-on voltage of ∼2.5 V, while having an internal quantum efficiency of 39%, and without “efficiency droop” up to an injection current density of 29.5 A/cm2. By mixing yellow light from a NW LED in reflective configuration with that of a red, green, and blue laser diode (LD), white light with a correlated color temperature of ∼6000 K and color-rendering index of 87.7 was achieved. The nitride-NW-based device offers a robust, long-term stability for realizing yellow light emitters for tunable color-rendering index solid-state lighting, on a scalable, low-cost, foundry-compatible titanium/silicon substrate, suitable for industry uptake.

  10. Ageing as a price of cooperation and complexity: self-organization of complex systems causes the gradual deterioration of constituent networks.

    Science.gov (United States)

    Kiss, Huba J M; Mihalik, Agoston; Nánási, Tibor; Ory, Bálint; Spiró, Zoltán; Soti, Csaba; Csermely, Peter

    2009-06-01

    The network concept is increasingly used for the description of complex systems. Here, we summarize key aspects of the evolvability and robustness of the hierarchical network set of macromolecules, cells, organisms and ecosystems. Listing the costs and benefits of cooperation as a necessary behaviour to build this network hierarchy, we outline the major hypothesis of the paper: the emergence of hierarchical complexity needs cooperation leading to the ageing (i.e. gradual deterioration) of the constituent networks. A stable environment develops cooperation leading to over-optimization, and forming an 'always-old' network, which accumulates damage, and dies in an apoptosis-like process. A rapidly changing environment develops competition forming a 'forever-young' network, which may suffer an occasional over-perturbation exhausting system resources, and causing death in a necrosis-like process. Giving a number of examples we demonstrate how cooperation evokes the gradual accumulation of damage typical to ageing. Finally, we show how various forms of cooperation and consequent ageing emerge as key elements in all major steps of evolution from the formation of protocells to the establishment of the globalized, modern human society.

  11. The efficacy of Aspergillus niger phytase in rendering phytate phosphorus available for absorption in pigs is influenced by pig physiological status

    NARCIS (Netherlands)

    Kemme, P.A.; Jongbloed, A.W.; Mroz, Z.; Beynen, A.C.

    1997-01-01

    We performed an experiment with 112 piglets, 32 growing-finishing pigs, and 12 sows during pregnancy and lactation to test the hypotheses that apparent total tract digestibilities of P and Ca as well as the efficacy of Aspergillus niger phytase in rendering phytate P available in pigs depend on pig

  12. Medea de Eurípides: la “atétesis” de versos y la construcción gradual de la venganza

    Directory of Open Access Journals (Sweden)

    Pablo A. Cavallero

    2003-12-01

    Full Text Available The work proposes to reexamine the athetesis and the emendations which were applied to diverse passages of Euripides' Medea, asserting that many of these are not necessary, if one understands the revenge as a decision whose method is not established from the beginning, but it is constructed gradually. This gradation provokes apparent contradictions. They are considered the following controverted passages: 40-43, 87, 261-2, 361-2, 366-7, 468, 725-6, 782, 785-6, 923-4, 1056-1080, 1121, 1220-1, 1316, 1359, 1387; and also all the play development, in order to prove the effect of those in the gradual construction of the revenge; it is taken into account the vocabulary use in the inside of the play. In this process, the passages here analysed, and discussed by the critics about his authenticity, result defensible and necessary to establish the graduation, which is verified in the inside structure, in the images and in the construction of the crime.

  13. Final results of the gradual reconstruction of Bohunice VI in Slovakia and evaluation of the reconstruction by international missions

    International Nuclear Information System (INIS)

    Ferenc, M.

    2001-01-01

    The gradual reconstruction of the Bohunice V1 nuclear power plant (Slovakia) represents the most extensive reconstruction of a nuclear power plant in operation as implemented worldwide up to now. Extensive reconstruction works in both civil construction and process parts, in instrumentation and control part, and in electric part enhanced both nuclear safety and operational reliability of Bohunice V1 in a significant way.(author)

  14. Enabling Real-Time Volume Rendering of Functional Magnetic Resonance Imaging on an iOS Device.

    Science.gov (United States)

    Holub, Joseph; Winer, Eliot

    2017-12-01

    Powerful non-invasive imaging technologies like computed tomography (CT), ultrasound, and magnetic resonance imaging (MRI) are used daily by medical professionals to diagnose and treat patients. While 2D slice viewers have long been the standard, many tools allowing 3D representations of digital medical data are now available. The newest imaging advancement, functional MRI (fMRI) technology, has changed medical imaging from viewing static to dynamic physiology (4D) over time, particularly to study brain activity. Add this to the rapid adoption of mobile devices for everyday work and the need to visualize fMRI data on tablets or smartphones arises. However, there are few mobile tools available to visualize 3D MRI data, let alone 4D fMRI data. Building volume rendering tools on mobile devices to visualize 3D and 4D medical data is challenging given the limited computational power of the devices. This paper describes research that explored the feasibility of performing real-time 3D and 4D volume raycasting on a tablet device. The prototype application was tested on a 9.7" iPad Pro using two different fMRI datasets of brain activity. The results show that mobile raycasting is able to achieve between 20 and 40 frames per second for traditional 3D datasets, depending on the sampling interval, and up to 9 frames per second for 4D data. While the prototype application did not always achieve true real-time interaction, these results clearly demonstrated that visualizing 3D and 4D digital medical data is feasible with a properly constructed software framework.

  15. SPATIOTEMPORAL VISUALIZATION OF TIME-SERIES SATELLITE-DERIVED CO2 FLUX DATA USING VOLUME RENDERING AND GPU-BASED INTERPOLATION ON A CLOUD-DRIVEN DIGITAL EARTH

    Directory of Open Access Journals (Sweden)

    S. Wu

    2017-10-01

    Full Text Available The ocean carbon cycle has a significant influence on global climate, and is commonly evaluated using time-series satellite-derived CO2 flux data. Location-aware and globe-based visualization is an important technique for analyzing and presenting the evolution of climate change. To achieve realistic simulation of the spatiotemporal dynamics of ocean carbon, a cloud-driven digital earth platform is developed to support the interactive analysis and display of multi-geospatial data, and an original visualization method based on our digital earth is proposed to demonstrate the spatiotemporal variations of carbon sinks and sources using time-series satellite data. Specifically, a volume rendering technique using half-angle slicing and particle system is implemented to dynamically display the released or absorbed CO2 gas. To enable location-aware visualization within the virtual globe, we present a 3D particlemapping algorithm to render particle-slicing textures onto geospace. In addition, a GPU-based interpolation framework using CUDA during real-time rendering is designed to obtain smooth effects in both spatial and temporal dimensions. To demonstrate the capabilities of the proposed method, a series of satellite data is applied to simulate the air-sea carbon cycle in the China Sea. The results show that the suggested strategies provide realistic simulation effects and acceptable interactive performance on the digital earth.

  16. 3D reconstruction from X-ray fluoroscopy for clinical veterinary medicine using differential volume rendering

    International Nuclear Information System (INIS)

    Khongsomboon, K.; Hamamoto, Kazuhiko; Kondo, Shozo

    2007-01-01

    3D reconstruction from ordinary X-ray equipment which is not CT or MRI is required in clinical veterinary medicine. Authors have already proposed a 3D reconstruction technique from X-ray photograph to present bone structure. Although the reconstruction is useful for veterinary medicine, the technique has two problems. One is about exposure of X-ray and the other is about data acquisition process. An x-ray equipment which is not special one but can solve the problems is X-ray fluoroscopy. Therefore, in this paper, we propose a method for 3D-reconstruction from X-ray fluoroscopy for clinical veterinary medicine. Fluoroscopy is usually used to observe a movement of organ or to identify a position of organ for surgery by weak X-ray intensity. Since fluoroscopy can output a observed result as movie, the previous two problems which are caused by use of X-ray photograph can be solved. However, a new problem arises due to weak X-ray intensity. Although fluoroscopy can present information of not only bone structure but soft tissues, the contrast is very low and it is very difficult to recognize some soft tissues. It is very useful to be able to observe not only bone structure but soft tissues clearly by ordinary X-ray equipment in the field of clinical veterinary medicine. To solve this problem, this paper proposes a new method to determine opacity in volume rendering process. The opacity is determined according to 3D differential coefficient of 3D reconstruction. This differential volume rendering can present a 3D structure image of multiple organs volumetrically and clearly for clinical veterinary medicine. This paper shows results of simulation and experimental investigation of small dog and evaluation by veterinarians. (author)

  17. La abstracción de datos y su proceso gradual de construcción

    Directory of Open Access Journals (Sweden)

    FRANCISCO MORENO

    2008-01-01

    Full Text Available En este artículo se presenta el proceso gradual de construcción de tipos abstractos de datos (TADs, como los Fraccionarios y los Polinomios, a partir de TADs esenciales, como los Lógicos y los Enteros. Se propone un conjunto de categorías funcionales para clasificar las funciones de un TAD. Las funciones se especifican mediante programación funcional, es decir, no se utilizan construcciones estructuradas como la asignación, la secuencia y los ciclos. Hasta ahora no se encuentra reportada la especificación de funciones con programación funcional para la simplificación en el TAD de los Enteros ni para la suma ordenada en el TAD de los polinomios. Además se muestra la relación inherente entre las funciones de un TAD y la sobrecarga de operadores.

  18. Gradual reintroduction of oxygen reduces reperfusion injury in cat stomach

    International Nuclear Information System (INIS)

    Perry, M.A.; Wadhwa, S.S.

    1988-01-01

    Recent studies have shown that oxygen-derived free radicals are responsible for a major portion of ischemia-reperfusion injury in the stomach. The oxygen radicals are produced during perfusion when oxygen delivery to the tissue increases. In the present study the authors investigate the effect on mucosal injury of regulating the rate of reintroduction of oxygen to the stomach after ischemia. Local gastric ischemia was achieved by reducing celiac artery pressure to 30 mmHg for 1 h. Ischemic injury was assessed by measuring the loss of 51 Cr-labeled red blood cells across the gastric mucosa. Mucosal blood loss was negligible before and during the ischemia period but increased during reperfusion. When blood flow to the stomach was gradually returned to normal after ischemia, the mucosal blood loss was reduced. If the stomach was vascularly perfused with low Po 2 blood for 1 h after ischemia before being returned to normal arterial perfusion, the mucosal blood loss was also reduced. When the stomach was made hypoxemic for 1 h rather than ischemic by perfusing the vasculature with low Po 2 blood then reperfused with normoxic blood, there was very little mucosal bleeding. The data indicate that gastric mucosal bleeding after ischemia is reduced if the tissue is returned slowly to a normal Po 2 . These findings support the concept that reperfusion injury is due largely to the production of oxygen radicals. The low level of injury produced by hypoxemia indicates that hypoxia per se makes only a minor contribution to reperfusion injury in the stomach

  19. Status report of AMS sample preparation laboratory at GADAM Centre, Gliwice, Poland

    Energy Technology Data Exchange (ETDEWEB)

    Piotrowska, N., E-mail: natalia.piotrowska@polsl.pl [GADAM Centre of Excellence, Department of Radioisotopes, Institute of Physics, Silesian University of Technology, Gliwice (Poland)

    2013-01-15

    The laboratory for {sup 14}C AMS sample preparation in the Gliwice Radiocarbon Laboratory has gradually evolved since its start in 1999 to cater for an increase in volume and variety of radiocarbon dating samples. To date, nearly 2000 graphite targets have been produced from materials such as plant macrofossils, charcoal, peat, bones, shells and wood. The equipment comprises a station for chemical preparation and high vacuum lines for production, purification and graphitization of sample carbon dioxide. The present capacity allows preparation of up to 400 targets annually for the needs of scientific projects and external orders for radiocarbon dating continuously received by the GADAM Centre of Excellence. The laboratory's sample preparation protocols and recent improvements are described and its performance during the 10 years of activity is discussed in terms of parameters obtained from reference materials prepared in this laboratory and demonstrated with a few science applications.

  20. The focusing effect of electromagnetic waves in two-dimensional photonic crystals with gradually varying lattice constant

    Directory of Open Access Journals (Sweden)

    F Bakhshi Garmi

    2016-02-01

    Full Text Available In this paper we studied the focusing effect of electromagnetic wave in the two-dimensional graded photonic crystal consisting of Silicon rods in the air background with gradually varying lattice constant. The results showed that graded photonic crystal can focus wide beams on a narrow area at frequencies near the lower edge of the band gap, where equal frequency contours are not concave. For calculation of photonic band structure and equal frequency contours, we have used plane wave expansion method and revised plane wave expansion method, respectively. The calculation of the electric and magnetic fields was performed by finite difference time domain method.

  1. Hernán Vera Lamperein y su participación en el movimiento de renovacion gradual de la educación secundária en Chile - Hernan Vera Lamperein and his participation in the movement of gradual renewal of secondary education in Chile

    Directory of Open Access Journals (Sweden)

    Jaime Caiceo Escudero, Chile

    2014-01-01

    Full Text Available Este trabalho tem como objetivos fundamentais destacar os principais traços biográficos de Hernán Vera Lamperein, Prêmio em Educação 2001, e descrever sua participação em uma das principais reformas educacionais que tomaram impulso no Chile entre 1945 e 1953, como parte do Movimento de Renovação Gradual da Educação Secundária. A metodologia utilizada é própria das pesquisas históricas: recorreu-se à fontes primárias e secundárias, foram feitas entrevistas com o personagem, bem como com pessoas que o conheceram, foram analisadas suas publicações e revisada a documentação dos lugares onde desempenhou seu trabalho profissional.Palavras-chave: reforma educacional, pedagogia de Dewey, prêmios nacionais em educação.HERNAN VERA LAMPEREIN AND HIS PARTICIPATION IN THE MOVEMENT OF GRADUAL RENEWAL OF SECONDARY EDUCATION IN CHILEAbstractThis work has as main objectives: to indicate the key biographical characteristics of Hernan Vera Lamperein, National Education Award 2001, and to describe their participation in one of the most important education reforms that took place between 1945 and1953 inChile as part of the Movement of gradual renewal of secondary education in Chile. The methodology used is typical of historical studies; It has been based on primary and secondary sources; interviews were given by the protagonist himself and by people who meet him, at the same time, bibliographical revision was made in order to analyze his works and professional life.Key-words: educational reform, Dewey´s pedagogy, national awards in education.HERNÁN VERA LAMPEREIN Y SU PARTICIPACIÓN EN EL MOVIMIENTO DE RENOVACION GRADUAL DE LA EDUCACIÓN SECUNDARIA EN CHILE ResumenEste trabajo tiene como objetivos fundamentales: señalar los principales rasgos biográficos de Hernán Vera Lamperein, Premio Nacional de Educación 2001, y describir su participación en una de las principales reformas educacionales que se impulsaron entre 1945 y 1953 en

  2. Digital tomosynthesis rendering of joint margins for arthritis assessment

    Science.gov (United States)

    Duryea, Jeffrey W.; Neumann, Gesa; Yoshioka, Hiroshi; Dobbins, James T., III

    2004-05-01

    PURPOSE: Rheumatoid arthritis (RA) of the hand is a significant healthcare problem. Techniques to accurately quantity the structural changes from RA are crucial for the development and prescription of therapies. Analysis of radiographic joint space width (JSW) is widely used and has demonstrated promise. However, radiography presents a 2D view of the joint. In this study we performed tomosynthesis reconstructions of proximal interphalangeal (PIP), and metacarpophalangeal (MCP) joints to measure the 3D joint structure. METHODS: We performed a reader study using simulated radiographs of 12 MCP and 12 PIP joints from skeletal specimens imaged with micro-CT. The tomosynthesis technique provided images of reconstructed planes with 0.75 mm spacing, which were presented to 2 readers with a computer tool. The readers were instructed to delineate the joint surfaces on tomosynthetic slices where they could visualize the margins. We performed a quantitative analysis of 5 slices surrounding the central portion of each joint. Reader-determined JSW was compared to a gold standard. As a figure of merit we calculated the average root-mean square deviation (RMSD). RESULTS: RMSD was 0.22 mm for both joints. For the individual joints, RMSD was 0.18 mm (MCP), and 0.26 mm (PIP). The reduced performance for the smaller PIP joints suggests that a slice spacing less than 0.75 mm may be more appropriate. CONCLUSIONS: We have demonstrated the capability of limited 3D rendering of joint surfaces using digital tomosynthesis. This technique promises to provide an improved method to visualize the structural changes of RA.

  3. The perils of straying from protocol: sampling bias and interviewer effects.

    Directory of Open Access Journals (Sweden)

    Carrie J Ngongo

    Full Text Available Fidelity to research protocol is critical. In a contingent valuation study in an informal urban settlement in Nairobi, Kenya, participants responded differently to the three trained interviewers. Interviewer effects were present during the survey pilot, then magnified at the start of the main survey after a seemingly slight adaptation of the survey sampling protocol allowed interviewers to speak with the "closest neighbor" in the event that no one was home at a selected household. This slight degree of interviewer choice led to inferred sampling bias. Multinomial logistic regression and post-estimation tests revealed that the three interviewers' samples differed significantly from one another according to six demographic characteristics. The two female interviewers were 2.8 and 7.7 times less likely to talk with respondents of low socio-economic status than the male interviewer. Systematic error renders it impossible to determine which of the survey responses might be "correct." This experience demonstrates why researchers must take care to strictly follow sampling protocols, consistently train interviewers, and monitor responses by interview to ensure similarity between interviewers' groups and produce unbiased estimates of the parameters of interest.

  4. 10 CFR Appendix R to Subpart B of... - Uniform Test Method for Measuring Average Lamp Efficacy (LE), Color Rendering Index (CRI), and...

    Science.gov (United States)

    2010-01-01

    ... (LE), Color Rendering Index (CRI), and Correlated Color Temperature (CCT) of Electric Lamps R Appendix R to Subpart B of Part 430 Energy DEPARTMENT OF ENERGY ENERGY CONSERVATION ENERGY CONSERVATION PROGRAM FOR CONSUMER PRODUCTS Test Procedures Pt. 430, Subpt. B, App. R Appendix R to Subpart B of Part...

  5. Reliability assessment of aging structures subjected to gradual and shock deteriorations

    International Nuclear Information System (INIS)

    Wang, Cao; Zhang, Hao; Li, Quanwang

    2017-01-01

    Civil structures and infrastructure facilities are susceptible to deterioration posed by the effects of natural hazards and aggressive environmental conditions. These factors may increase the risk of service interruption of infrastructures, and should be taken into account when assessing the structural reliability during an infrastructure's service life. Modeling the resistance deterioration process reasonably is the basis for structural reliability analysis. In this paper, a novel model is developed for describing the deterioration of aging structures. The deterioration is a combination of two stochastic processes: the gradual deterioration posed by environmental effects and the shock deterioration caused by severe load attacks. The dependency of the deterioration magnitude on the load intensity is considered. The Gaussian copula function is employed to help construct the joint distribution of correlated random variables. Semi-analytical methods are developed to assess the structural failure time and the number of significant load events (shocks) to failure. Illustrative examples are presented to demonstrate the applicability of the proposed model in structural reliability analysis. Parametric studies are performed to investigate the role of deterioration-load correlation in structural reliability. - Highlights: • A new resistance deterioration model for aging structures is proposed. • Time-dependent reliability analysis methods incorporating the proposed deterioration model are developed. • Parametric studies are performed to investigate the role of deterioration-load correlation in structural reliability.

  6. Brain ageing changes proteoglycan sulfation, rendering perineuronal nets more inhibitory.

    Science.gov (United States)

    Foscarin, Simona; Raha-Chowdhury, Ruma; Fawcett, James W; Kwok, Jessica C F

    2017-06-28

    Chondroitin sulfate (CS) proteoglycans in perineuronal nets (PNNs) from the central nervous system (CNS) are involved in the control of plasticity and memory. Removing PNNs reactivates plasticity and restores memory in models of Alzheimer's disease and ageing. Their actions depend on the glycosaminoglycan (GAG) chains of CS proteoglycans, which are mainly sulfated in the 4 (C4S) or 6 (C6S) positions. While C4S is inhibitory, C6S is more permissive to axon growth, regeneration and plasticity. C6S decreases during critical period closure. We asked whether there is a late change in CS-GAG sulfation associated with memory loss in aged rats. Immunohistochemistry revealed a progressive increase in C4S and decrease in C6S from 3 to 18 months. GAGs extracted from brain PNNs showed a large reduction in C6S at 12 and 18 months, increasing the C4S/C6S ratio. There was no significant change in mRNA levels of the chondroitin sulfotransferases. PNN GAGs were more inhibitory to axon growth than those from the diffuse extracellular matrix. The 18-month PNN GAGs were more inhibitory than 3-month PNN GAGs. We suggest that the change in PNN GAG sulfation in aged brains renders the PNNs more inhibitory, which lead to a decrease in plasticity and adversely affect memory.

  7. Can gradual dose titration of ketamine for management of neuropathic pain prevent psychotomimetic effects in patients with advanced cancer?

    Science.gov (United States)

    Okamoto, Yoshiaki; Tsuneto, Satoru; Tanimukai, Hitoshi; Matsuda, Yoichi; Ohno, Yumiko; Tsugane, Mamiko; Uejima, Etsuko

    2013-08-01

    Ketamine is often used to manage neuropathic pain in patients with cancer. However, it occasionally causes psychotomimetic effects such as vivid dreams, nightmares, illusions, hallucinations, and altered body image. To examine whether gradual dose titration of ketamine for management of neuropathic pain prevents psychotomimetic effects in patients with advanced cancer. This was a retrospective chart review. We administered ketamine when neuropathic pain in patients with advanced cancer became refractory to opioids and oral adjuvant analgesics. The starting dose of ketamine was 10 mg/d by continuous intravenous infusion. The dose was gradually increased by 10 mg/d every 4 to 6 hours to 50 mg/d or until the pain was relieved. It was subsequently increased by 25 mg/d every 12 to 24 hours until the pain was relieved. For this study, we enrolled 46 patients with advanced cancer. The mean age was 52.2 ± 16.9 years. The mean dose at onset of action and maximum dose of ketamine were 56 ± 58 and 272 ± 214 mg/d, respectively. The mean pain intensity (numerical rating scale) decreased significantly from 7.3 ± 2.0 to 3.5 ± 2.2 after the administration of ketamine (P ketamine for management of neuropathic pain can prevent psychotomimetic effects in patients with advanced cancer.

  8. Analysis of Samples Collected from the Surface of Interim Storage Canisters at Calvert Cliffs in June 2017: Revision 01.

    Energy Technology Data Exchange (ETDEWEB)

    Bryan, Charles R. [Sandia National Lab. (SNL-NM), Albuquerque, NM (United States); Schindelholz, Eric John [Sandia National Lab. (SNL-NM), Albuquerque, NM (United States)

    2017-11-01

    In June 2017, dust and salt samples were collected from the surface of Spent Nuclear Fuel (SNF) dry storage canisters at the Calvert Cliffs Nuclear Power Plant. The samples were delivered to Sandia National laboratories for analysis. Two types of samples were collected: filter-backed Scotch-Brite TM pads were used to collect dry dust samples for characterization of salt and dust morphologies and distributions; and Saltsmart TM test strips were used to collect soluble salts for determining salt surface loadings per unit area. After collection, the samples were sealed into plastic sleeves for shipping. Condensation within the sleeves containing the Scotch-Brite TM samples remobilized the salts, rendering them ineffective for the intended purpose, and also led to mold growth, further compromising the samples; for these reasons, the samples were not analyzed. The SaltSmart TM samples were unaffected and were analyzed by ion chromatography for major anions and cations. The results of those analyses are presented here.

  9. Treatment Choice for Advanced Non-small Cell Lung Cancer Patients Who Had Gradual Progression After EGFR-TKIs: 32 Cases Report

    Directory of Open Access Journals (Sweden)

    Lin LIN

    2013-10-01

    Full Text Available Background and objective The epidermal growth factor receptor tyrosine kinase inhibitors (EGFR-TKIs have been widely used in the treatment of the advanced non-small cell lung cancer (NSCLC, especially in the adenocarcinoma patients with activating EGFR mutations. But there is no published overview of the following treatment. This report through observing the efficacy, toxicity and overall survival of different treatments to the advanced NSCLC patients who had gradual progression after EGFR-TKIs, evaluates the influence of the continued treatment and switching chemotherapy. Methods Retrospective review is conducted on 32 cases of advanced NSCLC patients who experienced treatment failure of EGFR-TKIs. One group accepted the continued treatment and the other group accepted the switching chemotherapy. Results The median overall survival of the continued treatment group is 36.0 months. The respose rate of the switching chemotherapy group is 43.75%, and clinical benefit rate (complete and partial response and stable disease is 87.5%. The median overall survival is 15.5 months. The main toxicities are nausea, vomiting and hematological toxicities. Conclusion For the advanced NSCLC patients who had gradual progression after EGFR-TKIs, the continued treatment is one of the acceptable choices.

  10. Weekday variation in triglyceride concentrations in 1.8 million blood samples

    DEFF Research Database (Denmark)

    Jaskolowski, Jörn; Ritz, Christian; Sjödin, Anders Mikael

    2017-01-01

    BACKGROUND: Triglyceride (TG) concentration is used as a marker of cardio-metabolic risk. However, diurnal and possibly weekday variation exists in TG concentrations. OBJECTIVE: To investigate weekday variation in TG concentrations among 1.8 million blood samples drawn between 2008 and 2015 from...... variations in TG concentrations were recorded for out-patients between the age of 9 to 26 years, with up to 20% higher values on Mondays compared to Fridays (all PTriglyceride concentrations were highest after the weekend and gradually declined during the week. We suggest that unhealthy...

  11. Assessing the economic feasibility of the gradual decarbonization of a large electric power system

    DEFF Research Database (Denmark)

    Santos-Alamillos, Francisco; Archer, Cristina; Noel, Lance Douglas

    2017-01-01

    The decarbonization of power systems is among the primary actions to fight air pollution and climate change. In this study, we evaluate the costs of a gradual transition towards a new power system in which the oldest coal plants are replaced with low-carbon power plants. We developed the Wind...... Energy Integration Cost Advisor Model (WEICAM) to analyze different strategies for this energy transition and determine the most cost-effective roadmap, with and without externalities. The test case is the PJM Interconnection, one of the power systems in the United States with the largest fraction...... decommissioned and an increase in the levelized cost of electricity from 49.1 to 53.6 $/MWh (without externalities). In addition, selecting the windiest sites – even far away from the PJM region – is cheaper than selecting local but less windy sites. When externalities due to human health and environmental...

  12. Working with sample data exploration and inference

    CERN Document Server

    Chaffe-Stengel, Priscilla

    2014-01-01

    Managers and analysts routinely collect and examine key performance measures to better understand their operations and make good decisions. Being able to render the complexity of operations data into a coherent account of significant events requires an understanding of how to work well with raw data and to make appropriate inferences. Although some statistical techniques for analyzing data and making inferences are sophisticated and require specialized expertise, there are methods that are understandable and applicable by anyone with basic algebra skills and the support of a spreadsheet package. By applying these fundamental methods themselves rather than turning over both the data and the responsibility for analysis and interpretation to an expert, managers will develop a richer understanding and potentially gain better control over their environment. This text is intended to describe these fundamental statistical techniques to managers, data analysts, and students. Statistical analysis of sample data is enh...

  13. Selective and persistent deposition and gradual drainage of iodized oil, Lipiodol in the hepatocellular carcinoma after injection into the feeding hepatic artery

    International Nuclear Information System (INIS)

    Okayasu, I.; Hatakeyama, S.; Yoshida, T.; Yoshimatsu, S.; Tsuruta, K.; Miyamoto, H.; Kimula, Y.

    1988-01-01

    The selective and long-term deposition of iodized oil in the hepatocellular carcinoma (HCC) and its gradual drainage were clinicopathologically analyzed in 13 cases. All patients were Japanese and had an intrahepatic arterial injection of Lipiodol (LIP) mixed with Mitomycin C. The comparison among the follow-up computerized tomography (CT) findings, the observation of the soft x-ray radiogram, and histopathologic studies of the surgical or autopsy materials revealed that the selective deposition of LIP in HCC lasted for a long term, particularly in cases treated by LIP combined with transcatheter arterial embolization (TAE). Also revealed was an extremely gradual decrease of LIP from the HCC. It was thus postulated that, mainly, the accumulated macrophages surrounding LIP around the necrotic cancer tissue and, partially, the intrahepatic lymphatic system itself contributed to this drainage. Further, in histologic sections with lipid staining, x-ray microanalysis proved that the lipid droplets in the cancer tissue included highly concentrated iodine, as a deposition of LIP

  14. Computer-assisted operational planning for pediatric abdominal surgery. 3D-visualized MRI with volume rendering; Die computerassistierte Operationsplanung in der Abdominalchirurgie des Kindes. 3D-Visualisierung mittels ''volume rendering'' in der MRT

    Energy Technology Data Exchange (ETDEWEB)

    Guenther, P.; Holland-Cunz, S.; Waag, K.L. [Universitaetsklinikum Heidelberg (Germany). Kinderchirurgie; Troeger, J. [Universitaetsklinikum Heidelberg, (Germany). Paediatrische Radiologie; Schenk, J.P. [Universitaetsklinikum Heidelberg, (Germany). Paediatrische Radiologie; Universitaetsklinikum, Paediatrische Radiologie, Heidelberg (Germany)

    2006-08-15

    Exact surgical planning is necessary for complex operations of pathological changes in anatomical structures of the pediatric abdomen. 3D visualization and computer-assisted operational planning based on CT data are being increasingly used for difficult operations in adults. To minimize radiation exposure and for better soft tissue contrast, sonography and MRI are the preferred diagnostic methods in pediatric patients. Because of manifold difficulties 3D visualization of these MRI data has not been realized so far, even though the field of embryonal malformations and tumors could benefit from this. A newly developed and modified raycasting-based powerful 3D volume rendering software (VG Studio Max 1.2) for the planning of pediatric abdominal surgery is presented. With the help of specifically developed algorithms, a useful surgical planning system is demonstrated. Thanks to the easy handling and high-quality visualization with enormous gain of information, the presented system is now an established part of routine surgical planning. (orig.) [German] Komplexe Operationen bei ausgepraegten pathologischen Veraenderungen anatomischer Strukturen des kindlichen Abdomens benoetigen eine exakte Operationsvorbereitung. 3D-Visualisierung und computerassistierte Operationsplanung anhand von CT-Daten finden fuer schwierige chirurgische Eingriffe bei Erwachsenen in zunehmendem Masse Anwendung. Aus strahlenhygienischen Gruenden und bei besserer Weichteildifferenzierung ist jedoch neben der Sonographie die Magnetresonanztomographie (MRT) bei Kindern das Diagnostikum der Wahl. Die 3D-Visualisierung dieser MRT-Daten ist dabei jedoch aufgrund vielfaeltiger Schwierigkeiten bisher nicht durchgefuehrt worden, obwohl sich das Gebiet embryonaler Fehlbildungen und Tumoren geradezu anbietet. Vorgestellt wird eine weiterentwickelte und an die Fragestellungen der abdominellen Kinderchirurgie angepasste, sehr leistungsstarke raycastingbasierte 3D-volume-rendering-Software (VG Studio Max 1

  15. Technical analysis of volume-rendering algorithms: application in low-contrast structures using liver vascularisation as a model

    International Nuclear Information System (INIS)

    Cademartiri, Filippo; Luccichenti, Giacomo; Runza, Giuseppe; Bartolotta, Tommaso Vincenzo; Midiri, Massimo; Gualerzi, Massimo; Brambilla, Lorenzo; Coruzzi, Paolo; Soliani, Paolo; Sianesi, Mario

    2005-01-01

    Purpose: To assess the influence of pre-set volume rendering opacity curves (OC) on image quality and to identify which absolute parameters (density of aorta, hepatic parenchyma and portal vein) affect visualization of portal vascular structures (low-contrast structures). Materials and methods: Twenty-two patients underwent a dual-phase spiral CT with the following parameters: collimation 3 mm, pitch 2, increment 1 mm. Three scans were performed: one without contrast medium and the latter two after the injection of contrast material (conventionally identified as 'arterial' and 'portal'). The images were sent to a workstation running on an NT platform equipped with post-processing software allowing three-dimensional (3D) reconstructions to generate volume-rendered images of the vascular supply to the liver. Correlation between the absolute values of aorta, liver and portal vein density, OC parameters, and image quality were assessed. Results: 3D images generated using pre-set OC obtained a much mower overall quality score than those produced with OC set by the operator. High contrast between the liver and the portal vein, for example during the portal vascular phase, allows wider windows, thus improving image quality. Conversely, the OC in the parenchymal phase scans must have a high gradient in order to better differentiate between the vascular structures and the surrounding hepatic parenchyma. Conclusions: Image features considered to be of interest by the operator cannot be simplified by the mean of pre-set OC. Due to their strong individual variability automatic 3D algorithms cannot be universally applied: they should be adapted to both image and patient characteristics [it

  16. Dry Bean Morpho-Physiological Responses to Gradual Weed Biomass Accumulation

    Directory of Open Access Journals (Sweden)

    Hossein GHAMARI

    2013-02-01

    Full Text Available Field study was carried out in 2011 in west of Iran to assess responses of dry bean (Phaseolus vulgaris L. morpho-physiological traits to gradual weed biomass accumulation. The treatments consisted of two different periods of weed interference, which weeds either infested the plots or removed for an increasing duration of time (0, 10, 20, 30, 40, 50 days after crop emergence. Relative dominance and relative importance of weed species fluctuated over the crop cycle. As the duration of weed interference was increased, a declining trend of crop growth rate (CGR was observed. When weeds were allowed to compete with crop throughout the crop cycle, maximum value of CGR was decreased from 25.57 g m-2 days in full season weed free treatment to 16.78 g m-2 days in full season weed infested treatment. Effect of treatments on leaf area index (LAI was significant. Weed removal increased LAI but it could not significantly affect this trait, at the early of growing season. Weed interference caused a significant reduction on number of branches. The minimum number of branches was registered in full season weed infested treatment (2.58 branches per plant, while the maximum one was observed in the full season weed free treatment (4.25 branches per plant. Weed competition severely reduced crop yield. At 10 and 20 days after crop emergence, weed infestation could not significantly affect the yield. A negative relationship between weeds’ dry matter accumulation and LAI as well as number of branches was observed which signify the vulnerability of these morpho-physiological traits to weed competition.

  17. The learning of sciences: a gradual change in the way of learning. The case of vision

    Directory of Open Access Journals (Sweden)

    Bettina M. Bravo

    2009-11-01

    Full Text Available Learning the scientific way of knowledge implies a change in the most implicit principles that guide comprehension, interpretation and explanation of scientific phenomena as well as a change in the type of associated reasoning. With the aim of favouring this type of learning, a teaching programme was developed in relation to vision and implemented with a group of secondary school students. The way of learning of these students was observed at different teaching stages. Findings suggest that during the learning process the way students learn seems to change gradually and that students construct “intermediate” models (right but incomplete that become the basis for the construction of a systemic model proposed by school science.

  18. Photorealistic lighting and rendering of a small apartment interior : a case study with 3DS Max and V-Ray

    OpenAIRE

    Kämä, Antti

    2016-01-01

    The purpose of this thesis was to examine the process of creating photorealistic lighting for a small apartment interior and the process of rendering that interior. Both nighttime and daytime lighting was created for the 3D interior scene modeled beforehand. The 3D interior scene was comprised the walls, windows and the largest furniture of the apartment excluding the bathroom. The theoretical section of the thesis focuses on different settings and features which in combination influence...

  19. Application-Specific Graph Sampling for Frequent Subgraph Mining and Community Detection

    Energy Technology Data Exchange (ETDEWEB)

    Purohit, Sumit; Choudhury, Sutanay; Holder, Lawrence B.

    2017-12-11

    Graph mining is an important data analysis methodology, but struggles as the input graph size increases. The scalability and usability challenges posed by such large graphs make it imperative to sample the input graph and reduce its size. The critical challenge in sampling is to identify the appropriate algorithm to insure the resulting analysis does not suffer heavily from the data reduction. Predicting the expected performance degradation for a given graph and sampling algorithm is also useful. In this paper, we present different sampling approaches for graph mining applications such as Frequent Subgrpah Mining (FSM), and Community Detection (CD). We explore graph metrics such as PageRank, Triangles, and Diversity to sample a graph and conclude that for heterogeneous graphs Triangles and Diversity perform better than degree based metrics. We also present two new sampling variations for targeted graph mining applications. We present empirical results to show that knowledge of the target application, along with input graph properties can be used to select the best sampling algorithm. We also conclude that performance degradation is an abrupt, rather than gradual phenomena, as the sample size decreases. We present the empirical results to show that the performance degradation follows a logistic function.

  20. Gradual aridification of the Sahara during the last 11,000 years revealed by plant wax δD analyses of Lake Yoa (Chad)

    Science.gov (United States)

    Rethemeyer, Janet; Kröpelin, Stefan; Karls, Jens; Thienemann, Matthias; Melles, Martin; Schefuß, Enno

    2014-05-01

    It is still an ongoing debate whether the transition of the last 'green Sahara' period to today's large desert during the Holocene, the African Humid Period (AHP), was a progressive or an abrupt change in hydrological conditions. Several climate records mainly from East Africa suggest a rapid decline of moisture availability at the end of the AHP including new data from a marine sequence off the Horn of Africa (Tierney & deMenocal, 2013). Other archives including sedimentological, geochemical and palynological data from the central North African Lakes Chad and Lake Yoa point to a gradual rather than an abrupt transition near 5,000 years ago (Amaral et al., 2013; Kröpelin et al., 2008). The discrepancy of the available paleo-hydrological reconstructions underline the importance of proxy parameters directly related to hydrological conditions for accurate assessment of continental rainfall changes. Here, we present the first molecular-isotopic data from Lake Yoa documenting the hydrologic evolution over the entire Holocene. Compound-specific carbon and hydrogen isotope analyses were performed on long-chain n-alkanes. Our data indicate relative high but variable contributions of plant-derived long-chain n-alkanes carrying a distinct leaf-wax signature, i.e., a high Carbon Preference Index (CPI). A trend towards higher CPI values since 7,300 years ago suggests declining soil degradation and vegetation cover under increasingly drier conditions. In parallel, the average-chain-length of the long-chain n-alkanes increases gradually towards the present implying higher relative contributions from grasses. Compound-specific carbon isotope data confirm this finding, indicating a mixed C3/C4 contribution in the early and mid-Holocene changing towards a C4-grass dominated vegetation in the late Holocene. Most importantly, compound-specific hydrogen isotope data reveal a continuous increase from 8,100 years ago towards the present, reflecting a gradual aridification. The large