نتایج جستجو برای: fruit shape and stone shape

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

1997
Ian Dryden

The paper reviews various topics in shape analysis. In particular, matching configurations using regression is emphasized. Connections with general shape spaces and shape distances are discussed. Kendall’s shape space and the affine shape space are considered in particular detail. Matching two configurations and the extension to generalized matching are illustrated with applications in electrop...

2015
George Nagy Naomi Nagy

Differences between image processing and other disciplines in the definition and the role of shape are explored. Diverse approaches to quantifying shape are reviewed. Attention is drawn to the need for close coupling between image acquisition and shape analysis. An example of the effect of the means of observation on dynamic shape extraction is drawn from linguistics. Current instrumentation fo...

Journal: :CoRR 2015
Martin Bauer Markus Eslitzbichler Markus Grasmair

Motions of virtual characters in movies or video games are typically generated by recording actors using motion capturing methods. Animations generated this way often need postprocessing, such as improving the periodicity of cyclic animations or generating entirely new motions by interpolation of existing ones. Furthermore, search and classification of recorded motions becomes more and more imp...

Journal: :SIAM J. Imaging Sciences 2013
Yonathan Aflalo Ron Kimmel Dan Raviv

Local scale variations within the same species are common in nature. The shape matching puzzle poses fascinating questions, like how should we measure the discrepancy between a small dog with large ears and a large one with small ears? are there similar geometric structures that are common to an elephant and a giraffe? what is the morphometric similarity between a blue whale and a dolphin? Exis...

Journal: :Genetics and molecular research : GMR 2015
H Q Han Y Liu M M Jiang H Y Ge H Y Chen

YABBY family genes play important roles in the development of leaf, flower, and fruit. The purpose of this research was to integrate all the YABBY genes and analyze the correlation between gene expression and fruit shape in tomato. Scanning of 24 genomes of sequenced species demonstrated that YABBY genes were very normal and stable in flowering plants except the seedless plants. Nine YABBY gene...

Journal: :Medical image analysis 2003
Martin Styner Jeffrey A. Lieberman Guido Gerig

Statistical shape analysis has become of increasing interest to the neuroimaging community due to its potential to precisely locate morphological changes and thus potentially discriminate between healthy and pathological structures. This paper describes a combined boundary and medial shape analysis based on two different shape descriptions applied to a study of the hippocampus shape abnormaliti...

Mohsen Akhavan Sepahi, Rozita Hoseini,

Kidney stone disease has become more common in children, but it remains non diagnosed in a significant proportion of patients, due to a lack of notable signs and symptoms. All children with colicky abdominal pain or microscopic hematuria should be examined thoroughly for urolithiasis. Patients’ histories in terms of family, medical, and drug and a thorough physical examination are require...

2008
Guo Feng

Fruit detachment and on-line classification is important for the development of harvesting robot. With the specific requriements of robot used for harvesting strawberries growing on the ground, a fruit detachment and classification method is introduced in this paper. OHTA color spaces based image segmentation algorithm is utilized to extract strawberry from background; Principal inertia axis of...

1997
Nicolae Duta Milan Sonka

An improvement of the Active Shape procedure introduced by Cootes and Taylor is presented. The new automated brain segmenta-tion and interpretation approach incorporates a priori knowledge about neuroanatomic structures and their speciic structural relationships to provide robust segmentation and labeling. The method was trained in 8 MR brain images and tested in 19 brain images by comparison t...

2013
W. Thaller R. Zmugg U. Krispel M. Posch S. Havemann D. W. Fellner

The generative surface reconstruction problem can be stated like this: Given a finite collection of 3D shapes, create a small set of functions that can be combined to generate the given shapes procedurally. We propose generative fact labeling (GFL) as an attempt to organize the iterative process of shape analysis and shape synthesis in a systematic way. We present our results for the reconstruc...

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

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

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