نتایج جستجو برای: specular reflectance rspec

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

Journal: :Journal of the Optical Society of America. A, Optics, image science, and vision 2008
Patrick Terrier Vincent Devlaminck Jean Michel Charbois

A polarimetric vision system yielding a roughness-segmentation-based image is described. As a general principle, the bidirectional reflectance distribution function (BRDF) of a surface is assumed to be related to its local irregularities, i.e., its roughness. This BRDF is seen as the sum of a specular and a diffuse component. In this paper we propose to introduce polarization measurements in or...

Journal: :Comput. Graph. Forum 2013
Chuong H. Nguyen Daniel Scherzer Tobias Ritschel Hans-Peter Seidel

This work addresses the challenge of intuitive appearance editing in scenes with complex geometric layout and complex, spatially-varying indirect lighting. In contrast to previous work, that aimed to edit surface reflectance, our system allows a user to freely manipulate the surface light field. It then finds the best surface reflectance that “explains” the surface light field manipulation. Ins...

2002
Takashi Machida Naokazu Yokoya

In augmented virtuality which virtualizes real objects to construct a mixed reality environment, it is important to estimate object surface reflectance properties to render objects under arbitrary illumination conditions. The authors developed a method to estimate reflectance properties of object surfaces densely. However, it was difficult to estimate surface reflectance properties faithfully f...

Journal: :Applied optics 2012
Alexander Prokhorov

This paper proposes a three-component bidirectional reflectance distribution function (3C BRDF) model consisting of diffuse, quasi-specular, and glossy components for calculation of effective emissivities of blackbody cavities and then investigates the properties of the new reflection model. The particle swarm optimization method is applied for fitting a 3C BRDF model to measured BRDFs. The mod...

2008
Lichi Zhang

Polarisation has proven to be an effective method in the analysis of light reflection in computer vision. It plays an important role in separating reflectance components using cross polarisation settings. Some polarisation based methods have also been presented in the literature for surface orientation estimation, where the incident light is unpolarised. This thesis aims at exploiting the polar...

2013
Jan Marek Marcinczak Rolf-Rainer Grigat

Segmentation of specular reflections is an essential step in endoscopic image analysis; it affects all further processing steps including segmentation, classification, and registration tasks. The dichromatic reflectance model, which is often used for specular reflection modeling, is made for dielectric materials and not for human tissue. Hence, most recent segmentation approaches rely on thresh...

2002
Kenji Hara Ko Nishino Atsushi Nakazawa Katsushi Ikeuchi

In this paper, we propose a new method for estimating reflection properties of a real object surface from a single specular component image, as well as the light source position. Polarization is used for separating the diffuse and specular reflection components. Different from previous approaches, which heavily assumed both distant viewpoint and illuminant position, our method can work even und...

1995
Jiang Yu Zheng Yoshihiro Fukagawa Norihiro Abe

This work investigates visual characteristics of specular surfaces during rotation, and gives approaches to qualitatively identify and quantitatively recover shapes of these surfaces. Continuous images are taken when an object rotates. We look at specularly reflected patterns on the surfaces and their motion in the EPIs parallel to the rotation plane, from which estimation of each surface point...

Journal: :Journal of dental research 1977
J M Powers P J Lepeak

The effect of specular reflection, background color and specimen thickness on the color of four commercial denture resins was studied by reflection spectrophotometry. Higher values of luminous reflectance and excitation purity were obtained with a white than with a black background, whereas dominant wavelength was lowered slightly.

Journal: :Chemical communications 2014
Seong J Cho Taechang An Geunbae Lim

An ideal black material absorbs light perfectly over all wavelengths and is totally nonreflective. Material and structural design are crucial to the management of reflectivity. Here, we report a three-dimensionally designed (3D) silicon structure consisting of silicon pillars. To our knowledge, this 3D hierarchical surface has the lowest specular reflectance among silicon-based materials report...

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

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

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