نتایج جستجو برای: contourlet conversion

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

Journal: :AL-Rafidain Journal of Computer Sciences and Mathematics 2010

Journal: :iranian journal of fuzzy systems 2010
fatemeh moayedi ebrahim dashti

this paper is concerned with the development of a novel classifier for automatic mass detection of mammograms, based on contourlet feature extraction in conjunction with statistical and fuzzy classifiers. in this method, mammograms are segmented into regions of interest (roi) in order to extract features including geometrical and contourlet coefficients. the extracted features benefit from...

2012
Yasmin Mohd Yacob

Feature-based registration is an effective technique for clinical use, because it can greatly reduce computational costs. However, this technique, which estimates the transformation by using feature points extracted from two images, may cause misalignments. To handle with this limitation, we propose to extract the salient edges and extracted control points (CP) of medical images by using effici...

2011
Yanjun Hu Guanjun Wang Xinde Cao Lei Yang

This paper proposed a robust public-key watermarking algorithm based on contourlet transform and its application in coal mining information construction combining the practice. A solution scheme combining the robust watermarking technology and Hash algorithm was proposed to meet the robustness and security requirements of the Electric Equipment Operation Tickets (EEOT). The scheme used the cert...

2006
Rafia Mumtaz Raja Iqbal Shoab Ahmed Khan

This paper presents a novel technique of image Enhancement which can be widely used in medical and biological imaging to improve the image quality. The principle objective of enhancement is to process an image so that the result is more suitable than the original image for a specific application. Image enhancement enhances weak edges or weak features in an image while keeping strong edges or fe...

Journal: :Optics letters 2013
Jianbing Xu Haiyan Ou Edmund Y Lam P C Chui Kenneth K Y Wong

Speckle reduction of retinal optical coherence tomography (OCT) images helps the diagnosis of ocular diseases. In this Letter, we present a speckle reduction method based on shrinkage in the contourlet domain for retinal OCT images. The algorithm overcomes the disadvantages of the wavelet shrinkage method, which lacks directionality and anisotropy. The trade-off between speckle reduction and ed...

2016
Yancang Li Huiping Song Changhong Chen Peng Geng Kai Lu

Aiming at solving the fusion problem of multifocus, a novel image fusion algorithm is presented in this paper. Firstly, the multiwavelet is combined with the direction filter bank (DFB) to construct the proposed MDFB transform to overcome defect of the contourlet transform. Secondly, the source multifocus images are decomposed into lowpass coefficients and highpass coefficients. Thirdly, the lo...

2007
C. Helen Sulochana S. Selvan Kanya Kumari

Iris recognition a new biometric technology has great advantages such as variability, stability and security. In this paper we propose a new feature extraction method for iris recognition based on contourlet transform. Contourlet transform captures the intrinsic geometrical structures of iris image. It decomposes the iris image into a set of directional subbands with texture details captured in...

2015
Gayatri Ashok D. R. Patil D. F. Prieto

Change detection in remote sensing images becomes more and more important for the last few decades, among them change detection in Synthetic Aperture Radar (SAR) images are having some more difficulties than optical ones due to the fact that SAR images suffer from the presence of the speckle noise. This paper presents unsupervised change detection in multi-temporal Synthetic Aperture Radar (SAR...

2011
C.Venkata Narasimhulu

The paper proposes a novel robust watermarking technique based on newly introduced Nonsubsampled contourlet transform(NSCT) and singular value decomposition(SVD) for multimedia copyright protection. The NSCT can give the asymptotic optimal representation of the edges and contours in image by virtue of the characteristics of good multi resolution shift invariance and multi directionality. After ...

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

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

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