نتایج جستجو برای: shape factor and d10

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

2009
Ulrich Hillenbrand

This paper pursues the idea of understanding shapes of unknown objects through establishing correspondence with points from the surface of known objects. A lot of geometryrelated knowledge, such as functionally correct grasps or object constellations, could thus be transferred from known shapes to novel shapes of the same or a similar category. As one critical module in such a system, this pape...

2014
Kui Yue Ramesh Krishnamurti

Shape grammars are, in general, intractable. Even amongst tractable shape grammars, their characteristics vary significantly. This paper describes a paradigm for practical general shape grammar interpreters, which aim to address computational difficulties posed by parameterization. The paradigm is expressed in terms of frameworks each comprising an underlying data structure, manipulation algori...

2003
Toni Tamminen Jouko Lampinen

We consider the problem of learning an object model for feature matching. The matching system is Bayesian in nature with separate likelihood and prior parts. The likelihood is based on Gabor filter responses, which are modelled as probability distributions in the filter response vector space. The prior model for the object shape is learnt in two stages: in the first stage we assume only the mea...

2017
Zhi Liu Chen Li Jieqing Tan Xiaoyan Chen Chungang Zhu

The features of a class of cubic curves with a shape factor are analyzed by means of the theory of envelope and topological mapping. The effects of the shape factor on the cubic curves are made clear. Necessary and sufficient conditions are derived for the curve to have one or two inflection points, a loop or a cusp, or to be locally or globally convex. Those conditions are completely character...

1996
Sergey Ablameyko Maria Frucci Angelo Marcelli

The paper discusses how the set of shape primitives to be used for decomposing a shape into meaningful parts may affect the performance of the decomposition method, and proposes a new set of shape primitives to be used when the input shape is represented by its skeleton. The suggested shape primitives comhine the qualitative, general notion of shape needed to cope with the large variability of ...

ابراهیمی, مرضیه, رجبی فومشی, مطهره, رودی, راحله, صمدی کوچکسرایی, علی, مجد, زهرا, نصرالله زاده ثابت, مهرداد,

Background: The cancer stem cells (CSCs) are involved in invasion and metastasis of melanoma, the most lethal and aggressive form of skin cancer. In the present study, the expression of putative stem cell markers CD133 and ALDH1 were evaluated in melanoma cell lines and then the cells sorted based on the expression of these markers. Methods: In the present study expression of CD133 and A...

2016
Zhi Liu Chen Li Jieqing Tan Xiaoyan Chen

The features of a class of cubic curves with a shape factor are analyzed by means of the theory of envelope and topological mapping. The effects of the shape factor on the cubic curves are made clear. Necessary and sufficient conditions are derived for the curve to have one or two inflection points, a loop or a cusp, or to be locally or globally convex. Those conditions are completely character...

Journal: :Comput. Graph. Forum 2016
Qiang Fu Xiaowu Chen Xiaoyu Su Jia Li Hongbo Fu

One of the challenging problems for shape editing is to adapt shapes with diversified structures for various editing needs. In this paper we introduce a shape editing approach that automatically adapts the structure of a shape being edited with respect to user inputs. Given a category of shapes, our approach first classifies them into groups based on the constituent parts. The group-sensitive p...

1999
Stefan Carlsson

We propose a general method for finding pointwise correspondence between 2-D shapes based on the concept of order structure and using geometric hashing. The problem of finding correspondence and the problem of establishing shape equivalence can be considered as one and the same problem. Given shape equivalence, we can in general find pointwise correspondence and the existence of a unambiguous c...

Journal: :Saudi medical journal 2009
Mahmoud M Al-Mustafa Sami A Abu-Halaweh Abdelkarim S Aloweidi Mujalli M Murshidi Bassam A Ammari Ziad M Awwad Ghazi M Al-Edwan Micheal A Ramsay

OBJECTIVES To determine the effect of adding dexmedetomidine to bupivacaine for neuraxial anesthesia. METHODS Sixty-six patients were studied between April and May 2008 in the University of Jordan, Amman Jordan. They were randomly assigned into 3 groups, each receiving spinal bupivacaine 12.5mg combined with normal saline (group N) Dexmedetomidine 5 microg (group D5), or dexmedetomidine 10 mi...

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

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

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