Published in: Proceedings of Conference on Architectural Research and Information Technology, 2001, Aarhus School of Architecture

Size: px
Start display at page:

Download "Published in: Proceedings of Conference on Architectural Research and Information Technology, 2001, Aarhus School of Architecture"

Transcription

1 Aalborg Universitet 2-D Directional Topology Optimization Fynbo, Jens; Rasmussen, John; Olhoff, Niels Published in: Proceedings of Conference on Architectural Research and Information Technology, 2001, Aarhus School of Architecture Publication date: 2001 Link to publication from Aalborg University Citation for published version (APA): Fynbo, J., Rasmussen, J., & Olhoff, N. (2001). 2-D Directional Topology Optimization. In N. A. F. A. Research (Ed.), Proceedings of Conference on Architectural Research and Information Technology, 2001, Aarhus School of Architecture General rights Copyright and moral rights for the publications made accessible in the public portal are retained by the authors and/or other copyright owners and it is a condition of accessing publications that users recognise and abide by the legal requirements associated with these rights.? Users may download and print one copy of any publication from the public portal for the purpose of private study or research.? You may not further distribute the material or use it for any profit-making activity or commercial gain? You may freely distribute the URL identifying the publication in the public portal? Take down policy If you believe that this document breaches copyright please contact us at vbn@aub.aau.dk providing details, and we will remove access to the work immediately and investigate your claim. Downloaded from vbn.aau.dk on: januar 10, 2019

2 Paper Titel Forfatter(e)s navn Forfatters institution adresse Forfatters fulde postadresse 2D Directional Topology Optimization (2D retningsbestemt topologioptimering) Jens Fynbo, John Rasmussen & Niels Olhoff Institute of Mechanical Engineering, Aalborg University Pontoppidanstraede 101, 9220 Aalborg Ø Forfatters telefonnummer nøgleord Topology Optimisation, Image processing, Design Software Abstract Topology optimisation is a technique to optimally distribute a given amount of material in a predefined domain, thus creating a design that maximises some performance criterion, typically the structural stiffness. The scope of criterion functions in topology optimisation has so far been limited to performance-related technical aspects, for instance weight, stiffness, or thermal properties. In this work, we extend its use into the architectural field. This paper presents topology optimisation software developed for directional optimisation in the case of two-dimensional structures. In addition to stiffness and weight, the visual direction of the structure has been added as a possible design criterion. This is obviously a small augmentation of the problem definition compared to the normal architectural vocabulary, and it is designed for investigational purposes only. The choice is based upon a study of this vocabulary leading to the definition of 10 classes that define the visual expression of built form. Some of these are affected by others while some are independent. An analysis shows that visual direction is one of the nearly independent classes and therefore well suited for further studies. The evaluation of the methodology and the directional criterion will be supported by three examples where we compare a compliance optimised structure with a similar direction optimised structure. Introduction When dealing with structural optimisation there are three different methods; Topology optimisation, Shape optimisation and Sizing optimisation, see Figure 1. The three different methods have their force at different phases in the design process. The topology optimisation method is a very effective tool in the conceptual phase, due to the very non-restrictive description of the design. In fact only design space, element type, loads and supports, and finally the objective function and constraints are needed to obtain a solution to the optimisation problem. This gives the opportunity to discover totally new designs/solutions to known problems. The topology optimisation method acts as a pre-processor to a refinement optimisation. Whether the shape optimisation method or the sizing optimisation method is to be used, must be decided in each case. The amount of material is determining the result of the topology optimisation, either it will be a rough shape of a two-dimensional structural domain, or the skeleton of a truss- or beam-like structure with slender members, where a shape- or a sizing optimisation, respectively, will detail the design [1]. Figure 1 The three different methods of optimisation and their position in the design process. We have chosen to use the topology optimisation method as a testbench for the new direction criterion, due to the fact that it is a powerful tool in the conceptual phase of the design process, which is in most cases of most interest seen from an architectural point of view. In traditional topology optimisation, the shape of the

3 structure is interpreted from the material density levels of its finite elements. Our approach is to treat the greyscale picture formed by these elements by an image analysis based on a modified version of the imageprocessing tool SUSAN [2]. It is based on detection of discontinuities in the grey levels between neighbouring pixels. The result of the algorithm is assignment of a weight and an angle to each pixel. The weight is a measure of the pixel s tendency to be on an edge. The angle is the direction of the edge that the pixel may belong to. By statistical treatment, it is possible to identify, among many other things, predominant directions of shapes of the structure. The following definitions are used in the explanations of the obtained results. The standard design optimisation model is defined as follows: find an n-vector x=(x 1,x 2,..,x n) of design variables to minimise the objective function f: f(x) f(x,x,..., x) where p is the total number of equality constraints and m is the total number of inequality constraints [3]. In this paper the objective function is either compliance or mean of direction difference. A design space is an n- dimensional space, where n is the number of variables. The design domain is the domain allocated for which the design must lie within. Determination of criteria 1 2 subject the pequality toconstraints h() x h(xx, j 1 2,...., x) 0 and the minequality constraints g() x g(xx, i j i 1,..., x) 0 2 n n j 1top i 1tom The following analysis motivates the choice of visual direction as a first attempt to incorporate visual expression as a criterion in the design optimisation process. It must be clearly understood that the analysis of the visual expression is only a small subset of the criteria handled by architects in the design process. The following figure shows how the analysis of built form can be divided into classes [4]. Each class is analysed for influences on other classes. This way, a hierarchical classification is obtained. n Class Color and In Out Hierarchical level Pattern Color and Pattern Proportion Light Texture Proportion Light3 2 Texture 8 Size and scale Form and shape Movement and rhythm Composition Size and scale Visual weight Form and 2 shape Movement 6 and rhythm 9 Space Composition Visual weight Space Figure 2 The flowchart of the interacting classes. Table 1 High value in the hierarchical level means high complexity. Figure 2 visualises the interaction between the 10 classes. Arrows indicate influence coming from other classes. It is now possible to order the classes hierarchically after their dependency on - and their ability to influence other classes such that a high degree of independence and high influence on other classes leads to a low value in the hierarchical level. Light is the only class that is not influenced in any way by the other classes. However, to minimise complexity it is chosen to work initially in only two dimensions where light does not make sense, seen from an architectural point of view. The form and shape class is the next choice. This class interacts with six other classes, indicating that it would be a fine basis if this class were formalised.

