HOME
*





Kai Hormann
Kai Hormann (born 1974) is a German computer scientist. He is professor of the faculty of Informatics at the Università della Svizzera italiana (USI), Switzerland. Hormann is the co-author of ''Efficient clipping of arbitrary polygons'' which describes the Greiner–Hormann clipping algorithm co-developed by him. The algorithm is known for being more performant than the Vatti clipping algorithm, but it cannot handle degeneracies. His research interests are inherent to the field of computer graphics. One of his notable collaborators in his researches is Vladimir Anisimoff Vladìmir Anísimoff (born 14 March 1950 in Leningrad, USSR) is a Russian composer, scientist-physicist, philosopher-agnostic, writer, and philanthropist. He is a grandnephew of the revolutionary-menshevik Vasily Anisimoff and a grandnephew ...'s son Dmitry. He was Dean of the faculty of Informatics at USI from 2015 to 2017. References External links * Hormann Hormann Academic staff of t ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Lübeck
Lübeck (; Low German also ), officially the Hanseatic City of Lübeck (german: Hansestadt Lübeck), is a city in Northern Germany. With around 217,000 inhabitants, Lübeck is the second-largest city on the German Baltic coast and in the state of Schleswig-Holstein, after its capital of Kiel, and is the 35th-largest city in Germany. The city lies in Holstein, northeast of Hamburg, on the mouth of the River Trave, which flows into the Bay of Lübeck in the borough of Travemünde, and on the Trave's tributary Wakenitz. The city is part of the Hamburg Metropolitan Region, and is the southwesternmost city on the Baltic, as well as the closest point of access to the Baltic from Hamburg. The port of Lübeck is the second-largest German Baltic port after the port of Rostock. The city lies in the Northern Low Saxon dialect area of Low German. Lübeck is famous for having been the cradle and the ''de facto'' capital of the Hanseatic League. Its city centre is Germany's most e ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Computer Graphics
Computer graphics deals with generating images with the aid of computers. Today, computer graphics is a core technology in digital photography, film, video games, cell phone and computer displays, and many specialized applications. A great deal of specialized hardware and software has been developed, with the displays of most devices being driven by graphics hardware, computer graphics hardware. It is a vast and recently developed area of computer science. The phrase was coined in 1960 by computer graphics researchers Verne Hudson and William Fetter of Boeing. It is often abbreviated as CG, or typically in the context of film as Computer-generated imagery, computer generated imagery (CGI). The non-artistic aspects of computer graphics are the subject of Computer graphics (computer science), computer science research. Some topics in computer graphics include user interface design, sprite (graphics), sprite graphics, Rendering (computer graphics), rendering, ray tracing (graphics) ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


Computer Scientist
A computer scientist is a person who is trained in the academic study of computer science. Computer scientists typically work on the theoretical side of computation, as opposed to the hardware side on which computer engineers mainly focus (although there is overlap). Although computer scientists can also focus their work and research on specific areas (such as algorithm and data structure development and design, software engineering, information theory, database theory, computational complexity theory, numerical analysis, programming language theory, computer graphics, and computer vision), their foundation is the theoretical study of computing from which these other fields derive. A primary goal of computer scientists is to develop or validate models, often mathematical, to describe the properties of computational systems ( processors, programs, computers interacting with people, computers interacting with other computers, etc.) with an overall objective of discoverin ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Informatics
Informatics is the study of computational systems, especially those for data storage and retrieval. According to ACM ''Europe and'' ''Informatics Europe'', informatics is synonymous with computer science and computing as a profession, in which the central notion is transformation of information. In other countries, the term "informatics" is used with a different meaning in the context of library science. Different meanings In some countries, depending on local interpretations, the term "informatics" is used synonymously to mean information systems, information science, information theory, information engineering, information technology, information processing, or other theoretical or practical fields. In Germany, the term ''informatics'' almost exactly corresponds to modern computer science. Accordingly, universities in continental Europe usually translate "informatics" as computer science, or sometimes information and computer science, although technical universities may tr ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


Switzerland
; rm, citad federala, links=no). Swiss law does not designate a ''capital'' as such, but the federal parliament and government are installed in Bern, while other federal institutions, such as the federal courts, are in other cities (Bellinzona, Lausanne, Lucerne, Neuchâtel, St. Gallen a.o.). , coordinates = , largest_city = Zurich , official_languages = , englishmotto = "One for all, all for one" , religion_year = 2022 , religion_ref = , religion = , demonym = , german: link=no, Schweizer/Schweizerin, french: link=no, Suisse/Suissesse, it, svizzero/svizzera or , rm, Svizzer/Svizra , government_type = Federal assembly-independent directorial republic , leader_title1 = Federal Council , leader_name1 = , leader_title2 = , leader_name2 = Viktor Rossi , legislature = Federal Assembly , upper_house = Counci ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  




