نتایج جستجو برای: surface mount technology

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

Journal: :Graphical Models 2002
Henning Biermann Ioana M. Boier-Martin Denis Zorin Fausto Bernardini

In this paper we describe a method for creating sharp features and trim regions on multiresolution subdivision surfaces along a set of user-defined curves. Operations such as engraving, embossing, and trimming are important in many surface modeling applications. Their implementation, however, is non-trivial due to computational, topological, and smoothness constraints that the underlying surfac...

Journal: :The Journal of Japan Institute for Interconnecting and Packaging Electronic Circuits 1995

2003
Leena Lepistö Iivari Kunttu Jorma Autio Ari Visa

Surface reflection can be used as one quality assurance procedure to inspect the defects, cracking, and other irregularities occurring on a polished surface. In this paper, we present a novel approach to the detection of defects based on analysis of surface reflection images. In this approach, the surface image is analyzed using texture analysis based on Gabor-filtering. Gabor-filters can be us...

1997
Mark S. Drew

Photometric Stereo (PMS) recovers orientation vectors from a set of graylevel images. Under orthography, when the lights are unknown, and for a single uniform Lambertian surface, one can recover surface normals up to an unknown overall orthogonal transformation. The same situation obtains if, instead of three graylevel images, one uses a single KGB image taken with at least three point or exten...

2009
Khalid Ismail Yang Zhao Martin Burkhardt Mike T. Chou William Chu Farzam Toudeh-Fallah Kenneth Yee Anthony Yen Kristine W. Ma

The Submicron Structures Laboratory at MIT develops techniques for fabricating surface structures with feature sizes in the range from nanometers to micrometers and uses these structures in a variety of research projects. These projects, described briefly below, fall into four major categories: (1) development of submicron and nanometer fabrication technology; (2) nanometer and quantumeffect el...

2013
Siti Noraini Sulaiman

Analysing metal surfaces of massive metal instruments like boilers are tedious process, which also require very specialized equipments. To employ the surface analysis schemes at a lower cost, image processing facilitates many processing methodologies. Using the camera captured live images of the metal surface from the massive metal equipments, image processing techniques can be applied and simi...

2017
Stefan Rahmstorf Grant Foster Niamh Cahill

Global surface temperatures continue to rise. In most surface temperature data sets, the years 2014, 2015 and again 2016 set new global heat records since the start of regular measurements. Never before have three record years occurred in a row. We show that this recent streak of record heat does not in itself provide statistical evidence for an acceleration of global warming, nor was it preced...

2002
G J Simandl B N Church

This report describes a new pyroxmangite-rhodonite occurrence visited briefly by the authors as part of a broader study o,f gemstones in British Columbia. The discovery is on the Cl-t claims, 1.5 kilometres northwest of Mount Roderick Dhu (lat. 49”12’, long. 118’37’), 13 kilometres northeasi of Greenwood (Figure 1). Rhodonite is a manganiferous semiprecious stone valued for its pink to deep red...

2016
Byron Breedlove Jared Friedberg

artists of the late Edo period (1615–1868), has been described as “cocky, quarrelsome, restless, aggressive, and sensational.” He obsessed with his art to the extent that he would move frequently rather than clean or repair his cluttered houses. During an artistic career that spanned 7 decades, he signed his works with more than 30 different names—typically in tandem with a shift in his artisti...

2017
Federico Baruffi Paolo Parenti Francesco Cacciatore Massimiliano Annoni Guido Tosello

The evaluation of micromilled parts quality requires detailed assessments of both geometry and surface topography. However, in many cases, the reduced accessibility caused by the complex geometry of the part makes it impossible to perform direct measurements. This problem can be solved by adopting the replica molding technology. The method consists of obtaining a replica of the feature that is ...

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

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

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