نتایج جستجو برای: and hue angle

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

Journal: :علوم باغبانی ایران 0
یونس مستوفی ابوالفضل اصغری مرجانلو

strawberry as a very perishable fruit, is exposed to fungi pathogens especially botrytis cinerea, thus its storage life is very limited. the use of synthetic chemical compounds to control gray mold on strawberry as well as on other fruits that are directly consumed by humans, have become less and less advisable. on the other hand the use of non chemical and safe methods of controlling gray mold...

Journal: :Neural networks : the official journal of the International Neural Network Society 2004
Ohad Ben-Shahar Steven W. Zucker

Primate visual systems support an elaborate specialization for processing color information. Concentrating on the hue component, we observe that, contrary to Mondrian-like assumptions, hue varies in a smooth manner for ecologically important natural imagery. To represent these smooth variations, and to support those information processing tasks that utilize hue, a piecewise smooth hue field is ...

Journal: :The Spanish journal of psychology 2006
Julio Lillo Humberto Moreira

Two experiments were performed to relate the Bezold-Brücke (B-B) and lightness compression effects. The first used a calibrated screen to present an achromatic luminance staircase. In addition, it reproduced, the methodology and the essential aspects the lightness compression effect discovered by Cataliotti and Gilchrist (1995). That is, observers perceived a truncated grey scale (from white to...

Journal: :Journal of vision 2006
Sven Schultz Katja Doerschner Laurence T Maloney

In this study, we used a hue scaling technique to examine human color constancy performance in simulated three-dimensional scenes. These scenes contained objects of various shapes and materials and a matte test patch at the center of the scene. Hue scaling settings were made for test patches under five different illuminations. Results show that subjects had nearly stable hue scalings for a give...

Journal: :Sen'i Gakkaishi 1976

Journal: :The Spanish Journal of Psychology 2006

Journal: :Journal of the Japan Society of Colour Material 1958

Journal: :Vision research 1991
H G Sperling A A Wright S L Mills

Hue discrimination, spectral sensitivity, and mathematical models of both are presented for a rhesus monkey which was exposed to intense green light. One of the monkey's eyes was blue-blinded in a previous experimental procedure and the other was color normal. The results of green light exposure showed a loss of sensitivity on both measures, with greater loss in the blue-blinded eye. Although t...

2002
Graham D. Finlayson Sabine Süsstrunk

We present an optimization technique to find hue constant RGB sensors. The hue representation is based on a log RGB opponent color space that is invariant to brightness and gamma. While modeling the visual response did not derive the opponent space, the hue definition is similar to the ones found in CIE Lab and IPT. Finding hue constant RGB sensors through this optimization might be applicable ...

Journal: :Health policy and planning 2006
Gia Canh Do Dale Whittington Thi Kim Thoa Le Nugroho Utomo Thai Hoa Nguyen Christine Poulos Thi Dieu Thuy Dang Dohyeong Kim Andrew Nyamete Camilo Acosta

The demand function for vaccines against typhoid fever was estimated using stated preference data collected from a random sample of 1065 households in Hue, Vietnam, in 2002. These are the first estimates of private willingness-to-pay (WTP) and demand functions for typhoid vaccines in a developing country. Mean respondent WTP for a single typhoid fever vaccine ranged from USD 2.30 to USD 4.80. M...

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

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

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