Greiner–Hormann Clipping Algorithm
The Greiner-Hormann algorithm is used in computer graphics for polygon clipping. It performs better than the Vatti clipping algorithm, but cannot handle degeneracies. It can process both self-intersecting and non-convex polygons. It can be trivially generalized to compute other Boolean operations on polygons, such as union and difference. The algorithm is based on the definition of the "inside" of a polygon based on the winding number. It considers regions with odd winding number to be inside the polygon; this is known as the even–odd rule. It takes two lists of polygons as input. In its original form, the algorithm is divided into three phases: * In the first phase, pairwise intersections between edges of the polygons are computed. Additional vertices are inserted into both polygons at the points of intersection; an intersection vertex holds a pointer to its counterpart in the other polygon. * In the second phase, each intersection is marked as either an ''entry intersection'' ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


Vatti Clipping Algorithm
The Vatti clipping algorithmBala R. Vatti"A generic solution to polygon clipping" Communications of the ACM, Vol 35, Issue 7 (July 1992) pp. 56–63. is used in computer graphics. It allows clipping of any number of arbitrarily shaped ''subject polygons'' by any number of arbitrarily shaped ''clip polygons''. Unlike the Sutherland–Hodgman and Weiler–Atherton polygon clipping algorithms, the Vatti algorithm does not restrict the types of polygons that can be used as subjects or clips. Even complex (self-intersecting) polygons, and polygons with holes can be processed. The algorithm is generally applicable only in 2D space. Description Clipping is defined as the interaction of subject and clip polygons. While clipping usually involves finding the intersections (regions of overlap) of subject and clip polygons, clipping algorithms can also be applied with other boolean clipping operations: difference, where the clipping polygons ''remove'' overlapping regions from the subjec ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Degeneracy (mathematics)
In mathematics, a degenerate case is a limiting case of a class of objects which appears to be qualitatively different from (and usually simpler than) the rest of the class, and the term degeneracy is the condition of being a degenerate case. The definitions of many classes of composite or structured objects often implicitly include inequalities. For example, the angles and the side lengths of a triangle are supposed to be positive. The limiting cases, where one or several of these inequalities become equalities, are degeneracies. In the case of triangles, one has a ''degenerate triangle'' if at least one side length or angle is zero. Equivalently, it becomes a "line segment". Often, the degenerate cases are the exceptional cases where changes to the usual dimension or the cardinality of the object (or of some part of it) occur. For example, a triangle is an object of dimension two, and a degenerate triangle is contained in a line, which makes its dimension one. This is simila ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Vladimir Anisimoff
Vladìmir Anísimoff (born 14 March 1950 in Leningrad, USSR) is a Russian composer, scientist-physicist, philosopher-agnostic, writer, and philanthropist. He is a grandnephew of the revolutionary-menshevik Vasily Anisimoff and a grandnephew of the famous Soviet pedagogue Pyotr Afanasiev, who created the most popular in the young Soviet Russia ABC book in Russian language "Read, write, count" (24 editions) and the Russian language Textbook for primary school. Vladìmir Anísimoff is famous as a scientist in the field of magnetic resonance. He developed a method for the study of hidden internal surfaces,Владимир Викторович Анисимов "ЯМР как метод исследования энергетической неоднородности скрытых поверхностей" Автореферат на соискание ученой степени доктора физико-математических наук. 1989. ИХФ АН СССР, М ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


Living People
Related categories * :Year of birth missing (living people) / :Year of birth unknown * :Date of birth missing (living people) / :Date of birth unknown * :Place of birth missing (living people) / :Place of birth unknown * :Year of death missing / :Year of death unknown * :Date of death missing / :Date of death unknown * :Place of death missing / :Place of death unknown * :Missing middle or first names See also * :Dead people * :Template:L, which generates this category or death years, and birth year and sort keys. : {{DEFAULTSORT:Living people 21st-century people People by status ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

1974 Births
Major events in 1974 include the aftermath of the 1973 oil crisis and the resignation of President of the United States, United States President Richard Nixon following the Watergate scandal. In the Middle East, the aftermath of the 1973 Yom Kippur War determined politics; following List of Prime Ministers of Israel, Israeli Prime Minister Golda Meir's resignation in response to high Israeli casualties, she was succeeded by Yitzhak Rabin. In Europe, the Turkish invasion of Cyprus, invasion and occupation of northern Cyprus by Turkey, Turkish troops initiated the Cyprus dispute, the Carnation Revolution took place in Portugal, and Chancellor of Germany, Chancellor of West Germany Willy Brandt resigned following an Guillaume affair, espionage scandal surrounding his secretary Günter Guillaume. In sports, the year was primarily dominated by the 1974 FIFA World Cup, FIFA World Cup in West Germany, in which the Germany national football team, German national team won the championshi ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]