نتایج جستجو برای: tactile experience

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

2003
Guangqi Ye Jason J. Corso Gregory D. Hager Allison M. Okamura

Recently, haptic devices have been successfully incorporated into the human-computer interaction model. However, a drawback common to almost all haptic systems is that the user must be attached to the haptic device at all times, even though force feedback is not always being rendered. This constant contact hinders perception of the virtual environment, primarily because it prevents the user fro...

2012
K Kemper H Shaltout

Methods Subjects were healthy volunteers who were told the study was evaluating the effect of time and touch on the autonomic nervous system. The practitioner had more than 10 years experience with lovingkindness meditation (LKM), a form of NVCC. Subjects completed 10-point visual analog scales (VAS) for stress, relaxation and peacefulness before and after LKM. To assess physiologic effects, pr...

2016
Gabriele Frediani Hugh Boys Stefan Poslad Federico Carpi

The use of virtual images, computer generated objects and 3D models is becoming increasingly relevant in a number of fields such as simulators for training of medical operator [1], teleoperation [2], computer aided design and 3D modelling [3]. For instance, virtual reality can help training surgeons, reducing the need for learning and practicing entirely with patients or animals[4]. To this aim...

Journal: :Current opinion in behavioral sciences 2022

Just as for any other sensory system, researchers have long wanted to discriminate between the discriminative and hedonic aspects of tactile perception. Supporting such a distinction, have, in recent decades, uncovered existence dedicated system receptors hairy skin (C-Tactile, CT, afferents) that appear be preferentially tuned pleasant stroking (i.e. caressing) touch. No matter what kind touch...

2014
Sakiko Ikeno Ryo Watanabe Ryuta Okazaki Taku Hachisu Michi Sato Hiroyuki Kajimoto

Visual and tactile stimulation are known to affect the experience of eating and drinking. In this study, we focused on the vibration of a Japanese Sake bottle when used to pour liquid. We manufactured a device that can be attached to the neck of any plastic bottle and investigated how beverage consumption was affected by the vibration. We found that presentation of the vibration affected the am...

Journal: :PLoS ONE 2008
Manos Tsakiris

How do I know the person I see in the mirror is really me? Is it because I know the person simply looks like me, or is it because the mirror reflection moves when I move, and I see it being touched when I feel touch myself? Studies of face-recognition suggest that visual recognition of stored visual features inform self-face recognition. In contrast, body-recognition studies conclude that multi...

Journal: :Developmental cognitive neuroscience 2017
Anouk Keizer Jutta R. de Jong Lianne Bartlema Chris Dijkerman

Touch, such as a caress, can be interpreted as very pleasant. The emotional valence assigned to touch is likely related to certain bottom-up factors, such as optimal activation of C-tactile (CT) afferents. It is however unclear if besides somatosensory input, contextual factors related to the own body also play a role in the perceived pleasantness of touch. To test this, we manipulated visual a...

2012
Masahiro Ohka Hanafiah Bin Yussof Sukarnur Che Abdullah

2006
Maria Vatshaug Ottermo

In the middle of difficulty lies opportunity Summary This thesis presents the design and performance of the Virtual Palpation Gripper, an early prototype of a remote palpation instrument intended for laparoscopic surgery. Psychophysical experiments related to this prototype are also described. In minimally invasive techniques, such as laparoscopic surgery, the interventions are performed with i...

2012
Stina Nylander Jakob Tholander

We describe the research challenges of bringing HCI into the domain of sports, and what research in this domain can add to the general questions multi-modality and sensor-based interaction. To illustrate this, we present results from a pilot study on providing tactile feedback to cross-country skiers. Our results show how real-time feedback can be provided for a variety of purposes without disr...

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

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

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