首页 > 最新文献

Proceedings of the 21st annual conference on Computer graphics and interactive techniques最新文献

英文 中文
Polarization and birefringency considerations in rendering 渲染中的偏振和双折射考虑
David C. Tannenbaum, P. Tannenbaum, M. Wozny
In this work we render non-opaque anisotropic media. A mathematical formalism is described in which polarization effects resulting from light/material interactions are represented as transformation matrices. When applying the matrices a skewing is performed to ensure that like reference coordinates are used. The intensity and direction of an extraordinary ray is computed.
在这项工作中,我们渲染非不透明的各向异性介质。描述了一种数学形式,其中光/材料相互作用产生的极化效应被表示为变换矩阵。当应用矩阵时,执行倾斜以确保使用类似的参考坐标。计算异常射线的强度和方向。
{"title":"Polarization and birefringency considerations in rendering","authors":"David C. Tannenbaum, P. Tannenbaum, M. Wozny","doi":"10.1145/192161.192204","DOIUrl":"https://doi.org/10.1145/192161.192204","url":null,"abstract":"In this work we render non-opaque anisotropic media. A mathematical formalism is described in which polarization effects resulting from light/material interactions are represented as transformation matrices. When applying the matrices a skewing is performed to ensure that like reference coordinates are used. The intensity and direction of an extraordinary ray is computed.","PeriodicalId":151245,"journal":{"name":"Proceedings of the 21st annual conference on Computer graphics and interactive techniques","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1994-07-24","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127941372","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 47
Multiresolution painting and compositing 多分辨率绘画和合成
Deborah Berman, Jason T. Bartell, D. Salesin
We describe a representation for multiresolution images—images that have different resolutions in different places—and methods for creating such images using painting and compositing operations. These methods are very easy to implement, and they are efficient in both memory and speed. Only the detail present at a particular resolution is stored, and the most common painting operations, “over” and “erase”, require time proportional only to the number of pixels displayed. We also show how fractional-level zooming can be implemented in order to allow a user to display and edit portions of a multiresolution image at any arbitrary size.
我们描述了多分辨率图像(在不同位置具有不同分辨率的图像)的表示,以及使用绘画和合成操作创建此类图像的方法。这些方法非常容易实现,并且在内存和速度方面都很有效。只有以特定分辨率呈现的细节被存储,最常见的绘画操作,“over”和“erase”,需要的时间仅与显示的像素数量成正比。我们还展示了如何实现分数级缩放,以便允许用户以任意大小显示和编辑多分辨率图像的部分。
{"title":"Multiresolution painting and compositing","authors":"Deborah Berman, Jason T. Bartell, D. Salesin","doi":"10.1145/192161.192181","DOIUrl":"https://doi.org/10.1145/192161.192181","url":null,"abstract":"We describe a representation for multiresolution images—images that have different resolutions in different places—and methods for creating such images using painting and compositing operations. These methods are very easy to implement, and they are efficient in both memory and speed. Only the detail present at a particular resolution is stored, and the most common painting operations, “over” and “erase”, require time proportional only to the number of pixels displayed. We also show how fractional-level zooming can be implemented in order to allow a user to display and edit portions of a multiresolution image at any arbitrary size.","PeriodicalId":151245,"journal":{"name":"Proceedings of the 21st annual conference on Computer graphics and interactive techniques","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1994-07-24","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130745800","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 100
Error-bounded antialiased rendering of complex environments 复杂环境的错误边界反锯齿渲染
Ned Greene, M. Kass
In previous work, we presented an algorithm to accelerate z-buffer rendering of enormously complex scenes. Here, we extend the approach to antialiased rendering with an algorithm that guarantees that each pixel of the output image is within a user-specified error tolerance of the filtered underlying continuous image. As before, we use an object-space octree to cull hidden geometry rapidly. However, instead of using an image-space depth pyramid to test visibility of collections of pixel samples, we use a quadtree data structure to test visibility throughout image-space regions. When regions are too complex, we use quadtree subdivision to simplify the geometry as in Warnock's algorithm. Subdivison stops when the algorithm can either analytically filter the required region or bound the convolution integral appropriately with interval methods. To the best of our knowledge, this is the first algorithm to antialias with guaranteed accuracy scenes consisting of hundreds of millions of polygons.
在之前的工作中,我们提出了一种算法来加速z-buffer渲染非常复杂的场景。在这里,我们使用一种算法将该方法扩展到抗锯齿渲染,该算法保证输出图像的每个像素都在过滤后的底层连续图像的用户指定的容错范围内。与之前一样,我们使用对象空间八叉树来快速剔除隐藏几何。然而,我们没有使用图像空间深度金字塔来测试像素样本集合的可见性,而是使用四叉树数据结构来测试整个图像空间区域的可见性。当区域过于复杂时,我们使用Warnock算法中的四叉树细分来简化几何结构。当算法可以解析过滤所需区域或用区间法对卷积积分进行适当的定界时,细分停止。据我们所知,这是第一个保证由数亿个多边形组成的场景精度的抗混叠算法。
{"title":"Error-bounded antialiased rendering of complex environments","authors":"Ned Greene, M. Kass","doi":"10.1145/192161.192173","DOIUrl":"https://doi.org/10.1145/192161.192173","url":null,"abstract":"In previous work, we presented an algorithm to accelerate z-buffer rendering of enormously complex scenes. Here, we extend the approach to antialiased rendering with an algorithm that guarantees that each pixel of the output image is within a user-specified error tolerance of the filtered underlying continuous image. As before, we use an object-space octree to cull hidden geometry rapidly. However, instead of using an image-space depth pyramid to test visibility of collections of pixel samples, we use a quadtree data structure to test visibility throughout image-space regions. When regions are too complex, we use quadtree subdivision to simplify the geometry as in Warnock's algorithm. Subdivison stops when the algorithm can either analytically filter the required region or bound the convolution integral appropriately with interval methods. To the best of our knowledge, this is the first algorithm to antialias with guaranteed accuracy scenes consisting of hundreds of millions of polygons.","PeriodicalId":151245,"journal":{"name":"Proceedings of the 21st annual conference on Computer graphics and interactive techniques","volume":"238 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1994-07-24","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"117016669","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 59
Animated conversation: rule-based generation of facial expression, gesture & spoken intonation for multiple conversational agents 动画对话:基于规则的面部表情,手势和多个会话代理的语音语调生成
Justine Cassell, C. Pelachaud, N. Badler, Mark Steedman, Brett Achorn, Tripp Becket, Brett Douville, Scott Prevost, Matthew Stone
We describe an implemented system which automatically generates and animates conversations between multiple human-like agents with appropriate and synchronized speech, intonation, facial expressions, and hand gestures. Conversation is created by a dialogue planner that produces the text as well as the intonation of the utterances. The speaker/listener relationship, the text, and the intonation in turn drive facial expressions, lip motions, eye gaze, head motion, and arm gestures generators. Coordinated arm, wrist, and hand motions are invoked to create semantically meaningful gestures. Throughout we will use examples from an actual synthesized, fully animated conversation.
我们描述了一个实现的系统,该系统自动生成并激活多个类人代理之间的对话,具有适当和同步的语音,语调,面部表情和手势。对话是由对话计划器创建的,对话计划器产生文本以及话语的语调。说话者/听者的关系、文本和语调依次驱动面部表情、嘴唇动作、眼睛注视、头部动作和手臂手势的产生。调用协调的手臂、手腕和手部动作来创建语义上有意义的手势。在整个过程中,我们将使用一个实际合成的,完全动画对话的例子。
{"title":"Animated conversation: rule-based generation of facial expression, gesture & spoken intonation for multiple conversational agents","authors":"Justine Cassell, C. Pelachaud, N. Badler, Mark Steedman, Brett Achorn, Tripp Becket, Brett Douville, Scott Prevost, Matthew Stone","doi":"10.1145/192161.192272","DOIUrl":"https://doi.org/10.1145/192161.192272","url":null,"abstract":"We describe an implemented system which automatically generates and animates conversations between multiple human-like agents with appropriate and synchronized speech, intonation, facial expressions, and hand gestures. Conversation is created by a dialogue planner that produces the text as well as the intonation of the utterances. The speaker/listener relationship, the text, and the intonation in turn drive facial expressions, lip motions, eye gaze, head motion, and arm gestures generators. Coordinated arm, wrist, and hand motions are invoked to create semantically meaningful gestures. Throughout we will use examples from an actual synthesized, fully animated conversation.","PeriodicalId":151245,"journal":{"name":"Proceedings of the 21st annual conference on Computer graphics and interactive techniques","volume":"22 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1994-07-24","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"134221279","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 783
Multiresolution curves 多分辨率曲线
Adam Finkelstein, D. Salesin
We describe a multiresolution curve representation, based on wavelets, that conveniently supports a variety of operations: smoothing a curve; editing the overall form of a curve while preserving its details; and approximating a curve within any given error tolerance for scan conversion. We present methods to support continuous levels of smoothing as well as direct manipulation of an arbitrary portion of the curve; the control points, as well as the discrete nature of the underlying hierarchical representation, can be hidden from the user. The multiresolution representation requires no extra storage beyond that of the original control points, and the algorithms using the representation are both simple and fast.
我们描述了一种基于小波的多分辨率曲线表示,它方便地支持各种操作:平滑曲线;编辑曲线的整体形式,同时保留其细节;并在扫描转换的任何给定误差容限内逼近曲线。我们提出的方法,以支持平滑的连续水平以及曲线的任意部分的直接操作;控制点,以及底层层次表示的离散性质,可以对用户隐藏起来。该多分辨率表示不需要除原始控制点外的额外存储空间,使用该表示的算法既简单又快速。
{"title":"Multiresolution curves","authors":"Adam Finkelstein, D. Salesin","doi":"10.1145/192161.192223","DOIUrl":"https://doi.org/10.1145/192161.192223","url":null,"abstract":"We describe a multiresolution curve representation, based on wavelets, that conveniently supports a variety of operations: smoothing a curve; editing the overall form of a curve while preserving its details; and approximating a curve within any given error tolerance for scan conversion. We present methods to support continuous levels of smoothing as well as direct manipulation of an arbitrary portion of the curve; the control points, as well as the discrete nature of the underlying hierarchical representation, can be hidden from the user. The multiresolution representation requires no extra storage beyond that of the original control points, and the algorithms using the representation are both simple and fast.","PeriodicalId":151245,"journal":{"name":"Proceedings of the 21st annual conference on Computer graphics and interactive techniques","volume":"21 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1994-07-24","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"134393324","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 333
3D position, attitude and shape input using video tracking of hands and lips
A. Blake, M. Isard
Recent developments in video-tracking allow the outlines of moving, natural objects in a video-camera input stream to be tracked live, at full video-rate. Previous systems have been available to do this for specially illuminated objects or for naturally illuminated but polyhedral objects. Other systems have been able to track nonpolyhedral objects in motion, in some cases from live video, but following only centroids or key-points rather than tracking whole curves. The system described here can track accurately the curved silhouettes of moving non-polyhedral objects at frame-rate, for example hands, lips, legs, vehicles, fruit, and without any special hardware beyond a desktop workstation and a video-camera and framestore. The new algorithms are a synthesis of methods in deformable models, B-splines curve representation and control theory. This paper shows how such a facility can be used to turn parts of the body—for instance, hands and lips—into input devices. Rigid motion of a hand can be used as a 3D mouse with non-rigid gestures signalling a button press or the “lifting” of the mouse. Both rigid and non-rigid motions of lips can be tracked independently and used as inputs, for example to animate a computer-generated face.
视频跟踪技术的最新发展使摄像机输入流中移动的自然物体的轮廓能够以全视频速率实时跟踪。以前的系统可用于特殊照明物体或自然照明但多面体物体。其他系统已经能够跟踪运动中的非多面体物体,在某些情况下来自实时视频,但只跟踪质心或关键点,而不是跟踪整个曲线。这里描述的系统可以准确地以帧率跟踪移动的非多面体物体的弯曲轮廓,例如手、嘴唇、腿、车辆、水果,除了桌面工作站、摄像机和框架存储之外,不需要任何特殊的硬件。该算法是可变形模型、b样条曲线表示和控制理论的综合。这篇论文展示了如何使用这种设备将身体的某些部位(例如手和嘴唇)转换为输入设备。手的刚性运动可以用作3D鼠标,而非刚性手势表示按下按钮或“抬起”鼠标。嘴唇的刚性和非刚性运动都可以独立跟踪并用作输入,例如为计算机生成的面部动画。
{"title":"3D position, attitude and shape input using video tracking of hands and lips","authors":"A. Blake, M. Isard","doi":"10.1145/192161.192197","DOIUrl":"https://doi.org/10.1145/192161.192197","url":null,"abstract":"Recent developments in video-tracking allow the outlines of moving, natural objects in a video-camera input stream to be tracked live, at full video-rate. Previous systems have been available to do this for specially illuminated objects or for naturally illuminated but polyhedral objects. Other systems have been able to track nonpolyhedral objects in motion, in some cases from live video, but following only centroids or key-points rather than tracking whole curves. The system described here can track accurately the curved silhouettes of moving non-polyhedral objects at frame-rate, for example hands, lips, legs, vehicles, fruit, and without any special hardware beyond a desktop workstation and a video-camera and framestore. The new algorithms are a synthesis of methods in deformable models, B-splines curve representation and control theory. This paper shows how such a facility can be used to turn parts of the body—for instance, hands and lips—into input devices. Rigid motion of a hand can be used as a 3D mouse with non-rigid gestures signalling a button press or the “lifting” of the mouse. Both rigid and non-rigid motions of lips can be tracked independently and used as inputs, for example to animate a computer-generated face.","PeriodicalId":151245,"journal":{"name":"Proceedings of the 21st annual conference on Computer graphics and interactive techniques","volume":"3 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1994-07-24","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122572290","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 123
Information visualization: the next frontier 信息可视化:下一个前沿
N. Gershon, Colleen Bushell, J. Mackinlay, William A. Ruh, A. Spoerri, Joel Tesler
knowledge of data visualization methods, software, and hardware in presenting the rather abstract information contained in data bases, digital libraries, and other massive collections of data and information. The panelists and audience will examine and debate how to create effective information visualizations and how to use them effectively in information navigation, retrieval, and access (e.g., in the information highway environment). Bringing this technology to the users, taking their needs into account, may transform business, science, medicine, engineering, and education. The audience and the public have been encouraged to submit samples of slides and video material illustrating effective and valuable visualizations.
数据可视化方法、软件和硬件的知识,用于呈现包含在数据库、数字图书馆和其他大量数据和信息集合中的相当抽象的信息。小组成员和听众将探讨和讨论如何创建有效的信息可视化,以及如何在信息导航、检索和访问(例如,在信息高速公路环境中)中有效地使用它们。把这项技术带给用户,考虑到他们的需求,可能会改变商业、科学、医学、工程和教育。我们鼓励观众和公众提交幻灯片和视频材料样本,说明有效和有价值的可视化。
{"title":"Information visualization: the next frontier","authors":"N. Gershon, Colleen Bushell, J. Mackinlay, William A. Ruh, A. Spoerri, Joel Tesler","doi":"10.1145/192161.192295","DOIUrl":"https://doi.org/10.1145/192161.192295","url":null,"abstract":"knowledge of data visualization methods, software, and hardware in presenting the rather abstract information contained in data bases, digital libraries, and other massive collections of data and information. The panelists and audience will examine and debate how to create effective information visualizations and how to use them effectively in information navigation, retrieval, and access (e.g., in the information highway environment). Bringing this technology to the users, taking their needs into account, may transform business, science, medicine, engineering, and education. The audience and the public have been encouraged to submit samples of slides and video material illustrating effective and valuable visualizations.","PeriodicalId":151245,"journal":{"name":"Proceedings of the 21st annual conference on Computer graphics and interactive techniques","volume":"9 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1994-07-24","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116223541","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 11
Priority rendering with a virtual reality address recalculation pipeline 优先渲染与虚拟现实地址重新计算管道
Matthew J. P. Regan, R. Pose
Virtual reality systems are placing never before seen demands on computer graphics hardware, yet few graphics systems are designed specifically for virtural reality. An address recalculation pipeline is a graphics display controller specifically designed for use with head mounted virtual reality systems, it performs orientation viewport mapping after rendering which means the users head orientation does not need to be known accurately until less than a microsecond before the first pixel of an update frame is actually sent to the head mounted display device. As a result the user perceived latency to head rotations is minimal. Using such a controller with image composition it is possible to render different objects within the world at different rate, thus it is possible to concentrate the available rendering power on the sections of the scene that change the most. The concentration of rendering power is known as priority rendering. Reductions of one order of magnitude in the number of objects rendered for an entire scene have been observed when using priority rendering. When non interactive background scenes which are rendered with a high quality rendering algorithm such as ray tracing are added to the world, highly realistic virtual worlds are possible with little or no latency.
虚拟现实系统对计算机图形硬件提出了前所未有的要求,但很少有图形系统是专门为虚拟现实设计的。地址重新计算管道是一个专门为头戴式虚拟现实系统设计的图形显示控制器,它在渲染后执行方向视口映射,这意味着在更新帧的第一个像素实际发送到头戴式显示设备之前不到一微秒,就不需要准确地知道用户的头部方向。因此,用户感知到的头部旋转延迟是最小的。使用这样的图像合成控制器,可以以不同的速率渲染世界中的不同对象,因此可以将可用的渲染能力集中在场景中变化最大的部分。渲染能力的集中被称为优先渲染。当使用优先渲染时,在整个场景中渲染的对象数量减少了一个数量级。当使用高质量的渲染算法(如光线追踪)渲染的非交互式背景场景添加到世界中时,高度逼真的虚拟世界可能会有很少或没有延迟。
{"title":"Priority rendering with a virtual reality address recalculation pipeline","authors":"Matthew J. P. Regan, R. Pose","doi":"10.1145/192161.192192","DOIUrl":"https://doi.org/10.1145/192161.192192","url":null,"abstract":"Virtual reality systems are placing never before seen demands on computer graphics hardware, yet few graphics systems are designed specifically for virtural reality. An address recalculation pipeline is a graphics display controller specifically designed for use with head mounted virtual reality systems, it performs orientation viewport mapping after rendering which means the users head orientation does not need to be known accurately until less than a microsecond before the first pixel of an update frame is actually sent to the head mounted display device. As a result the user perceived latency to head rotations is minimal. Using such a controller with image composition it is possible to render different objects within the world at different rate, thus it is possible to concentrate the available rendering power on the sections of the scene that change the most. The concentration of rendering power is known as priority rendering. Reductions of one order of magnitude in the number of objects rendered for an entire scene have been observed when using priority rendering. When non interactive background scenes which are rendered with a high quality rendering algorithm such as ray tracing are added to the world, highly realistic virtual worlds are possible with little or no latency.","PeriodicalId":151245,"journal":{"name":"Proceedings of the 21st annual conference on Computer graphics and interactive techniques","volume":"189 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1994-07-24","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126795882","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 179
NC milling error assessment and tool path correction 数控铣削误差评估及刀具轨迹修正
Yunching Huang, J. Oliver
A system of algorithms is presented for material removal simulation, dimensional error assessment and automated correction of five-axis numerically controlled (NC) milling tool paths. The methods are based on a spatial partitioning technique which incorporates incremental proximity calculations between milled and design surfaces. Hence, in addition to real-time animated five-axis milling simulation, milling errors are measured and displayed simultaneously. Using intermediate error assessment results, a reduction of intersection volume algorithm is developed to eliminate gouges on the workpiece via tool path correction. Finally, the view dependency typical of previous spatial partitioning-based NC simulation methods is overcome by a contour display technique which generates parallel planar contours to represent the workpiece, thus enabling dynamic viewing transformations without reconstruction of the entire data structure.
提出了一套用于五轴数控铣刀轨迹材料去除仿真、尺寸误差评估和自动校正的算法系统。该方法基于空间划分技术,该技术结合了铣削表面和设计表面之间的增量接近计算。因此,除了实时动画五轴铣削仿真,铣削误差测量和同时显示。在中间误差评估结果的基础上,提出了一种通过刀具轨迹修正来消除工件上划槽的交会体积减小算法。最后,通过轮廓显示技术克服了以往基于空间划分的数控仿真方法的视图依赖性,该技术生成平行平面轮廓来表示工件,从而实现动态视图转换,而无需重建整个数据结构。
{"title":"NC milling error assessment and tool path correction","authors":"Yunching Huang, J. Oliver","doi":"10.1145/192161.192231","DOIUrl":"https://doi.org/10.1145/192161.192231","url":null,"abstract":"A system of algorithms is presented for material removal simulation, dimensional error assessment and automated correction of five-axis numerically controlled (NC) milling tool paths. The methods are based on a spatial partitioning technique which incorporates incremental proximity calculations between milled and design surfaces. Hence, in addition to real-time animated five-axis milling simulation, milling errors are measured and displayed simultaneously. Using intermediate error assessment results, a reduction of intersection volume algorithm is developed to eliminate gouges on the workpiece via tool path correction. Finally, the view dependency typical of previous spatial partitioning-based NC simulation methods is overcome by a contour display technique which generates parallel planar contours to represent the workpiece, thus enabling dynamic viewing transformations without reconstruction of the entire data structure.","PeriodicalId":151245,"journal":{"name":"Proceedings of the 21st annual conference on Computer graphics and interactive techniques","volume":"33 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1994-07-24","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130259022","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 82
Computer technology and the artistic process: how the computer industry changes the form and function of art 计算机技术与艺术过程:计算机工业如何改变艺术的形式和功能
Jane Flint DeKoven, Timothy Binkley, Glenn Entis, Delle Maxwell, A. R. Smith
create a dialog between artists and engineers, people in the computer graphics industry and those in the field in academia. The panel will discuss the roles that engineers, commercial artists and art academicians play in influencing the development of the process, the content, the product and the context of computer art. One of the main social functions of art is to understand and communicate the human experience. Because the foundation of understanding is creating relationship and correlation between thoughts, computer technology, with its ability to store many “thoughts,” is ideally suited to expanding our base of understanding. And because the nature of communication is connection, computer technology, with its ability to connect the “thoughts” it stores and present a variety of different views and relationships of those thoughts, is a powerful means of elucidating the very process of communication. However, as Richard Saul Wurman stated several years ago, from his position outside the computer technology arena, “There are only three businesses involved in communication today. The first is the transmission business, all companies starting with tele: television, telephone, telex, etc. The second is the storage business. There, the technology is exploding because of the compression of storage: laser, compact disk, ROM, CD ROM, CDI and all kinds of floppy and hard disks. The third business is the understanding business, and nobody is in it... writers... serve the god of style and the god of accuracy. Graphic designers... and all the universities serve... the god of looking good.” If we notice how other high tech communication forms of this century such as film and video have evolved, we can see what Mr. Wurman means. Both media have been influenced greatly by the gods of style and looking good. In addition, because of the high cost of use, mass market saleability has dictated product and the limited accessibility of the media has led to a narrowness of the language and a dearth of form. If we do not want the high tech nature of the computer to force the art which it mediates to devolve toward either the banal or the overly precious, and if we desire the growth of the understanding business, we must become aware and make use of the essential changes that the computer has wrought. This awareness is being forged in a number of ways: peoples work and leisure are merging as computer technology becomes a presence in all aspects of living; engineers and artists are becoming collaborators in ways that breed a healthy respect in each for the process of the other; engineers are noticing how people really work and incorporating the unintended use that people make of their tools back in to the tools themselves; artists are rejecing the classic role of standing outside the culture in order to see it and instead infusing themselves into the very heart of the culture... the computer communications industry... and changing it. We are at the crossroads of develop
在艺术家和工程师、计算机图形行业人士和学术界人士之间建立对话。该小组将讨论工程师、商业艺术家和艺术学者在影响计算机艺术的发展过程、内容、产品和背景方面所扮演的角色。艺术的主要社会功能之一是理解和交流人类的经验。因为理解的基础是在思想之间建立关系和关联,计算机技术具有存储许多“思想”的能力,非常适合扩大我们的理解基础。由于交流的本质是联系,计算机技术能够将其存储的“思想”联系起来,并呈现出各种不同的观点和这些思想的关系,是阐明交流过程的有力手段。然而,正如理查德·索尔·沃曼几年前在计算机技术领域之外所说的那样,“今天,只有三种业务涉及通信。第一个是传输业务,所有的公司都从电视、电话、电传等开始。第二个是存储业务。在那里,由于存储压缩技术的发展,激光、光盘、ROM、CD ROM、CDI以及各种软盘和硬盘,技术得到了爆炸式发展。第三个业务是理解业务,没有人在这一行…作家……为风格之神和准确之神服务。平面设计师…所有的大学都提供……美丽之神。”如果我们注意到本世纪其他高科技传播形式,如电影和录像是如何演变的,我们就能明白Wurman先生的意思。这两种媒体都深受时尚之神和外表之神的影响。此外,由于使用成本高,大众市场的销路决定了产品,而传播媒介的有限可及性导致了语言的狭窄和形式的缺乏。如果我们不希望计算机的高科技性质迫使它所调解的艺术走向平庸或过于珍贵,如果我们希望理解事业的发展,我们必须意识到并利用计算机所带来的根本变化。这种意识正在以多种方式形成:随着计算机技术成为生活方方面面的存在,人们的工作和休闲正在融合;工程师和美工正以一种良性的方式合作,互相尊重对方的工作过程;工程师们注意到人们是如何工作的,并将人们对工具的意外使用融入到工具本身;艺术家们正在拒绝站在文化之外的经典角色,而是将自己融入文化的核心……计算机通信行业……并且改变它。我们正处在这个工具发展的十字路口,我们每个人,作为这个社区的一部分,都可以指导这个发展。也许一点后见之明和一点预测会照亮我们的任务:印刷机发展过程中固有的交流和理解的局限性已经持续了400年。五十年后,电脑会变成另一种玩具,一种消遣吗?它会不会成为我们一直在做的事情的另一种方式?或者我们会发展它,反过来,让它改变我们,让它成为我们迄今为止见过的最强大的工具,一个让艺术家用思想本身进行创作的工具,让我们所有人都意识到我们工作的基本艺术本质的工具?我认为,这些问题的症结在于商业机构和学术界。如果我们在个人身上看到的变化能够开始向上渗透到我们是其中一部分的更大的机构中,并在他们轻视他们或使他们变得过于珍贵之前融入他们的过程中,我们可能会看到一个全新的文化出现。如果学术界能够与工业界分享其对思想、反思和学习的了解,并帮助创造出必要的、而不是无聊的、持久的、而不是丢弃的产品;如果工业界能够与学术界分享其财富和知识的实际应用,并帮助将想法与现实联系起来……也许我们将创造一种学习型公司和在职知识分子的文化,这种文化比我们目前的过度文化更具有内在的平衡。
{"title":"Computer technology and the artistic process: how the computer industry changes the form and function of art","authors":"Jane Flint DeKoven, Timothy Binkley, Glenn Entis, Delle Maxwell, A. R. Smith","doi":"10.1145/192161.192301","DOIUrl":"https://doi.org/10.1145/192161.192301","url":null,"abstract":"create a dialog between artists and engineers, people in the computer graphics industry and those in the field in academia. The panel will discuss the roles that engineers, commercial artists and art academicians play in influencing the development of the process, the content, the product and the context of computer art. One of the main social functions of art is to understand and communicate the human experience. Because the foundation of understanding is creating relationship and correlation between thoughts, computer technology, with its ability to store many “thoughts,” is ideally suited to expanding our base of understanding. And because the nature of communication is connection, computer technology, with its ability to connect the “thoughts” it stores and present a variety of different views and relationships of those thoughts, is a powerful means of elucidating the very process of communication. However, as Richard Saul Wurman stated several years ago, from his position outside the computer technology arena, “There are only three businesses involved in communication today. The first is the transmission business, all companies starting with tele: television, telephone, telex, etc. The second is the storage business. There, the technology is exploding because of the compression of storage: laser, compact disk, ROM, CD ROM, CDI and all kinds of floppy and hard disks. The third business is the understanding business, and nobody is in it... writers... serve the god of style and the god of accuracy. Graphic designers... and all the universities serve... the god of looking good.” If we notice how other high tech communication forms of this century such as film and video have evolved, we can see what Mr. Wurman means. Both media have been influenced greatly by the gods of style and looking good. In addition, because of the high cost of use, mass market saleability has dictated product and the limited accessibility of the media has led to a narrowness of the language and a dearth of form. If we do not want the high tech nature of the computer to force the art which it mediates to devolve toward either the banal or the overly precious, and if we desire the growth of the understanding business, we must become aware and make use of the essential changes that the computer has wrought. This awareness is being forged in a number of ways: peoples work and leisure are merging as computer technology becomes a presence in all aspects of living; engineers and artists are becoming collaborators in ways that breed a healthy respect in each for the process of the other; engineers are noticing how people really work and incorporating the unintended use that people make of their tools back in to the tools themselves; artists are rejecing the classic role of standing outside the culture in order to see it and instead infusing themselves into the very heart of the culture... the computer communications industry... and changing it. We are at the crossroads of develop","PeriodicalId":151245,"journal":{"name":"Proceedings of the 21st annual conference on Computer graphics and interactive techniques","volume":"68 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1994-07-24","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127945101","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 2
期刊
Proceedings of the 21st annual conference on Computer graphics and interactive techniques
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1