نتایج جستجو برای: ultrasound surface probe

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

Journal: :Diseases of the esophagus : official journal of the International Society for Diseases of the Esophagus 2009
Tan Attila Douglas O Faigel

The recent increase in the incidence of superficial esophageal cancer and promising developments in potentially curative endoscopic therapies have placed endoscopic ultrasound in a central position with regard to decision making. This is a review of the literature to determine the role of endoscopic ultrasound and high frequency probe ultrasonography in the assessment of superficial esophageal ...

Journal: :IEEE Access 2021

Biometric recognition systems based on 3D palmprint captured with optical technology have been widely investigated in the last decade; however, they can provide information about external skin surface only. This limit be overcome by Ultrasound, which allows gaining depth of palm lines and verify liveness sample, making very hard to fake. In this work, a feasible system ultrasound images is prop...

Journal: :Medical physics 2015
Wenfeng Xia Jean Martial Mari Simeon J West Yuval Ginsberg Anna L David Sebastien Ourselin Adrien E Desjardins

PURPOSE Accurate and efficient guidance of needles to procedural targets is critically important during percutaneous interventional procedures. Ultrasound imaging is widely used for real-time image guidance in a variety of clinical contexts, but with this modality, uncertainties about the location of the needle tip within the image plane lead to significant complications. Whilst several methods...

2018
Jyotirmoy Banerjee Premal A. Patel Fred Ushakov Donald Peebles Jan Deprest Sébastien Ourselin David J. Hawkes Tom Vercauteren

We propose a spatial compounding technique and variational framework to improve 3D ultrasound image quality by compositing multiple ultrasound volumes acquired from different probe orientations. In the composite volume, instead of intensity values, we estimate a tensor at every voxel. The resultant tensor image encapsulates the directional information of the underlying imaging data and can be u...

Journal: :Pain physician 2009
Napolean A Campos John H Chiles Anthony R Plunkett

BACKGROUND Cryotechnology is a modality of renewed interest in pain management. It is safe and effective when used to treat neuropathies of sensory and mixed nerves. Cryoablation, in general, is devoid of the risk of neuroma formation and can provide several weeks to months of adequate pain relief. Traditionally, cryoablation was applied blindly to the target area. The use of ultrasound guidanc...

Journal: :Ultrasound in medicine & biology 2005
Laurence Mercier Thomas Langø Frank Lindseth D Louis Collins

Three-dimensional (3-D) ultrasound (US) is an emerging new technology with numerous clinical applications. Ultrasound probe calibration is an obligatory step to build 3-D volumes from 2-D images acquired in a freehand US system. The role of calibration is to find the mathematical transformation that converts the 2-D coordinates of pixels in the US image into 3-D coordinates in the frame of refe...

Ultrasound can be used both simultaneously or as a pretreatment technique for flotation to produce higher combustible recoveries, higher heat values, and lower ash data from raw hard coals. The recent research works have indicated that modifying coal surfaces, especially physical surface cleaning with the help of the cavitation process created by power ultrasound at certain frequency and time i...

2014
Kenji FUKUDA Jun MASUOKA Shigeki TAKADA Shinji KATSURAGI Tomoaki IKEDA Koji IIHARA

We report two methods of intraoperative fetal heart rate (FHR) monitoring in cases of cerebral arteriovenous malformation surgery during pregnancy. In one case in her third trimester, cardiotocography was used. In another case in her second trimester, ultrasound sonography was used, with a transesophageal echo probe attached to her lower abdomen. Especially, the transesophageal echo probe was u...

2002
Adriana Vilchis Gonzales Jocelyne Troccaz Philippe Cinquin Agnès Guerraz Franck Pellissier Pierre Thorel Bertrand Tondu Fabien Courreges Gérard Poisson Marc Althuser Jean-Marc Ayoubi

This paper presents a master-slave system applied to the remote diagnosis from echographic data. The motion of the master manipulator is remotely controlled by a physician and reproduced by a slave robot carrying the echographic probe. The contact force between the probe and the patient is fed back to operator allowing him to have a haptic virtual environment. The innovation of this haptic cont...

Journal: :Pain physician 2013
Steven R Clendenen Shawn A Candler Michael D Osborne Scott C Palmer Stephanie Duench Laura Glynn Salim M Ghazi

Piriformis syndrome is a pain syndrome originating in the buttock and is attributed to 6% - 8% of patients referred for the treatment of back and leg pain. The treatment for piriformis syndrome using fluoroscopy, computed tomography (CT), electromyography (EMG), and ultrasound (US) has become standard practice. The treatment of Piriformis Syndrome has evolved to include fluoroscopy and EMG with...

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

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

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