4 Edge detection algorithm In the field of image processing the analysis of two-dimensional pictures is a well-known technique. Therefore this approach is used to develop an analysis tool that is capable of finding forms and shapes in a specified image. Today it is possible to identify edges, lines and objects in an image. Thereby it is possible to analyse the visual direction. The determination of visual direction of a structure is much influence by its visible edges. An image-processing tool is used to determine where an edge is located. Several different algorithms have been tested for reliability. The following three statements characterise a good edge detection algorithm [3]: 1. Good detection. There should be a minimum number of false negatives and false positives. 2. Good localisation. The edge location must be reported as close as possible to the correct position. 3. Only one response to a single edge. 4. Speed. The algorithm should be fast enough to be usable in an optimisation system that uses iterative evaluation of criterion functions. The algorithm chosen is the SUSAN (Smallest Univalue Segment Assimilating Nucleus) [3]. It is based on a very simple idea different from almost all other edge detecting algorithms [5][6]. SUSAN has proved to be very reliable in tests we have performed. The output of SUSAN is two numbers for each pixel. The first number is a weight indicating to which extent this pixel can be considered to be on an edge. The second number is the angle of the direction perpendicular to the edge. By statistical processing of the output, such properties as perimeter, average direction, uniformity of direction, deviation from a desired direction, ordering into distinct directions, etc., can be deduced. The results are directly applicable as objective and constraint functions in a mathematical programming formulation of an optimal design problem. The computed visual properties are used together with structural properties such as compliance and volume in a topology optimisation framework. When working with multiple and varying criteria, it is advantageous to solve the topology optimisation problem by means of mathematical programming rather than optimality criterion methods. This implies the use of sensitivity analysis with respect to the design variables, i.e., the material density of each element in the structure. To obtain these sensitivities by finite differences with repeated calls to the image analysis function would lead to prohibitive computation times. To avoid this problem, data structures are set up to link each design variable with the subset of the image in which the density influences the edge detection. This enables local recalculation of the picture in the sensitivity analysis and reduces the total cost of all sensitivities to the order of n rather than n 2, where n is the number of design variables. Evaluation of the method The image analysis algorithm has been reprogrammed and tested. The algorithm is implemented into a modified structural topology optimisation module of the Optimum DESign SYstem, ODESSY, developed at Aalborg University [7]. In the following three examples a comparison of the direction optimised structure and the compliance optimised structure will show the effect of the new direction criterion. The first example is a simply supported bridge with a constraint on the height. The second example is the same problem but with no restriction on the height. The last example concerns optimisation of the structure of a cantilever beam. Example 1. Bridge Figure 3 The design domain is simply supported Figure 4 Objective function: Minimise compliance, inequality Figure 5 Structure optimised to 45 degree. Objective function: constraint: volume of material. Minimise direction difference, inequality constraints: volume of material and compliance.

5 The problem treated in Figure 4 is only prescribed one restriction, namely the volume of material. If we add more constraints to the optimisation problem we narrow the design space. For that reason we have to relax some of the constraints, as the problem must converge to a black and white picture, material no material respectively. In Figure 5 the problem is formulated such as to minimise the difference between the wanted direction and the analysed direction. The two constraints; compliance and volume of material narrow the design space. It will be impossible to demand the same compliance to this problem as for the one obtained in Figure 4. This is because the compliance is narrowing the design space. The compliance and direction is to some extent conflicting criteria. Therefore we have to relax the compliance constraint in this case by 100%. Example 2: Bridge with extended design domain Figure 6 Objective function: Minimise compliance, inequality Figure 7 Structure optimised to 90 degree. Objective function: constraint: volume of material. Minimise direction difference, inequality constraints: volume of material and compliance. Example 3. Cantilever Beam Figure 8 Cantilever beam Figure 9 Objective function: Minimise compliance, inequality Figure 10 Structure optimised to 45 degree. Objective function: constraint: volume of material. Minimise direction difference, inequality constraints: volume of material and compliance.

6 Conclusion The intentions of formulating a criterion that governs the visual direction of a structure were succeeded. The criterion is based on a rewritten version of an edge-detecting algorithm SUSAN and was implemented into an existing topology optimisation code ODESSY [7]. Three examples of well-known problems, a cantilever beam, a bridge with a limited design domain and a bridge with an extended design domain show that the criterion has the wanted effect on the design. The bridge examples also show that the same problem has several solutions, in fact they are all optimal solutions to the optimisation problem stated. The bridge examples also show that the use of optimisation methods does not necessarily lead to the same solution to a given problem. But the variety of solutions depends of course on the possibility to formulate different design spaces to the same problem, like in the bridge example, where both the design domain and direction was used to define restricted design problems. Perspectives The software development so far includes the implementation of only one aesthetic criterion, namely the visual direction. This method will be extended in the near future, so it will be possible to handle 3 dimensional structures also. But still it would be only one new criterion several other criteria are needed to fulfil a wider range of statements formulated by the designer. Other possible criteria could be complexity and transparency, which are also to some extent analysable by means of image processing technique. The combination of both structural as well as aesthetic criteria will be a very powerful tool in creating integrated designs in the future. References 1.Olhoff, Niels et. al. On CAD-integrated Structural Topology and Design Optimisation, Computer methods in applied Mechanics and Engineering 89, Smith, S.M. and Brady J.M. SUSAN - A New Approach to Low Level Image Processing. Technical Report TR95SMS1c from Oxford Centre of Functional Magnetic Resonance Imaging of the Brain, Arora, Jasbir S., Introduction to Optimum Design, McGraw-Hill, 1989, ISBN: Holgate, Alan. Aesthetics of Built Form. Oxford university Press, Umbaugh, Scott E. Computer Vision and Image Processing - A Practical Approach using CVIPtools. Prentice Hall, Gonzalez, Rafael C. and Woods, Richard E. Digital Image Processing. Addison-Wesley, ODESSY - Optimum DESign SYstem, Institute of Mechanical Engineering, Aalborg University, DK. Acknowledgements Thanks to S. M. Smith and J.M. Brady for handing over the source code to their edge-detecting algorithm SUSAN. The present work is partially supported by the Danish Centre for Integrated Design (CID).

Aalborg Universitet. Published in: Proceedings of the 19th Nordic Seminar on Computational Mechanics. Publication date: 2006

Aalborg Universitet. Published in: Proceedings of the 19th Nordic Seminar on Computational Mechanics. Publication date: 2006 Aalborg Universitet Topology Optimization - Improved Checker-Board Filtering With Sharp Contours Pedersen, Christian Gejl; Lund, Jeppe Jessen; Damkilde, Lars; Kristensen, Anders Schmidt Published in: Proceedings

More information

Features of the architecture of decision support systems

