نتایج جستجو برای: microcalcification

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

2015
A. Nandhini V. J. Arul karthick

Microcalcification is a tiny abnormal deposit of calcium salt especially in the breast cancer that in the human female is often an indicator of breast cancer. In currently the microcalcification cluster is a important primary sign of breast cancer. The breast cancer is detected the early stage and it is identify the benign or malignant. The existing approaches is tend to concentrate on to the m...

Journal: :IEICE Transactions 2006
Ho Kyung Kang Yong Man Ro Sung-Min Kim

Microcalcification detection is an important part of early breast cancer detection. In this paper, we propose a microcalcification detection algorithm using adaptive contrast enhancement in a mammography CAD (computer-aided diagnosis) system. The proposed microcalcification detection algorithm includes two parts. One is adaptive contrast enhancement in which the enhancement filtering parameters...

2009
N. S. Arikidis A. Karahaliou S. Skiadopoulos E. Likaki G. Panagiotakis L. Costaridou

Morphology of individual microcalcifications is an important clinical factor in microcalcification clusters diagnosis. Accurate segmentation remains a difficult task due to microcalcifications small size, low contrast, fuzzy nature and low distinguishability from surrounding tissue. A novel application of active rays (polar transformed active contours) on B-spline wavelet representation is empl...

Journal: :CoRR 2010
T. Balakumaran I. L. A. Vennila C. Gowri Shankar

Microcalcifications in mammogram have been mainly targeted as a reliable earliest sign of breast cancer and their early detection is vital to improve its prognosis. Since their size is very small and may be easily overlooked by the examining radiologist, computer-based detection output can assist the radiologist to improve the diagnostic accuracy. In this paper, we have proposed an algorithm fo...

Journal: :Medical physics 2012
Berkman Sahiner Heang-Ping Chan Lubomir M Hadjiiski Mark A Helvie Jun Wei Chuan Zhou Yao Lu

PURPOSE To design a computer-aided detection (CADe) system for clustered microcalcifications in reconstructed digital breast tomosynthesis (DBT) volumes and to perform a preliminary evaluation of the CADe system. METHODS IRB approval and informed consent were obtained in this study. A data set of two-view DBT of 72 breasts containing microcalcification clusters was collected from 72 subjects ...

2014
Zhili Chen Harry Strange Arnau Oliver Erika R. E. Denton Caroline Boggis Reyer Zwiggelaar

Goal: The presence of microcalcification clusters is a primary sign of breast cancer; however, it is difficult and time consuming for radiologists to classify microcalcifications as malignant or benign. In this paper, a novel method for the classification of microcalcification clusters in mammograms is proposed. Methods: The topology/connectivity of individual microcalcifications is analysed wi...

2009
Ravi K Samala Heang-Ping Chan Lubomir M Hadjiiski

Morphology of individual microcalcifications is an important clinical factor in microcalcification clusters diagnosis. Accurate segmentation remains a difficult task due to microcalcifications small size, low contrast, fuzzy nature and low distinguishability from surrounding tissue. A novel application of active rays (polar transformed active contours) on B-spline wavelet representation is empl...

Journal: :Turkish journal of medical sciences 2016
İbrahim Ali Özemir Barış Bayraktar Ender Anılır Kıvılcım Orhun Tunç Eren Jülide Sağıroğlu Ayşe Bahar Ceyran Rafet Yiğitbaşı Orhan Alimoğlu

BACKGROUND/AIM Microcalcifications are generally accepted as highly specific for thyroid malignancy, especially for papillary thyroid carcinoma (PTC). The aim of this study was to determine the significance of microcalcification within nodules that were classified as being of “indeterminate cytology” (IC) according to fine-needle aspiration biopsy. MATERIALS AND METHODS Patients w...

Journal: :Medical physics 2011
Eman Shaheen Chantal Van Ongeval Federica Zanca Lesley Cockmartin Nicholas Marshall Jurgen Jacobs Kenneth C Young David R Dance Hilde Bosmans

PURPOSE This work proposes a new method of building 3D models of microcalcification clusters and describes the validation of their realistic appearance when simulated into 2D digital mammograms and into breast tomosynthesis images. METHODS A micro-CT unit was used to scan 23 breast biopsy specimens of microcalcification clusters with malignant and benign characteristics and their 3D reconstru...

2012
Zhili Chen Arnau Oliver Erika Denton Caroline Boggis Reyer Zwiggelaar

The presence of microcalcification clusters is a primary sign of breast cancer. It is difficult and time consuming for radiologists to diagnose microcalcifications. In this paper, we present a novel method for the classification of malignant and benign microcalcification clusters in mammograms. We analyse the topology of individual microcalcifications within a cluster using multiscale morpholog...

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

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

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