نتایج جستجو برای: periocular dermatitis

تعداد نتایج: 25148  

Journal: :Ophthalmic plastic and reconstructive surgery 2017
Jessica R Chang Samuel Baharestani Sherveen S Salek W Jordan Piluek Charles G Eberhart Timothy J McCulley

Cosmetic injection of hyaluronic acid (HA) and other fillers is increasingly common, and the late complications of these relatively new procedures are now coming to medical attention. Three patients with delayed periocular swelling that began years after injection of HA are described, with CT, MRI, and histopathologic characterization. While HA fillers are marketed as having a temporary effect ...

2016
Brian C. Gilger

Traditionally, medication is delivered to the eye by three main mechanisms: Topical ocular administration, systemic administration, and intraocular or periocular injection. Each of these methods has significant disadvantages. Topical ocular solutions or ointments have less than a 1% penetration, have rapid dilution and tear washout, and rely substantially on owner compliance to administer the m...

Journal: :Archives of ophthalmology 2012
Sumeer Thinda Harry V Wright Louise A Mawn

We report the first use of the Integra Bilayer Matrix Wound Dressing (Integra LifeSciences Corp), a collagen sheet with glycosaminoglycans and a silicone layer, in an innovative reconstruction approach to devastating traumatic tissue loss in the periocular area. A 36-year-old woman was involved in a motor vehicle crash with a resultant large defect from the medial canthus to the temporal fossa ...

2015
João C. Monteiro Rui Esteves Gil Melfe Mateus Santos Paulo Torrão Fiadeiro Joana Lobo Jaime S. Cardoso

In recent years, periocular recognition has become a popular alternative to face and iris recognition in less ideal acquisition scenarios. An interesting example of such scenarios is the usage of mobile devices for recognition purposes. With the growing popularity and easy access to such devices, the development of robust biometric recognition algorithms to work under such conditions finds stro...

Journal: :Genesis 2011
Phillip E Kish Brenda L Bohnsack Donika Gallina Daniel S Kasprick Alon Kahana

The formation and invagination of the optic stalk coincides with the migration of cranial neural crest (CNC) cells, and a growing body of data reveals that the optic stalk and CNC cells communicate to lay the foundations for periocular and craniofacial development. Following migration, the interaction between the developing eye and surrounding periocular mesenchyme (POM) continues, leading to i...

2013
Fernando Alonso-Fernandez

We present a new system for biometric recognition using periocular images based on retinotopic sampling grids and Gabor analysis of the local power spectrum at different frequencies and orientations. A number of aspects are studied, including: 1) grid adaptation to dimensions of the target eye vs. grids of constant size, 2) comparison between circularand rectangular-shaped grids, 3) use of Gabo...

Journal: :Ophthalmologica. Journal international d'ophtalmologie. International journal of ophthalmology. Zeitschrift fur Augenheilkunde 2008
Gregor P Jaggi Hanspeter E Killer

PURPOSE To report on a 19-year-old man with 'spontaneous' periocular hemorrhage and macrohematuria as the first signs of a bone-marrow-infiltrating rhabdomyosarcoma of the left superior rectus muscle. PROCEDURES Clinical eye examination, magnetic resonance imaging, laboratory workup and bone marrow biopsy were performed. RESULTS Magnetic resonance imaging showed a mass lesion in the left su...

Journal: :Ophthalmic surgery, lasers & imaging : the official journal of the International Society for Imaging in the Eye 2010
Efstathios T Detorakis Eleni E Drakonaki Miltiadis K Tsilimbaris Ioannis G Pallikaris Spiridon Giarmenitis

BACKGROUND AND OBJECTIVE This study examines the value of ultrasound elastography for the examination of ocular and periocular structures. SUBJECTS AND METHODS Five patients, aged 22 to 75 years, who each had one blind eye were included. Patients underwent ultrasound elastography of their blind eye and periocular tissues using a 7-13 MHz probe. Strain grayscale and color-coded elastographic m...

2017
Bahram Eshraghi Hesam Hashemian