Features of the architecture of decision support systems Features of the architecture of decision support systems van Hee, K.M. Published: 01/01/1987 Document Version Publisher s PDF, also known as Version of Record (includes final page, issue and volume numbers)

More information

Citation for published version (APA): Bhanderi, D. (2001). ACS Rømer Algorithms Verification and Validation. RØMER.

Citation for published version (APA): Bhanderi, D. (2001). ACS Rømer Algorithms Verification and Validation. RØMER. Aalborg Universitet ACS Rømer Algorithms Verification and Validation Bhanderi, Dan Publication date: 2001 Document Version Publisher's PDF, also known as Version of record Link to publication from Aalborg

More information

Aalborg Universitet. Just-In-Place Information for Mobile Device Interfaces Kjeldskov, Jesper. Published in: Paterno, F. (ed.)

Aalborg Universitet. Just-In-Place Information for Mobile Device Interfaces Kjeldskov, Jesper. Published in: Paterno, F. (ed.) Aalborg Universitet Just-In-Place Information for Mobile Device Interfaces Kjeldskov, Jesper Published in: Paterno, F. (ed.) DOI (link to publication from Publisher): 10.1007/3-540-45756-9_21 Publication

More information

Truss structural configuration optimization using the linear extended interior penalty function method

Truss structural configuration optimization using the linear extended interior penalty function method ANZIAM J. 46 (E) pp.c1311 C1326, 2006 C1311 Truss structural configuration optimization using the linear extended interior penalty function method Wahyu Kuntjoro Jamaluddin Mahmud (Received 25 October

More information

Syddansk Universitet. Værktøj til videndeling og interaktion. Dai, Zheng. Published in: inform. Publication date: 2009

Syddansk Universitet. Værktøj til videndeling og interaktion. Dai, Zheng. Published in: inform. Publication date: 2009 Syddansk Universitet Værktøj til videndeling og interaktion Dai, Zheng Published in: inform Publication date: 2009 Document version Peer-review version Citation for pulished version (APA): Dai, Z. (2009).

More information

Towards a Framework for Modelling and Verification of Relay Interlocking Systems

Towards a Framework for Modelling and Verification of Relay Interlocking Systems Downloaded from orbit.dtu.dk on: May 02, 2018 Towards a Framework for Modelling and Verification of Relay Interlocking Systems Haxthausen, Anne Elisabeth Published in: Modeling, Development and Verification

More information

An alternative to scale-space representation for extracting local features in image recognition

An alternative to scale-space representation for extracting local features in image recognition Aalborg Universitet An alternative to scale-space representation for extracting local features in image recognition Andersen, Hans Jørgen; Nguyen, Phuong Giang Published in: International Conference on

More information

Visualisation of ergonomic guidelines

Visualisation of ergonomic guidelines Visualisation of ergonomic guidelines Widell Blomé, Mikael; Odenrick, Per; Andersson, M; Svensson, S Published: 2002-01-01 Link to publication Citation for published version (APA): Blomé, M., Odenrick,

More information

Aalborg Universitet. A new approach for detecting local features Nguyen, Phuong Giang; Andersen, Hans Jørgen

Aalborg Universitet. A new approach for detecting local features Nguyen, Phuong Giang; Andersen, Hans Jørgen Aalborg Universitet A new approach for detecting local features Nguyen, Phuong Giang; Andersen, Hans Jørgen Published in: International Conference on Computer Vision Theory and Applications Publication

More information

Institutional Repository - Research Portal Dépôt Institutionnel - Portail de la Recherche

Institutional Repository - Research Portal Dépôt Institutionnel - Portail de la Recherche Institutional Repository - Research Portal Dépôt Institutionnel - Portail de la Recherche researchportal.unamur.be THESIS / THÈSE DOCTOR OF SCIENCES Methodology for automating web usability and accessibility

More information

Published in: 11th International Conference on Advanced Communication Technology, ICACT 2009

Published in: 11th International Conference on Advanced Communication Technology, ICACT 2009 Aalborg Universitet Multi-perspective guidelines for the design of new network planning tools a case study Cecilio, Sergio Labeage; Pedersen, Jens Myrup; Lopez, Jose Manuel Guterrez Lopez; Riaz, Tahir;

More information

Analysis of Information Quality in event triggered Smart Grid Control Kristensen, Thomas le Fevre; Olsen, Rasmus Løvenstein; Rasmussen, Jakob Gulddahl

Analysis of Information Quality in event triggered Smart Grid Control Kristensen, Thomas le Fevre; Olsen, Rasmus Løvenstein; Rasmussen, Jakob Gulddahl Aalborg Universitet Analysis of Information Quality in event triggered Smart Grid Control Kristensen, Thomas le Fevre; Olsen, Rasmus Løvenstein; Rasmussen, Jakob Gulddahl Published in: IEEE 81st Vehicular

More information

Module 1 Lecture Notes 2. Optimization Problem and Model Formulation

Module 1 Lecture Notes 2. Optimization Problem and Model Formulation Optimization Methods: Introduction and Basic concepts 1 Module 1 Lecture Notes 2 Optimization Problem and Model Formulation Introduction In the previous lecture we studied the evolution of optimization

More information

Towards the completion of assignment 1

Towards the completion of assignment 1 Towards the completion of assignment 1 What to do for calibration What to do for point matching What to do for tracking What to do for GUI COMPSCI 773 Feature Point Detection Why study feature point detection?

More information

Modelling of Wind Turbine Blades with ABAQUS

Modelling of Wind Turbine Blades with ABAQUS Downloaded from orbit.dtu.dk on: Dec 21, 2017 Modelling of Wind Turbine Blades with ABAQUS Bitsche, Robert Publication date: 2015 Document Version Peer reviewed version Link back to DTU Orbit Citation

More information

K-Means Clustering Using Localized Histogram Analysis

K-Means Clustering Using Localized Histogram Analysis K-Means Clustering Using Localized Histogram Analysis Michael Bryson University of South Carolina, Department of Computer Science Columbia, SC brysonm@cse.sc.edu Abstract. The first step required for many

More information

Tilburg University. The use of canonical analysis Kuylen, A.A.A.; Verhallen, T.M.M. Published in: Journal of Economic Psychology

Tilburg University. The use of canonical analysis Kuylen, A.A.A.; Verhallen, T.M.M. Published in: Journal of Economic Psychology Tilburg University The use of canonical analysis Kuylen, A.A.A.; Verhallen, T.M.M. Published in: Journal of Economic Psychology Publication date: 1981 Link to publication Citation for published version

More information

Evaluation strategies in CT scanning

Evaluation strategies in CT scanning Downloaded from orbit.dtu.dk on: Dec 20, 2017 Evaluation strategies in CT scanning Hiller, Jochen Publication date: 2012 Document Version Publisher's PDF, also known as Version of record Link back to DTU

More information

Retrieval of 3D-position of a Passive Object Using Infrared LED s and Photodiodes Christensen, Henrik Vie

Retrieval of 3D-position of a Passive Object Using Infrared LED s and Photodiodes Christensen, Henrik Vie Aalborg Universitet Retrieval of 3D-position of a Passive Object Using Infrared LED s and Photodiodes Christensen, Henrik Vie Publication date: 24 Document Version Publisher's PDF, also known as Version

More information

Published in: Proceedings of the Eighth Danish Human-Computer Interaction Research Symposium, 20th November 2008

Published in: Proceedings of the Eighth Danish Human-Computer Interaction Research Symposium, 20th November 2008 Downloaded from vbn.aau.dk on: marts 26, 2019 Aalborg Universitet The WPU Project Jensen, Janne Jul; Skov, Mikael B.; Stage, Jan Published in: Proceedings of the Eighth Danish Human-Computer Interaction

More information

Online Conformance Checking for Petri Nets and Event Streams

Online Conformance Checking for Petri Nets and Event Streams Downloaded from orbit.dtu.dk on: Apr 30, 2018 Online Conformance Checking for Petri Nets and Event Streams Burattin, Andrea Published in: Online Proceedings of the BPM Demo Track 2017 Publication date:

More information

The multi-perspective process explorer

The multi-perspective process explorer The multi-perspective process explorer Mannhardt, F.; de Leoni, M.; Reijers, H.A. Published in: Proceedings of the Demo Session of the 13th International Conference on Business Process Management (BPM

More information

Framework for Optimizing Cluster Selection using Geo-assisted Movement Prediction

Framework for Optimizing Cluster Selection using Geo-assisted Movement Prediction Downloaded from vbn.aau.dk on: marts 3, 219 Aalborg Universitet Framework for Optimizing Cluster Selection using Geo-assisted Movement Kristensen, Thomas Sander; Madsen, Jacob Theilgaard; Pedersen, Michael

More information

Sensitivity Analysis of Fire Dynamics Simulation Brohus, Henrik; Nielsen, Peter Vilhelm; Petersen, Arnkell J.; Sommerlund-Larsen, Kim

Sensitivity Analysis of Fire Dynamics Simulation Brohus, Henrik; Nielsen, Peter Vilhelm; Petersen, Arnkell J.; Sommerlund-Larsen, Kim Aalborg Universitet Sensitivity Analysis of Fire Dynamics Simulation Brohus, Henrik; Nielsen, Peter Vilhelm; Petersen, Arnkell J.; Sommerlund-Larsen, Kim Published in: Proceedings of Roomvent 2007 Publication

More information

Published in: Proceedings of the 3rd International Symposium on Environment-Friendly Energies and Applications (EFEA 2014)

Published in: Proceedings of the 3rd International Symposium on Environment-Friendly Energies and Applications (EFEA 2014) Aalborg Universitet SSTL I/O Standard Based Environment Friendly Energy Efficient ROM Design on FPGA Bansal, Neha; Bansal, Meenakshi; Saini, Rishita; Pandey, Bishwajeet; Kalra, Lakshay; Hussain, Dil muhammed

More information

IN-PLANE MATERIAL CONTINUITY FOR THE DISCRETE MATERIAL OPTIMIZATION METHOD

IN-PLANE MATERIAL CONTINUITY FOR THE DISCRETE MATERIAL OPTIMIZATION METHOD IN-PLANE MATERIAL CONTINUITY FOR THE DISCRETE MATERIAL OPTIMIZATION METHOD René Sørensen1 and Erik Lund2 1,2 Department of Mechanical and Manufacturing Engineering, Aalborg University Fibigerstraede 16,

More information

Citation for published version (APA): Berthing, H. H. (2014). Vision for IT Audit Abstract from Nordic ISACA Conference 2014, Oslo, Norway.

Citation for published version (APA): Berthing, H. H. (2014). Vision for IT Audit Abstract from Nordic ISACA Conference 2014, Oslo, Norway. Aalborg Universitet Vision for IT Audit 2020 Berthing, Hans Henrik Aabenhus Publication date: 2014 Document Version Early version, also known as pre-print Link to publication from Aalborg University Citation

More information

How to re-open the black box in the structural design of complex geometries

How to re-open the black box in the structural design of complex geometries Structures and Architecture Cruz (Ed) 2016 Taylor & Francis Group, London, ISBN 978-1-138-02651-3 How to re-open the black box in the structural design of complex geometries K. Verbeeck Partner Ney & Partners,

More information

Aalborg Universitet. Mobile Phone Antenna Performance 2013 Pedersen, Gert F. Publication date: 2013

Aalborg Universitet. Mobile Phone Antenna Performance 2013 Pedersen, Gert F. Publication date: 2013 Aalborg Universitet Mobile Phone Antenna 2013 Pedersen, Gert F. Publication date: 2013 Document Version Early version, also known as pre-print Link to publication from Aalborg University Citation for published

More information

The Level Set Method applied to Structural Topology Optimization

The Level Set Method applied to Structural Topology Optimization The Level Set Method applied to Structural Topology Optimization Dr Peter Dunning 22-Jan-2013 Structural Optimization Sizing Optimization Shape Optimization Increasing: No. design variables Opportunity

More information

A Simple Method for Static Load Balancing of Parallel FDTD Codes Franek, Ondrej

A Simple Method for Static Load Balancing of Parallel FDTD Codes Franek, Ondrej Aalborg Universitet A Simple Method for Static Load Balancing of Parallel FDTD Codes Franek Ondrej Published in: Electromagnetics in Advanced Applications (ICEAA) 2016 International Conference on DOI (link

More information

Using the generalized Radon transform for detection of curves in noisy images

Using the generalized Radon transform for detection of curves in noisy images Downloaded from orbit.dtu.dk on: Jan 13, 2018 Using the generalized Radon transform for detection of curves in noisy images Toft, eter Aundal ublished in: Conference roceedings. 1996 IEEE International

More information

Reduction in Power Consumption of Packet Counter on VIRTEX-6 FPGA by Frequency Scaling. Pandey, Nisha; Pandey, Bishwajeet; Hussain, Dil muhammed Akbar

Reduction in Power Consumption of Packet Counter on VIRTEX-6 FPGA by Frequency Scaling. Pandey, Nisha; Pandey, Bishwajeet; Hussain, Dil muhammed Akbar Aalborg Universitet Reduction in Power Consumption of Packet Counter on VIRTEX-6 FPGA by Frequency Scaling Pandey, Nisha; Pandey, Bishwajeet; Hussain, Dil muhammed Akbar Published in: Proceedings of IEEE

More information

HOW TO PROVE AND ASSESS CONFORMITY OF GUM-SUPPORTING SOFTWARE PRODUCTS

HOW TO PROVE AND ASSESS CONFORMITY OF GUM-SUPPORTING SOFTWARE PRODUCTS XX IMEKO World Congress Metrology for Green Growth September 9-14, 2012, Busan, Republic of Korea HOW TO PROVE AND ASSESS CONFORMITY OF GUM-SUPPORTING SOFTWARE PRODUCTS N. Greif, H. Schrepf Physikalisch-Technische

More information

Aalborg Universitet. Numerical 3-D Modelling of Overflows Larsen, Torben; Nielsen, L.; Jensen, B.; Christensen, E. D.

Aalborg Universitet. Numerical 3-D Modelling of Overflows Larsen, Torben; Nielsen, L.; Jensen, B.; Christensen, E. D. Aalborg Universitet Numerical 3-D Modelling of Overflows Larsen, Torben; Nielsen, L.; Jensen, B.; Christensen, E. D. Published in: Confernce Proceedings : 11th International Conference on Urban Drainage

More information

Development of system and algorithm for evaluating defect level in architectural work

Development of system and algorithm for evaluating defect level in architectural work icccbe 2010 Nottingham University Press Proceedings of the International Conference on Computing in Civil and Building Engineering W Tizani (Editor) Development of system and algorithm for evaluating defect

More information

OPTIMIZATION, OPTIMAL DESIGN AND DE NOVO PROGRAMMING: DISCUSSION NOTES

OPTIMIZATION, OPTIMAL DESIGN AND DE NOVO PROGRAMMING: DISCUSSION NOTES OPTIMIZATION, OPTIMAL DESIGN AND DE NOVO PROGRAMMING: DISCUSSION NOTES MILAN ZELENY Introduction Fordham University, New York, USA mzeleny@fordham.edu Many older texts, with titles like Globally Optimal

More information

Comparison of Continuum and Ground Structure Topology Optimization Methods for Concept Design of Structures

Comparison of Continuum and Ground Structure Topology Optimization Methods for Concept Design of Structures Comparison of Continuum and Ground Structure Topology Optimization Methods for Concept Design of Structures Fatma Y. Kocer, Ph.D Colby C. Swan, Assoc. Professor Jasbir S. Arora, Professor Civil & Environmental

More information

Determination of Angle of Attack (AOA) for Rotating Blades

Determination of Angle of Attack (AOA) for Rotating Blades Downloaded from orbit.dtu.dk on: Sep 1, 218 Determination of Angle of Attack (AOA) for Rotating Blades Shen, Wen Zhong; Hansen, Martin Otto Laver; Sørensen, Jens Nørkær Published in: Wind Energy Publication

More information

Topological Machining Fixture Layout Synthesis Using Genetic Algorithms

Topological Machining Fixture Layout Synthesis Using Genetic Algorithms Topological Machining Fixture Layout Synthesis Using Genetic Algorithms Necmettin Kaya Uludag University, Mechanical Eng. Department, Bursa, Turkey Ferruh Öztürk Uludag University, Mechanical Eng. Department,

More information

Published in: Proceedings of the International Association for Shell and Spatial Structures (IASS) Symposium 2015, Amsterdam

Published in: Proceedings of the International Association for Shell and Spatial Structures (IASS) Symposium 2015, Amsterdam Aalborg Universitet Metamorphosis Parigi, Dario Published in: Proceedings of the Symposium 2015, Amsterdam Creative Commons License CC0 1.0 Publication date: 2015 Document Version Publisher's PDF, also

More information

Locally unique labeling of model elements for state-based model differences

Locally unique labeling of model elements for state-based model differences Locally unique labeling of model elements for state-based model differences Citation for published version (APA): Protic, Z. (2010). Locally unique labeling of model elements for state-based model differences.

More information

Published in: Mobile Wireless Middleware, Operating Systems, and Applications - Workshops

Published in: Mobile Wireless Middleware, Operating Systems, and Applications - Workshops Aalborg Universitet Connecting the islands - enabling global connectivity through local cooperation Heide, Janus; Pedersen, Morten Videbæk; Fitzek, Frank Hanns Paul; Larsen, Torben Published in: Mobile

More information

Integrating decision management with UML modeling concepts and tools

Integrating decision management with UML modeling concepts and tools Downloaded from orbit.dtu.dk on: Dec 17, 2017 Integrating decision management with UML modeling concepts and tools Könemann, Patrick Published in: Joint Working IEEE/IFIP Conference on Software Architecture,

More information

Thresholding in Edge Detection

Thresholding in Edge Detection Thresholding in Edge Detection Yulka Petkova, Dimitar Tyanev Technical University - Varna, Varna, Bulgaria Abstract: Many edge detectors are described in the literature about image processing, where the

More information

Experiments with Edge Detection using One-dimensional Surface Fitting

Experiments with Edge Detection using One-dimensional Surface Fitting Experiments with Edge Detection using One-dimensional Surface Fitting Gabor Terei, Jorge Luis Nunes e Silva Brito The Ohio State University, Department of Geodetic Science and Surveying 1958 Neil Avenue,

More information

Controller Synthesis for Hardware Accelerator Design

Controller Synthesis for Hardware Accelerator Design ler Synthesis for Hardware Accelerator Design Jiang, Hongtu; Öwall, Viktor 2002 Link to publication Citation for published version (APA): Jiang, H., & Öwall, V. (2002). ler Synthesis for Hardware Accelerator

More information

Three-dimensional analytical field calculation of pyramidal-frustum shaped permanent magnets Janssen, J.L.G.; Paulides, J.J.H.; Lomonova, E.A.

Three-dimensional analytical field calculation of pyramidal-frustum shaped permanent magnets Janssen, J.L.G.; Paulides, J.J.H.; Lomonova, E.A. Three-dimensional analytical field calculation of pyramidal-frustum shaped permanent magnets Janssen, J.L.G.; Paulides, J.J.H.; Lomonova, E.A. Published in: IEEE Transactions on Magnetics DOI: 10.1109/TMAG.2009.2021861

More information

Chapter 8 Visualization and Optimization

Chapter 8 Visualization and Optimization Chapter 8 Visualization and Optimization Recommended reference books: [1] Edited by R. S. Gallagher: Computer Visualization, Graphics Techniques for Scientific and Engineering Analysis by CRC, 1994 [2]

More information

Image Segmentation. 1Jyoti Hazrati, 2Kavita Rawat, 3Khush Batra. Dronacharya College Of Engineering, Farrukhnagar, Haryana, India

Image Segmentation. 1Jyoti Hazrati, 2Kavita Rawat, 3Khush Batra. Dronacharya College Of Engineering, Farrukhnagar, Haryana, India Image Segmentation 1Jyoti Hazrati, 2Kavita Rawat, 3Khush Batra Dronacharya College Of Engineering, Farrukhnagar, Haryana, India Dronacharya College Of Engineering, Farrukhnagar, Haryana, India Global Institute

More information

WEINER FILTER AND SUB-BLOCK DECOMPOSITION BASED IMAGE RESTORATION FOR MEDICAL APPLICATIONS

WEINER FILTER AND SUB-BLOCK DECOMPOSITION BASED IMAGE RESTORATION FOR MEDICAL APPLICATIONS WEINER FILTER AND SUB-BLOCK DECOMPOSITION BASED IMAGE RESTORATION FOR MEDICAL APPLICATIONS ARIFA SULTANA 1 & KANDARPA KUMAR SARMA 2 1,2 Department of Electronics and Communication Engineering, Gauhati

More information

History Matching: Towards Geologically Reasonable Models

History Matching: Towards Geologically Reasonable Models Downloaded from orbit.dtu.dk on: Oct 13, 018 History Matching: Towards Geologically Reasonable Models Melnikova, Yulia; Cordua, Knud Skou; Mosegaard, Klaus Publication date: 01 Document Version Publisher's

More information

Published in: Proceedings of the 3rd International Symposium on Environment-Friendly Energies and Applications (EFEA 2014)

Published in: Proceedings of the 3rd International Symposium on Environment-Friendly Energies and Applications (EFEA 2014) Aalborg Universitet SSTL I/O Standard based environment friendly energyl efficient ROM design on FPGA Bansal, Neha; Bansal, Meenakshi; Saini, Rishita; Pandey, Bishwajeet; Kalra, Lakshay; Hussain, Dil muhammed

More information

Exercise in Configurable Products using Creo parametric

Exercise in Configurable Products using Creo parametric Downloaded from orbit.dtu.dk on: Dec 03, 2018 Exercise in Configurable Products using Creo parametric Christensen, Georg Kronborg Publication date: 2017 Document Version Peer reviewed version Link back

More information

Building petabit/s data center network with submicroseconds latency by using fast optical switches Miao, W.; Yan, F.; Dorren, H.J.S.; Calabretta, N.

Building petabit/s data center network with submicroseconds latency by using fast optical switches Miao, W.; Yan, F.; Dorren, H.J.S.; Calabretta, N. Building petabit/s data center network with submicroseconds latency by using fast optical switches Miao, W.; Yan, F.; Dorren, H.J.S.; Calabretta, N. Published in: Proceedings of 20th Annual Symposium of

More information

Second-order shape optimization of a steel bridge

Second-order shape optimization of a steel bridge Computer Aided Optimum Design of Structures 67 Second-order shape optimization of a steel bridge A.F.M. Azevedo, A. Adao da Fonseca Faculty of Engineering, University of Porto, Porto, Portugal Email: alvaro@fe.up.pt,

More information

Design optimisation of industrial robots using the Modelica multi-physics modeling language

Design optimisation of industrial robots using the Modelica multi-physics modeling language Design optimisation of industrial robots using the Modelica multi-physics modeling language A. Kazi, G. Merk, M. Otter, H. Fan, (ArifKazi, GuentherMerk)@kuka-roboter.de (Martin.Otter, Hui.Fan)@dlr.de KUKA

More information

Eventpad : a visual analytics approach to network intrusion detection and reverse engineering Cappers, B.C.M.; van Wijk, J.J.; Etalle, S.

Eventpad : a visual analytics approach to network intrusion detection and reverse engineering Cappers, B.C.M.; van Wijk, J.J.; Etalle, S. Eventpad : a visual analytics approach to network intrusion detection and reverse engineering Cappers, B.C.M.; van Wijk, J.J.; Etalle, S. Published in: European Cyper Security Perspectives 2018 Published:

More information

2 ATTILA FAZEKAS The tracking model of the robot car The schematic picture of the robot car can be seen on Fig.1. Figure 1. The main controlling task

2 ATTILA FAZEKAS The tracking model of the robot car The schematic picture of the robot car can be seen on Fig.1. Figure 1. The main controlling task NEW OPTICAL TRACKING METHODS FOR ROBOT CARS Attila Fazekas Debrecen Abstract. In this paper new methods are proposed for intelligent optical tracking of robot cars the important tools of CIM (Computer

More information

11.1 Optimization Approaches

11.1 Optimization Approaches 328 11.1 Optimization Approaches There are four techniques to employ optimization of optical structures with optical performance constraints: Level 1 is characterized by manual iteration to improve the

More information

Reductions of the general virus detection problem

Reductions of the general virus detection problem EICAR 2001 Best Paper Proceedings Leitold, F. (2001). Reductions of the general virus detection problem. In U. E. Gattiker (Ed.), Conference Proceedings EICAR International Conference, (pp. 24-30). ISBN:

More information

XES Software Communication Extension

XES Software Communication Extension XES Software Communication Extension Leemans, M.; Liu, C. Published: 20/11/2017 Document Version Accepted manuscript including changes made at the peer-review stage Please check the document version of

More information

Expression des Besoins et Identification des Objectifs de Sécurité

Expression des Besoins et Identification des Objectifs de Sécurité PREMIER MINISTRE Secrétariat général de la défense nationale Direction centrale de la sécurité des systèmes d information Sous-direction des opérations Bureau conseil Expression des Besoins et Identification

More information

Simulation of BSDF's generated with Window6 and TracePro prelimenary results

Simulation of BSDF's generated with Window6 and TracePro prelimenary results Downloaded from orbit.dtu.dk on: Aug 23, 2018 Simulation of BSDF's generated with Window6 and TracePro prelimenary results Iversen, Anne; Nilsson, Annica Publication date: 2011 Document Version Publisher's

More information

TERRESTRIAL LASER SYSTEM TESTING USING REFERENCE BODIES

TERRESTRIAL LASER SYSTEM TESTING USING REFERENCE BODIES TERRESTRIAL LASER SYSTEM TESTING USING REFERENCE BODIES Miriam Zámečníková and Alojz Kopáčik Department of Surveying, Faculty of Civil Engineering Slovak University of Technology Email: miriam.zamecnikova@stuba.sk

More information

A New Method in Shape Classification Using Stationary Transformed Wavelet Features and Invariant Moments

A New Method in Shape Classification Using Stationary Transformed Wavelet Features and Invariant Moments Original Article A New Method in Shape Classification Using Stationary Transformed Wavelet Features and Invariant Moments Arash Kalami * Department of Electrical Engineering, Urmia Branch, Islamic Azad

More information

Fourier analysis of low-resolution satellite images of cloud

Fourier analysis of low-resolution satellite images of cloud New Zealand Journal of Geology and Geophysics, 1991, Vol. 34: 549-553 0028-8306/91/3404-0549 $2.50/0 Crown copyright 1991 549 Note Fourier analysis of low-resolution satellite images of cloud S. G. BRADLEY

More information

Features. Places where intensities vary is some prescribed way in a small neighborhood How to quantify this variability

Features. Places where intensities vary is some prescribed way in a small neighborhood How to quantify this variability Feature Detection Features Places where intensities vary is some prescribed way in a small neighborhood How to quantify this variability Derivatives direcitonal derivatives, magnitudes Scale and smoothing

More information

Performance analysis and modelling of an OSA gateway

Performance analysis and modelling of an OSA gateway Performance analysis and modelling of an OSA gateway Andersson, Jens K; Nyberg, Christian; Kihl, Maria Published in: Personal Wireless Communications / Lecture Notes in Computer Science Published: 23-1-1

More information

ELEC Dr Reji Mathew Electrical Engineering UNSW

ELEC Dr Reji Mathew Electrical Engineering UNSW ELEC 4622 Dr Reji Mathew Electrical Engineering UNSW Review of Motion Modelling and Estimation Introduction to Motion Modelling & Estimation Forward Motion Backward Motion Block Motion Estimation Motion

More information

Targeting Composite Wing Performance Optimising the Composite Lay-Up Design

Targeting Composite Wing Performance Optimising the Composite Lay-Up Design Targeting Composite Wing Performance Optimising the Composite Lay-Up Design Sam Patten Optimisation Specialist, Altair Engineering Ltd Imperial House, Holly Walk, Royal Leamington Spa, CV32 4JG sam.patten@uk.altair.com

More information

EDGE BASED REGION GROWING

EDGE BASED REGION GROWING EDGE BASED REGION GROWING Rupinder Singh, Jarnail Singh Preetkamal Sharma, Sudhir Sharma Abstract Image segmentation is a decomposition of scene into its components. It is a key step in image analysis.

More information

A New Class of Corner Finder

A New Class of Corner Finder A New Class of Corner Finder Stephen Smith Robotics Research Group, Department of Engineering Science, University of Oxford, Oxford, England, and DRA (RARDE Chertsey), Surrey, England January 31, 1992

More information

MATHEMATICS DEPARTMENT COURSE OUTLINE TERM 1/2/3 YEAR 7

MATHEMATICS DEPARTMENT COURSE OUTLINE TERM 1/2/3 YEAR 7 MATHEMATICS DEPARTMENT COURSE OUTLINE 2016-17 TERM 1/2/3 YEAR 7 Week Topic YEAR 7- Mathematics Term 1 plan 2016-2017 Learning outcomes 1/2 Numbers and the number system Recall prime numbers up to 50 Know

More information

Image Processing and Image Analysis VU

Image Processing and Image Analysis VU Image Processing and Image Analysis 052617 VU Yll Haxhimusa yll.haxhimusa@medunwien.ac.at vda.univie.ac.at/teaching/ipa/17w/ Outline What are grouping problems in vision? Inspiration from human perception

More information

Single Wake Meandering, Advection and Expansion - An analysis using an adapted Pulsed Lidar and CFD LES-ACL simulations

Single Wake Meandering, Advection and Expansion - An analysis using an adapted Pulsed Lidar and CFD LES-ACL simulations Downloaded from orbit.dtu.dk on: Jan 10, 2019 Single Wake Meandering, Advection and Expansion - An analysis using an adapted Pulsed Lidar and CFD LES-ACL simulations Machefaux, Ewan; Larsen, Gunner Chr.;

More information

UGANDA NATIONAL BUREAU OF STANDARDS LIST OF DRAFT UGANDA STANDARDS ON PUBLIC REVIEW

UGANDA NATIONAL BUREAU OF STANDARDS LIST OF DRAFT UGANDA STANDARDS ON PUBLIC REVIEW UGANDA NATIONAL BUREAU OF STANDARDS LIST OF DRAFT UGANDA STANDARDS ON PUBLIC REVIEW S/No. STANDARDS CODE TITLE(DESCRIPTION) SCOPE 1. DUS ISO/IEC 29151:2017 technology -- Security techniques -- Code of

More information

Getting state-space models from FEM simulations

Getting state-space models from FEM simulations Getting state-space models from FEM simulations van Schijndel, A.W.M. Published in: Proceedings of European Comsol Conference, 18-20 October 2017, Rotterdam, The Netherlands Published: 01/01/2017 Document

More information

Multibody Model for Planetary Gearbox of 500 kw Wind Turbine

Multibody Model for Planetary Gearbox of 500 kw Wind Turbine Downloaded from orbit.dtu.dk on: Oct 19, 2018 Multibody Model for Planetary Gearbox of 500 kw Wind Turbine Jørgensen, Martin Felix Publication date: 2013 Link back to DTU Orbit Citation (APA): Jørgensen,

More information

Practical use of new visual discomfort probability index in the control strategy for solar shading devices Johnsen, Kjeld

Practical use of new visual discomfort probability index in the control strategy for solar shading devices Johnsen, Kjeld Aalborg Universitet Practical use of new visual discomfort probability index in the control strategy for solar shading devices Johnsen, Kjeld Published in: Indoor Air 28 Publication date: 28 Document Version

More information

A NURBS-BASED APPROACH FOR SHAPE AND TOPOLOGY OPTIMIZATION OF FLOW DOMAINS

A NURBS-BASED APPROACH FOR SHAPE AND TOPOLOGY OPTIMIZATION OF FLOW DOMAINS 6th European Conference on Computational Mechanics (ECCM 6) 7th European Conference on Computational Fluid Dynamics (ECFD 7) 11 15 June 2018, Glasgow, UK A NURBS-BASED APPROACH FOR SHAPE AND TOPOLOGY OPTIMIZATION

More information

Cecil Jones Academy Mathematics Fundamental Map

Cecil Jones Academy Mathematics Fundamental Map Fundamentals Year 7 (Core) Knowledge Unit 1 Unit 2 Solve problems involving prime numbers Use highest common factors to solve problems Use lowest common multiples to solve problems Explore powers and roots

More information

CHAPTER 6 MODIFIED FUZZY TECHNIQUES BASED IMAGE SEGMENTATION

CHAPTER 6 MODIFIED FUZZY TECHNIQUES BASED IMAGE SEGMENTATION CHAPTER 6 MODIFIED FUZZY TECHNIQUES BASED IMAGE SEGMENTATION 6.1 INTRODUCTION Fuzzy logic based computational techniques are becoming increasingly important in the medical image analysis arena. The significant

More information

Published in: IEEE 8th International Conference on Signal Image Technology & Internet Based Systems

Published in: IEEE 8th International Conference on Signal Image Technology & Internet Based Systems Aalborg Universitet An RGB-D Database Using Microsoft s Kinect for Windows for Face Detection Idskou Høg, Rasmus; Jasek, Petr; Rofidal, Clement; Nasrollahi, Kamal; Moeslund, Thomas B.; Tranchet, Gabrielle

More information

Aalborg Universitet. Classification of Building Object Types Jørgensen, Kaj Asbjørn. Publication date: 2011

Aalborg Universitet. Classification of Building Object Types Jørgensen, Kaj Asbjørn. Publication date: 2011 Aalborg Universitet Classification of Building Object Types Jørgensen, Kaj Asbjørn Publication date: 20 Document Version Early version, also known as pre-print Link to publication from Aalborg University

More information

Visual Representation from Semiology of Graphics by J. Bertin

Visual Representation from Semiology of Graphics by J. Bertin Visual Representation from Semiology of Graphics by J. Bertin From a communication perspective Communication is too often taken for granted when it should be taken to pieces. (Fiske 91) Two basic schools

More information

Rotor Performance Enhancement Using Slats on the Inner Part of a 10MW Rotor

Rotor Performance Enhancement Using Slats on the Inner Part of a 10MW Rotor Downloaded from orbit.dtu.dk on: Oct 05, 2018 Rotor Performance Enhancement Using Slats on the Inner Part of a 10MW Rotor Gaunaa, Mac; Zahle, Frederik; Sørensen, Niels N.; Bak, Christian; Réthoré, Pierre-Elouan

More information

Topology optimization for coated structures

Topology optimization for coated structures Downloaded from orbit.dtu.dk on: Dec 15, 2017 Topology optimization for coated structures Clausen, Anders; Andreassen, Erik; Sigmund, Ole Published in: Proceedings of WCSMO-11 Publication date: 2015 Document

More information

Requirements Engineering for Enterprise Systems

Requirements Engineering for Enterprise Systems Association for Information Systems AIS Electronic Library (AISeL) AMCIS 2001 Proceedings Americas Conference on Information Systems (AMCIS) December 2001 Requirements Engineering for Enterprise Systems

More information

Classification. Vladimir Curic. Centre for Image Analysis Swedish University of Agricultural Sciences Uppsala University

Classification. Vladimir Curic. Centre for Image Analysis Swedish University of Agricultural Sciences Uppsala University Classification Vladimir Curic Centre for Image Analysis Swedish University of Agricultural Sciences Uppsala University Outline An overview on classification Basics of classification How to choose appropriate

More information

A System for the Quality Inspection of Surfaces of Watch Parts

A System for the Quality Inspection of Surfaces of Watch Parts A System for the Quality Inspection of Surfaces of Watch Parts Giuseppe Zamuner and Jacques Jacot Laboratoire de Production Microtechnique, Ecole Polytechnique Fédérale de Lausanne, Switzerland {giuseppe.zamuner,

More information

COMPENDIOUS LEXICOGRAPHIC METHOD FOR MULTI-OBJECTIVE OPTIMIZATION. Ivan P. Stanimirović. 1. Introduction

COMPENDIOUS LEXICOGRAPHIC METHOD FOR MULTI-OBJECTIVE OPTIMIZATION. Ivan P. Stanimirović. 1. Introduction FACTA UNIVERSITATIS (NIŠ) Ser. Math. Inform. Vol. 27, No 1 (2012), 55 66 COMPENDIOUS LEXICOGRAPHIC METHOD FOR MULTI-OBJECTIVE OPTIMIZATION Ivan P. Stanimirović Abstract. A modification of the standard

More information

Blood vessel tracking in retinal images

Blood vessel tracking in retinal images Y. Jiang, A. Bainbridge-Smith, A. B. Morris, Blood Vessel Tracking in Retinal Images, Proceedings of Image and Vision Computing New Zealand 2007, pp. 126 131, Hamilton, New Zealand, December 2007. Blood

More information

x On record with the USOE.

x On record with the USOE. Textbook Alignment to the Utah Core Geometry This alignment has been completed using an Independent Alignment Vendor from the USOE approved list (www.schools.utah.gov/curr/imc/indvendor.html.) Yes N/A

More information

Bicriteria approach to the optimal location of surveillance cameras *

Bicriteria approach to the optimal location of surveillance cameras * Bicriteria approach to the optimal location of surveillance cameras * Aleksandra Groß and Horst W. Hamacher TU Kaiserslautern, Fachbereich Mathematik, Paul-Ehrlich-Straße 14, 67663 Kaiserslautern Emails:

More information

Evolutionary form design: the application of genetic algorithmic techniques to computer-aided product design

Evolutionary form design: the application of genetic algorithmic techniques to computer-aided product design Loughborough University Institutional Repository Evolutionary form design: the application of genetic algorithmic techniques to computer-aided product design This item was submitted to Loughborough University's

More information

Energy-Efficient Routing in GMPLS Network

Energy-Efficient Routing in GMPLS Network Downloaded from orbit.dtu.dk on: Dec 19, 2017 Energy-Efficient Routing in GMPLS Network Wang, Jiayuan; Fagertun, Anna Manolova; Ruepp, Sarah Renée; Dittmann, Lars Published in: Proceedings of OPNETWORK

More information

Dynamic Thresholding for Image Analysis

Dynamic Thresholding for Image Analysis Dynamic Thresholding for Image Analysis Statistical Consulting Report for Edward Chan Clean Energy Research Center University of British Columbia by Libo Lu Department of Statistics University of British

More information

Aalborg Universitet. Implementing Game Cinematography Burelli, Paolo. Published in: Eurographics Workshop on Intelligent Cinematography and Editing

Aalborg Universitet. Implementing Game Cinematography Burelli, Paolo. Published in: Eurographics Workshop on Intelligent Cinematography and Editing Aalborg Universitet Implementing Game Cinematography Burelli, Paolo Published in: Eurographics Workshop on Intelligent Cinematography and Editing DOI (link to publication from Publisher): 10.2312/wiced.20151080

More information