نتایج جستجو برای: anisotropic di usion

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

1998
Guillermo Sapiro Vicent Caselles

In a number of disciplines, directional data provides a fundamental source of information. A novel framework for isotropic and anisotropic di usion of directions is presented in this paper. The framework can be applied both to regularize directional data and to obtain multiscale representations of it. The basic idea is to apply and extend results from the theory of harmonic maps in liquid cryst...

2017
Daniele Antonio Di Pietro Daniele A. Di Pietro

In this work we propose a compact cell-centered Galerkin method with subgrid stabilization for anisotropic heterogeneous di usion problems on general meshes. Both essential theoretical results and numerical validation are provided.

2001
Seongjai Kim

The article is concerned with eÆcient edge-preserving numerical techniques for noise removal via anisotropic di usion. New minimum-biased (MB) nite di erence formulas are introduced to minimize di usion on both the piecewise smooth portions and their boundaries. Locally one-dimensional time-stepping algorithms are analyzed and a formula for eÆcient timestep sizes is suggested, to remove the hig...

1993
Benjamin B. Kimia Kaleem Siddiqi

Visual tasks often require a hierarchical representation of shapes and images in scales ranging from coarse to ne. A variety of linear and nonlinear smoothing techniques, such as Gaussian smoothing, anisotropic di usion, regularization, etc. , have been proposed, leading to scalespace representations. We propose a geometric smoothing method based on local curvature in shapes and images. This de...

Journal: :journal of linear and topological algebra (jlta) 0
m alvand department of mathematical sciences, isfahan university of technology, isfahan, iran

it is known that a stochastic di erential equation (sde) induces two probabilisticobjects, namely a di usion process and a stochastic ow. while the di usion process isdetermined by the in nitesimal mean and variance given by the coecients of the sde,this is not the case for the stochastic ow induced by the sde. in order to characterize thestochastic ow uniquely the in nitesimal covariance give...

1997
Song Chun Zhu

This paper proposes a new class of nonlinear PDEs called the Gibbs Reaction And Di usion Equation GRADE for a variety of applications in computer vision image processing and graphics In two previous papers the authors have been studying a minimax entropy theory based on which a new class of Gibbs distributions are learned in a fully non parametric form from a set of observed images such as text...

2000
Jingzhi Zhu Long-Qing Chen Jie Shen Veena Tikare

A simple and e€ective numerical method is proposed for simulating the temporal di€usive mass transport process through a microstructure with arbitrary complexity described by a phase-®eld approach. The mass di€usion through a given microstructure is modeled by a di€usion equation with a variable di€usion coecient, which is solved by an ecient and accurate semi-implicit spectral method. It is ...

Journal: :SIAM Journal of Applied Mathematics 2002
Hans G. Othmer Thomas Hillen

In this paper we use the di usion-limit expansion of transport equations developed earlier [23] to study the limiting equation under a variety of external biases imposed on the motion. When applied to chemotaxis or chemokinesis, these biases produce modi cation of the turning rate, the movement speed or the preferred direction of movement. Depending on the strength of the bias, it leads to anis...

2004

Abstract In this paper an algebraic substructuring preconditioner is considered for nonconforming nite element approximations of second order elliptic problems in D domains with diagonal anisotropic di usion tensor Using a block Gauss elimination and a substructuring idea part of the unknowns is eliminated and the Schur complement obtained is preconditioned by a spectrally equivalent matrix Whe...

1995
Y. A. KUZNETSOV

Abstract In this paper an algebraic substructuring preconditioner is considered for nonconforming nite element approximations of second order elliptic problems in D domains with diagonal anisotropic di usion tensor Using a block Gauss elimination and a substructuring idea part of the unknowns is eliminated and the Schur complement obtained is preconditioned by a spectrally equivalent matrix Whe...

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

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

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