Purpose: To review periocular dermoid cysts to determine distribution of demographic factors, and tumor location Methods: In this retrospective, observational case series in a tertiary-care hospital, we reviewed all cases of histopathologically verified periocular dermoid cysts at our institution between 2003 and 2011. The study endpoints included: age, gender, and tumor location. Results: Two ...

2012
Lihu Xiao Zhenan Sun Tieniu Tan

As a reliable personal identification method, iris recognition has been widely used for a large number of applications. Since a variety of iris devices produced by different vendors may be used for some large-scale applications, it is necessary to match heterogeneous iris images against the variations of sensors, illuminators, imaging distance and imaging conditions. This paper aims to improve ...

نمودار تعداد نتایج جستجو در هر سال

با کلیک روی نمودار نتایج را به سال انتشار فیلتر کنید

function paginate(evt) { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term pg=parseInt(evt.target.text) var data={ "year":filter_year, "term":term, "pgn":pg } filtered_res=post_and_fetch(data,url) window.scrollTo(0,0); } function update_search_meta(search_meta) { meta_place=document.getElementById("search_meta_data") term=search_meta.term active_pgn=search_meta.pgn num_res=search_meta.num_res num_pages=search_meta.num_pages year=search_meta.year meta_place.dataset.term=term meta_place.dataset.page=active_pgn meta_place.dataset.num_res=num_res meta_place.dataset.num_pages=num_pages meta_place.dataset.year=year document.getElementById("num_result_place").innerHTML=num_res if (year !== "unfilter"){ document.getElementById("year_filter_label").style="display:inline;" document.getElementById("year_filter_place").innerHTML=year }else { document.getElementById("year_filter_label").style="display:none;" document.getElementById("year_filter_place").innerHTML="" } } function update_pagination() { search_meta_place=document.getElementById('search_meta_data') num_pages=search_meta_place.dataset.num_pages; active_pgn=parseInt(search_meta_place.dataset.page); document.getElementById("pgn-ul").innerHTML=""; pgn_html=""; for (i = 1; i <= num_pages; i++){ if (i===active_pgn){ actv="active" }else {actv=""} pgn_li="
  • " +i+ "
  • "; pgn_html+=pgn_li; } document.getElementById("pgn-ul").innerHTML=pgn_html var pgn_links = document.querySelectorAll('.mypgn'); pgn_links.forEach(function(pgn_link) { pgn_link.addEventListener('click', paginate) }) } function post_and_fetch(data,url) { showLoading() xhr = new XMLHttpRequest(); xhr.open('POST', url, true); xhr.setRequestHeader('Content-Type', 'application/json; charset=UTF-8'); xhr.onreadystatechange = function() { if (xhr.readyState === 4 && xhr.status === 200) { var resp = xhr.responseText; resp_json=JSON.parse(resp) resp_place = document.getElementById("search_result_div") resp_place.innerHTML = resp_json['results'] search_meta = resp_json['meta'] update_search_meta(search_meta) update_pagination() hideLoading() } }; xhr.send(JSON.stringify(data)); } function unfilter() { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":"unfilter", "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } function deactivate_all_bars(){ var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(bar) { bar.dataset.active = false bar.style = "stroke:#71a3c5;" }) } year_chart.on("created", function() { var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(check) { check.addEventListener('click', checkIndex); }) }); function checkIndex(event) { var yrchart = document.querySelectorAll('.ct-bar'); var year_bar = event.target if (year_bar.dataset.active == "true") { unfilter_res = unfilter() year_bar.dataset.active = false year_bar.style = "stroke:#1d2b3699;" } else { deactivate_all_bars() year_bar.dataset.active = true year_bar.style = "stroke:#e56f6f;" filter_year = chart_data['labels'][Array.from(yrchart).indexOf(year_bar)] url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":filter_year, "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } } function showLoading() { document.getElementById("loading").style.display = "block"; setTimeout(hideLoading, 10000); // 10 seconds } function hideLoading() { document.getElementById("loading").style.display = "none"; } -->