نتایج جستجو برای: background enhancement

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

2015
Keisuke Kinoshita Marc Delcroix Atsunori Ogawa Tomohiro Nakatani

A speech signal captured by a distant microphone is generally contaminated by background noise, which severely degrades the audible quality and intelligibility of the observed signal. To resolve this issue, speech enhancement has been intensively studied. In this paper, we consider a text-informed speech enhancement, where the enhancement process is guided by the corresponding text information,...

2016
John Egan Rebecca J. Sharman Kenneth C. Scott-Brown Paul George Lovell

Disruptive colouration is a visual camouflage composed of false edges and boundaries. Many disruptively camouflaged animals feature enhanced edges; light patches are surrounded by a lighter outline and/or a dark patches are surrounded by a darker outline. This camouflage is particularly common in amphibians, reptiles and lepidopterans. We explored the role that this pattern has in creating effe...

Journal: :Stroke 2012
Antoine Millon Loic Boussel Marie Brevet Jean-Louis Mathevet Emmanuelle Canet-Soulas Cyril Mory Jean-Yves Scoazec Philippe Douek

BACKGROUND AND PURPOSE Although the ability of MRI to investigate carotid plaque composition is well established, the mechanism and the significance of plaque gadolinium (Gd) enhancement remain unknown. We evaluated clinical and histological significance of Gd enhancement of carotid plaque in patients undergoing endarterectomy for carotid stenosis. METHODS Sixty-nine patients scheduled for a ...

Journal: :international journal of nano dimension 0
m.a. kheram department of mechanics, islamic azad university-marvdasht branch, marvdasht, iran.

the present work is an experimental study of steady state convective heat transfer of de-ionized water with a (0.04% by volume) volume fraction of al2o3 nanoparticles dispersed to form a nanofluid that flows through an aluminium tube.laminar fully developed flow heat transfer coefficient of al2o3 nanoparticles are dispersed in water in circular tube is discussed in this paper. in order to valid...

Journal: :AJNR. American journal of neuroradiology 1999
M Knauth N Aras C R Wirtz A Dörfler T Engelhorn K Sartor

BACKGROUND AND PURPOSE Intraoperative MR imaging is being used increasingly during neurosurgical interventions. The aim of this study was to describe and classify different forms of surgically induced intracranial contrast enhancement observed during intraoperative MR examinations. METHODS A total of 51 intraoperative MR examinations were performed to assess the extent of brain tumor removal....

Journal: :AJNR. American journal of neuroradiology 2005
Matthew L White Yan Zhang Patricia Kirby Timothy C Ryken

BACKGROUND AND PURPOSE The association of high-grade oligodendrogliomas with tumor contrast material enhancement on MR images has been reported. Some authors have even used contrast enhancement as a criterion for their oligodendroglioma grading system. The purpose of our study was to evaluate if tumor contrast enhancement is a specific finding for anaplastic oligodendroglioma. METHODS Pretrea...

Journal: :CoRR 2012
K. Sreedhar B. Panlal

This paper deals with enhancement of images with poor contrast and detection of background. Proposes a frame work which is used to detect the background in images characterized by poor contrast. Image enhancement has been carried out by the two methods based on the Weber’s law notion. The first method employs information from image background analysis by blocks, while the second transformation ...

2018
Wen-Yu Hsu Hsien-Yuan Lane Chieh-Hsin Lin

Background/aims: Cognitive impairment, which frequently occurs in patients with schizophrenia, bipolar disorder, Alzheimer’s disease, and Parkinson’s disease, has a significant impact on the daily lives of both patients and their family. Furthermore, since the medications used for cognitive enhancement have limited efficacy, the issue of cognitive enhancement still remains a clinically unsolved...

2014
Sophia Hammer-Hansen Li-Yueh Hsu Steve W Leung Joni Taylor Martin Ugander Andrew E Arai

Background T2-weighted enhancement depicts the myocardial area at risk (AAR) associated with coronary occlusion. However, the severity of blood flow abnormality required to cause a detectable elevation in myocardial T2 is unknown. The aim of this study was to use microspheres to determine the severity of reduction in myocardial blood flow that results in visually detectable T2 weighted enhancem...

Journal: :AJNR. American journal of neuroradiology 1998
A Lee C Wallace B Rewcastle G Sutherland

We describe a patient with metastatic disease to an intracranial meningioma in which MR images showed multiple foci of intense enhancement within a background of moderate enhancement. The discrete foci proved to be metastatic disease from the patient's known breast carcinoma.

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

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

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"; } -->