56 resultados para Dual gratings parallel matched


Relevância:

20.00% 20.00%

Publicador:

Resumo:

This paper proposes a parallel hardware architecture for image feature detection based on the Scale Invariant Feature Transform algorithm and applied to the Simultaneous Localization And Mapping problem. The work also proposes specific hardware optimizations considered fundamental to embed such a robotic control system on-a-chip. The proposed architecture is completely stand-alone; it reads the input data directly from a CMOS image sensor and provides the results via a field-programmable gate array coupled to an embedded processor. The results may either be used directly in an on-chip application or accessed through an Ethernet connection. The system is able to detect features up to 30 frames per second (320 x 240 pixels) and has accuracy similar to a PC-based implementation. The achieved system performance is at least one order of magnitude better than a PC-based solution, a result achieved by investigating the impact of several hardware-orientated optimizations oil performance, area and accuracy.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

In this paper an analytical solution of the temperature of an opaque material containing two overlapping and parallel subsurface cylinders, illuminated by a modulated light beam, is presented. The method is based on the expansion of plane and cylindrical thermal waves in series of Bessel and Hankel functions. This model is addressed to the study of heat propagation in composite materials with interconnection between inclusions, as is the case of inverse opals and fiber reinforced composites. Measurements on calibrated samples using lock-in infrared thermography confirm the validity of the model.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

We study the duality of the supersymmetric self-dual and Maxwell-Chern-Simons theories coupled to a fermionic matter superfield, using a master action. This approach evades the difficulties inherent to the quartic couplings that appear when matter is represented by a scalar superfield. The price is that the spinorial matter superfield represents a unusual supersymmetric multiplet, whose main physical properties we also discuss. (C) 2009 Elsevier B.V. All rights reserved.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

A novel cryptography method based on the Lorenz`s attractor chaotic system is presented. The proposed algorithm is secure and fast, making it practical for general use. We introduce the chaotic operation mode, which provides an interaction among the password, message and a chaotic system. It ensures that the algorithm yields a secure codification, even if the nature of the chaotic system is known. The algorithm has been implemented in two versions: one sequential and slow and the other, parallel and fast. Our algorithm assures the integrity of the ciphertext (we know if it has been altered, which is not assured by traditional algorithms) and consequently its authenticity. Numerical experiments are presented, discussed and show the behavior of the method in terms of security and performance. The fast version of the algorithm has a performance comparable to AES, a popular cryptography program used commercially nowadays, but it is more secure, which makes it immediately suitable for general purpose cryptography applications. An internet page has been set up, which enables the readers to test the algorithm and also to try to break into the cipher.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

In this paper the large-scale mass transport mechanism is used to microstructure azopolymeric films, aiming at controllable hydrophobic surfaces. Using an Ar(+) laser with intensity of 70 mW/cm(2), we produced egg-crate-like surfaces with periods from 1.0 to 3.5 mu m that present distinct wetting properties. The static contact angle of water was measured on the microstructured surfaces, and the results revealed an increase of approximately 9 degrees for a surface pattern period of 2 mu m. Our results indicate the use of the microstructuring method described here for the fabrication of devices with controllable hydrophobicity.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

We construct static and time-dependent exact soliton solutions with nontrivial Hopf topological charge for a field theory in 3 + 1 dimensions with the target space being the two dimensional sphere S(2). The model considered is a reduction of the so-called extended Skyrme-Faddeev theory by the removal of the quadratic term in derivatives of the fields. The solutions are constructed using an ansatz based on the conformal and target space symmetries. The solutions are said self-dual because they solve first order differential equations which together with some conditions on the coupling constants, imply the second order equations of motion. The solutions belong to a sub-sector of the theory with an infinite number of local conserved currents. The equation for the profile function of the ansatz corresponds to the Bogomolny equation for the sine-Gordon model.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

The indirect adhesive procedures constitute recently a substantial portion of contemporary esthetic restorative treatments. The resin cements have been used to bond tooth substrate and restorative materials. Due to recently introduction of the self-bonding resin luting cement based on a new monomer, filler and initiation technology has become important to study the degree of conversion of these new materials. In the present work the polymerization reaction and the filler content of dual-cured dental resin cements were studied by means of infra-red spectroscopy (FT-IR) and thermogravimetry (TG). Twenty specimens were made in a metallic mold (8 mm diameter x 1 mm thick) from each of 2 cements, PanaviaA (R) F2.0 (Kuraray) and RelyX (TM) Unicem Applicap (3M/ESPE). Each specimen was cured with blue LED with power density of 500 mW/cm(2) for 30 s. Immediately after curing, 24 and 48 h, and 7 days DC was determined. For each time interval 5 specimens were pulverized, pressed with KBr and analyzed with FT-IR. The TG measurements were performed in Netzsch TG 209 under oxygen atmosphere and heating rate of 10A degrees C/min from 25 to 700A degrees C. A two-way ANOVA showed DC (%) mean values statistically significance differences between two cements (p < 0.05). The Tukey`s test showed no significant difference only for the 24 and 48 h after light irradiation for both resin cements (p > 0.05). The Relx-Y (TM) Unicem mean values were significantly higher than PanaviaA (R) F 2.0. The degree of conversion means values increasing with the storage time and the filler content showed similar for both resin cements.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

