نتایج جستجو برای: active vision

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

2000
Walterio W. Mayol Ben Tordoff David W. Murray

This paper describes the design and construction of a wearable active vision platform which is able to achieve substantial decoupling of the camera motion from the wearer’s motion. Design issues in sensor placement, robot kinematics and their relation to wearability are discussed and the prototype platform’s performance is evaluated in a number of important visual tasks. The paper also discusse...

Journal: :I. J. Humanoid Robotics 2010
Pablo Guerrero Javier Ruiz-del-Solar Miguel Romero Sergio Angulo

In this work, an explicitly task-oriented approach to the active vision problem is presented. The system tries to reduce the most relevant components of the uncertainty in the world model, for the task the robot is currently performing. It is task oriented in the sense that it explicitly considers a task-specific value function. As test-bed for the presented active vision approach, we selected ...

2007
Luiz Pessoa Sergio Exel Alexandre Roque

We present a model of scene exploration in which the high-resolution fovea is deployed to interesting regions by selective attention processes. The system switches between exploratory and recognition modes such that in exploration mode, regions of interest are investigated and in recognition mode, a given region is carefully examined as the recognition process is attempted for the particular re...

1996
Mark Peters Arcot Sowmya

Active vision is identified by a closed loop linking sensing with acting. Thus, an active vision system's behaviour is directly determined by what it senses. To date however, the responses produced by active vision systems have tended to be relatively low-level, generally designed to facilitate improved sensing, by enhancing the duration or speed of object tracking, for example, or optimising t...

1995
Brian C. Madden Hany Farid

The experienced quality of virtual reality is currently limited by available computational resources, and will be for some time to come. It is essential that these limited resources not be wasted on the acquisition and processing of data that do not contribute significantly to the final percept. Efficient construction of the intermediate views that are the basis of some forms of virtual reality...

2001
Hua Li Huaifeng Zhang Fuchao Wu Zhanyi Hu

In this paper, a new active vision based camera self-calibration technique is proposed. The novelty of this new technique is that it can determine LINEARLY all the FIVE intrinsic parameters of a camera. The basic principle of our new calibration technique is to use the planar information in the scene and to control the camera to undergo several sets of orthogonal planar motions. Then, a set of ...

1995
Paul A. Beardsley Ian D. Reid Andrew Zisserman David W. Murray

This paper demonstrates a method of using non-metric visual information derived from an uncalibrated active vision system to navigate an autonomous vehicle through freespace regions detected in a cluttered environment. The structure of 3-space is recovered modulo an affine transformation using an uncalibrated active stereo head carried by the vehicle. The plane at infinity, necessary for recove...

2007
Yoram Bonneh Daniel Reisfeld Yehezkel Yeshurun

Symmetry is one of the most prominent cues in visual perception as well as in computer vision. We have recently presented the Generalized Symmetry Transform that receives as input an edge map, and outputs a symmetry map, where every point mark the intensity and orientation of the local generalized symmetry. In the context of Computer Vision, this map emphasizes points of high symmetry, which, i...

1998
Ming Xie

This paper presents a new constraint, ie., projective transformation constraint, to solve the di cult problem of motion stereo correspondence in the context where the motion is dominated by rotation (for instance, 10 degrees of rotation with 1 cm of translation). Our observation here is that two consecutive images can be related to each other by a 2D projective transformation. Its coe cients ar...

1998
Paulo Peixoto Jorge Batista Helder Araújo

In this paper we describe a surveillance system made up of a fixed camera and a binocular active vision system. The fixed camera is used to provide the system with peripheral motion detection capabilities. The binocular active system is used to track in 3D and reconstruct the trajectories of specific targets. Both are fully integrated and the redundancy is exploited to achieve a higher degree o...

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

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

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