We present parallel algorithms on the BSP/CGM model, with p processors, to count and generate all the maximal cliques of a circle graph with n vertices and m edges. To count the number of all the maximal cliques, without actually generating them, our algorithm requires O(log p) communication rounds with O(nm/p) local computation time. We also present an algorithm to generate the first maximal clique in O(log p) communication rounds with O(nm/p) local computation, and to generate each one of the subsequent maximal cliques this algorithm requires O(log p) communication rounds with O(m/p) local computation. The maximal cliques generation algorithm is based on generating all maximal paths in a directed acyclic graph, and we present an algorithm for this problem that uses O(log p) communication rounds with O(m/p) local computation for each maximal path. We also show that the presented algorithms can be extended to the CREW PRAM model.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

The InteGrade middleware intends to exploit the idle time of computing resources in computer laboratories. In this work we investigate the performance of running parallel applications with communication among processors on the InteGrade grid. As costly communication on a grid can be prohibitive, we explore the so-called systolic or wavefront paradigm to design the parallel algorithms in which no global communication is used. To evaluate the InteGrade middleware we considered three parallel algorithms that solve the matrix chain product problem, the 0-1 Knapsack Problem, and the local sequence alignment problem, respectively. We show that these three applications running under the InteGrade middleware and MPI take slightly more time than the same applications running on a cluster with only LAM-MPI support. The results can be considered promising and the time difference between the two is not substantial. The overhead of the InteGrade middleware is acceptable, in view of the benefits obtained to facilitate the use of grid computing by the user. These benefits include job submission, checkpointing, security, job migration, etc. Copyright (C) 2009 John Wiley & Sons, Ltd.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

We investigate the isoperimetric problem of finding the regions of prescribed volume with minimal boundary area between two parallel horospheres in hyperbolic 3-space (the part of the boundary contained in the horospheres is not included). We reduce the problem to the study of rotationally invariant regions and obtain the possible isoperimetric solutions by studying the behavior of the profile curves of the rotational surfaces with constant mean curvature in hyperbolic 3-space. We also classify all the connected compact rotational surfaces M of constant mean curvature that are contained in the region between two horospheres, have boundary partial derivative M either empty or lying on the horospheres, and meet the horospheres perpendicularly along their boundary.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Tempol (4-hydroxy-2,2,6,6-tetramethyl-1-piperidinyloxy) has long been known to protect experimental animals from the injury associated with oxidative and inflammatory conditions. In the latter case, a parallel decrease in tissue protein nitration levels has been observed. Protein nitration represents a shift in nitric oxide actions from physiological to pathophysiological and potentially damaging pathways involving its derived oxidants such as nitrogen dioxide and peroxynitrite. In infectious diseases, protein tyrosine nitration of tissues and cells has been taken as evidence for the involvement of nitric oxide-derived oxidants in microbicidal mechanisms. To examine whether tempol inhibits the microbicidal action of macrophages, we investigated its effects on Leishmania amazonensis infection in vitro (RAW 264.7 murine macrophages) and in vivo (C57B1/6 mice). Tempol was administered in the drinking water at 2 mM throughout the experiments and shown to reach infected footpads as the nitroxide plus the hydroxylamine derivative by EPR analysis. At the time of maximum infection (6 weeks), tempol increased footpad lesion size (120%) and parasite burden (150%). In lesion extracts, tempol decreased overall nitric oxide products and expression of inducible nitric oxide synthase to about 80% of the levels in control animals. Nitric oxide-derived products produced by radical mechanisms, such as 3-nitrotyrosine and nitrosothiol, decreased to about 40% of the levels in control mice. The results indicate that tempol worsened L. amazonensis infection by a dual mechanism involving down-regulation of iNOS expression and scavenging of nitric oxide-derived oxidants. Thus, the development of therapeutic strategies based on nitroxides should take into account the potential risk of altering host resistance to parasite infection. (c) 2008 Elsevier Inc. All rights reserved.