首页 > 最新文献

Computer Graphics and Image Processing最新文献

英文 中文
Contour registration by shape-specific points for shape matching 轮廓配准的形状特定点的形状匹配
Pub Date : 1982-08-01 DOI: 10.1016/0146-664X(82)90030-2
Amar Mitiche, J.K Aggarwai
{"title":"Contour registration by shape-specific points for shape matching","authors":"Amar Mitiche, J.K Aggarwai","doi":"10.1016/0146-664X(82)90030-2","DOIUrl":"10.1016/0146-664X(82)90030-2","url":null,"abstract":"","PeriodicalId":100313,"journal":{"name":"Computer Graphics and Image Processing","volume":"19 4","pages":"Page 402"},"PeriodicalIF":0.0,"publicationDate":"1982-08-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://sci-hub-pdf.com/10.1016/0146-664X(82)90030-2","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126759626","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}
引用次数: 45
Determining the spatial containment of a point in general polyhedra 确定一般多面体中一个点的空间包容
Pub Date : 1982-08-01 DOI: 10.1016/0146-664X(82)90019-3
Yehuda E Kalay

Determining the inclusion of a point in volume-enclosing polyhedra (shapes) in 3D space is, in principle, the extension of the well-known problem of determining the inclusion of a point in a polygon in 2D space. However, the extra degree of freedom makes 3D point-polyhedron containment analysis much more difficult to solve than the 2D point-polygon problem, mainly because of the nonsequential ordering of the shape elements, which requires global shape data to be applied for resolving special cases. Two general O(n) algorithms for solving the problem by reducing the 3D case into the solvable 2D case are presented. The first algorithm, denoted “the projection method,” is applicable to any planar-faced polyhedron, reducing the dimensionality by employing parallel projection to generate planar images of the shape faces, together with an image of the point being tested for inclusion. The containment relationship of these images is used to increment a global parity-counter when appropriate, representing an abstraction for counting the intersections between the surface of the shape and a halfline extending from the point to infinity. An “inside” relationship is established when the parity-count is odd. Special cases (coincidence of the halfline with edges or vertices of the shape) are resolved by eliminating the coincidental elements and re-projecting the merged faces. The second algorithm, denoted “the intersection method,” is applicable to any well-formed shape, including curved-surfaced ones. It reduces the dimensionality by intersecting the shape with a plane which includes the point tested for inclusion, thereby generating a 2D polygonal trace of the shape surface at the plane of intersection, which is tested for containing the trace of the point in the plane, directly establishing the overall 3D containment relationship. A particular O(n) implementation of the 2D point-in-polygon inclusion algorithm, which is used for solving the problem once reduced in dimensionality, is also presented. The presentation is complemented by discussions of the problems associated with point-polyhedron relationship determination in general, and comparative analysis of the two particular algorithms presented.

确定三维空间中封闭多面体(形状)中点的包含问题,原则上是众所周知的二维空间中多边形中点的包含问题的扩展。然而,额外的自由度使得三维点多面体包容分析比二维点多边形问题更难求解,这主要是因为形状元素的顺序不一致,这需要应用全局形状数据来解决特殊情况。提出了两种通用的O(n)算法,将三维情况简化为可解的二维情况。第一种算法,称为“投影法”,适用于任何平面多面体,通过使用平行投影来生成形状面的平面图像,以及被测试包含点的图像,从而降低了维数。这些图像的包含关系用于在适当时增加全局奇偶校验计数器,表示用于计算形状表面与从点延伸到无穷大的半线之间的交点的抽象。当奇偶计数为奇数时,建立“内部”关系。特殊情况(半线与形状的边缘或顶点的重合)通过消除重合元素并重新投影合并的面来解决。第二种算法称为“交点法”,适用于任何形状良好的形状,包括曲面形状。它通过将形状与包含待包含点的平面相交来降低维数,从而在相交平面上生成形状表面的二维多边形轨迹,该平面被测试包含点在该平面上的轨迹,直接建立整体的三维包含关系。本文还介绍了二维多边形中点包含算法的一种特殊的O(n)实现,该算法用于求解降维后的问题。本文还讨论了与点多面体关系确定相关的问题,并对所提出的两种特定算法进行了比较分析。
{"title":"Determining the spatial containment of a point in general polyhedra","authors":"Yehuda E Kalay","doi":"10.1016/0146-664X(82)90019-3","DOIUrl":"https://doi.org/10.1016/0146-664X(82)90019-3","url":null,"abstract":"<div><p>Determining the inclusion of a point in volume-enclosing polyhedra (shapes) in 3D space is, in principle, the extension of the well-known problem of determining the inclusion of a point in a polygon in 2D space. However, the extra degree of freedom makes 3D point-polyhedron containment analysis much more difficult to solve than the 2D point-polygon problem, mainly because of the nonsequential ordering of the shape elements, which requires global shape data to be applied for resolving special cases. Two general <em>O</em>(<em>n</em>) algorithms for solving the problem by reducing the 3D case into the solvable 2D case are presented. The first algorithm, denoted “the projection method,” is applicable to any planar-faced polyhedron, reducing the dimensionality by employing parallel projection to generate planar images of the shape faces, together with an image of the point being tested for inclusion. The containment relationship of these images is used to increment a global parity-counter when appropriate, representing an abstraction for counting the intersections between the surface of the shape and a halfline extending from the point to infinity. An “inside” relationship is established when the parity-count is odd. Special cases (coincidence of the halfline with edges or vertices of the shape) are resolved by eliminating the coincidental elements and re-projecting the merged faces. The second algorithm, denoted “the intersection method,” is applicable to any well-formed shape, including curved-surfaced ones. It reduces the dimensionality by intersecting the shape with a plane which includes the point tested for inclusion, thereby generating a 2D polygonal trace of the shape surface at the plane of intersection, which is tested for containing the trace of the point in the plane, directly establishing the overall 3D containment relationship. A particular <em>O</em>(<em>n</em>) implementation of the 2D point-in-polygon inclusion algorithm, which is used for solving the problem once reduced in dimensionality, is also presented. The presentation is complemented by discussions of the problems associated with point-polyhedron relationship determination in general, and comparative analysis of the two particular algorithms presented.</p></div>","PeriodicalId":100313,"journal":{"name":"Computer Graphics and Image Processing","volume":"19 4","pages":"Pages 303-334"},"PeriodicalIF":0.0,"publicationDate":"1982-08-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://sci-hub-pdf.com/10.1016/0146-664X(82)90019-3","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"137161932","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}
引用次数: 0
The space efficiency of quadtrees 四叉树的空间效率
Pub Date : 1982-08-01 DOI: 10.1016/0146-664X(82)90020-X
Charles R Dyer

The space efficiency of the quadtree representation is investigated for the case in which a single 2m by 2m square region occurs in a 2n by 2n image. When the square is equally likely to occur at any position, it is shown that the average and worst case numbers of nodes in the quadtree are both on the order of the region's perimeter plus the logarithm of the image's diameter.

对于在2n × 2n图像中出现单个2m × 2m平方区域的情况,研究了四叉树表示的空间效率。当正方形在任何位置出现的可能性相等时,四叉树中平均和最坏情况下的节点数都在区域周长加上图像直径的对数的数量级上。
{"title":"The space efficiency of quadtrees","authors":"Charles R Dyer","doi":"10.1016/0146-664X(82)90020-X","DOIUrl":"10.1016/0146-664X(82)90020-X","url":null,"abstract":"<div><p>The space efficiency of the quadtree representation is investigated for the case in which a single 2<sup><em>m</em></sup> by 2<sup><em>m</em></sup> square region occurs in a 2<sup><em>n</em></sup> by 2<sup><em>n</em></sup> image. When the square is equally likely to occur at any position, it is shown that the average and worst case numbers of nodes in the quadtree are both on the order of the region's perimeter plus the logarithm of the image's diameter.</p></div>","PeriodicalId":100313,"journal":{"name":"Computer Graphics and Image Processing","volume":"19 4","pages":"Pages 335-348"},"PeriodicalIF":0.0,"publicationDate":"1982-08-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://sci-hub-pdf.com/10.1016/0146-664X(82)90020-X","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129841194","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}
引用次数: 110
Adaptive bit allocation for image compression 自适应位分配图像压缩
Pub Date : 1982-08-01 DOI: 10.1016/0146-664X(82)90024-7
J.K Wu , R.E Burge

The key to producing data-compressed images of improved fidelity (at a given compression ratio) using the adaptive transform approach is to improve subimage classification. Three simple measures are introduced to minimize inner-class differences based on image energy, directionality, and fineness of local detail. A fast compression scheme incorporating these measures is illustrated by a range of examples.

使用自适应变换方法生成提高保真度(在给定压缩比下)的数据压缩图像的关键是改进子图像分类。介绍了基于图像能量、方向性和局部细节精细度的三种简单方法来最小化类内差异。结合这些措施的快速压缩方案是通过一系列的例子说明。
{"title":"Adaptive bit allocation for image compression","authors":"J.K Wu ,&nbsp;R.E Burge","doi":"10.1016/0146-664X(82)90024-7","DOIUrl":"10.1016/0146-664X(82)90024-7","url":null,"abstract":"<div><p>The key to producing data-compressed images of improved fidelity (at a given compression ratio) using the adaptive transform approach is to improve subimage classification. Three simple measures are introduced to minimize inner-class differences based on image energy, directionality, and fineness of local detail. A fast compression scheme incorporating these measures is illustrated by a range of examples.</p></div>","PeriodicalId":100313,"journal":{"name":"Computer Graphics and Image Processing","volume":"19 4","pages":"Pages 392-400"},"PeriodicalIF":0.0,"publicationDate":"1982-08-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://sci-hub-pdf.com/10.1016/0146-664X(82)90024-7","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122466028","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}
引用次数: 9
A sequential tracking extraction of shape features and its constructive description 形状特征的序列跟踪提取及其构造描述
Pub Date : 1982-08-01 DOI: 10.1016/0146-664X(82)90021-1
Shunji Mori, Michihisa Doh

Based on sequential tracking, a machine composed of three sequentially connected automata is proposed for recognizing a plane shape given by binary pattern. The first automaton detects 10 kinds of quasi-local features which constitute a complete set of features in two consecutive lines. The second automaton integrates these features and segments a contour into letter L shaped segments which are considered as primitives for description of a shape. These L-type segments are arranged to form the structure. The third automaton extracts global features such as connectivity, hole, and concavity, where attribution of a hole to a blob is somewhat generally treated and some degree of closure of a concavity is described. Thus the systematic feature extraction of a plane shape and the simple and essential description of that shape is given.

在顺序跟踪的基础上,提出了一种由三个顺序连接的自动机组成的机器,用于识别由二进制模式给出的平面形状。第一个自动机检测10种准局部特征,这些特征构成了连续两行的完整特征集。第二个自动机集成这些特征并将轮廓分割成字母L形的片段,这些片段被认为是描述形状的基元。这些l型段排列形成结构。第三个自动机提取全局特征,如连通性、孔洞和凹凸度,其中孔洞归属于blob的属性在某种程度上得到一般处理,并且描述了凹度的某种程度的闭合。从而对平面形状进行了系统的特征提取,并给出了平面形状的简单而本质的描述。
{"title":"A sequential tracking extraction of shape features and its constructive description","authors":"Shunji Mori,&nbsp;Michihisa Doh","doi":"10.1016/0146-664X(82)90021-1","DOIUrl":"10.1016/0146-664X(82)90021-1","url":null,"abstract":"<div><p>Based on sequential tracking, a machine composed of three sequentially connected automata is proposed for recognizing a plane shape given by binary pattern. The first automaton detects 10 kinds of quasi-local features which constitute a complete set of features in two consecutive lines. The second automaton integrates these features and segments a contour into letter <em>L</em> shaped segments which are considered as primitives for description of a shape. These <em>L</em>-type segments are arranged to form the structure. The third automaton extracts global features such as connectivity, hole, and concavity, where attribution of a hole to a blob is somewhat generally treated and some degree of closure of a concavity is described. Thus the systematic feature extraction of a plane shape and the simple and essential description of that shape is given.</p></div>","PeriodicalId":100313,"journal":{"name":"Computer Graphics and Image Processing","volume":"19 4","pages":"Pages 349-366"},"PeriodicalIF":0.0,"publicationDate":"1982-08-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://sci-hub-pdf.com/10.1016/0146-664X(82)90021-1","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122808002","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}
引用次数: 12
An opening system interface for trasportable image processing software 一个开放的系统接口,用于便携式图像处理软件
Pub Date : 1982-08-01 DOI: 10.1016/0146-664X(82)90026-0
Scott Krusemark, R.M Haralick
{"title":"An opening system interface for trasportable image processing software","authors":"Scott Krusemark,&nbsp;R.M Haralick","doi":"10.1016/0146-664X(82)90026-0","DOIUrl":"10.1016/0146-664X(82)90026-0","url":null,"abstract":"","PeriodicalId":100313,"journal":{"name":"Computer Graphics and Image Processing","volume":"19 4","pages":"Page 401"},"PeriodicalIF":0.0,"publicationDate":"1982-08-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://sci-hub-pdf.com/10.1016/0146-664X(82)90026-0","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124576439","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}
引用次数: 0
Author index for volume 19 第19卷的作者索引
Pub Date : 1982-08-01 DOI: 10.1016/0146-664X(82)90032-6
{"title":"Author index for volume 19","authors":"","doi":"10.1016/0146-664X(82)90032-6","DOIUrl":"https://doi.org/10.1016/0146-664X(82)90032-6","url":null,"abstract":"","PeriodicalId":100313,"journal":{"name":"Computer Graphics and Image Processing","volume":"19 4","pages":"Page 403"},"PeriodicalIF":0.0,"publicationDate":"1982-08-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://sci-hub-pdf.com/10.1016/0146-664X(82)90032-6","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"137161230","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}
引用次数: 0
Matching the task to an I. P. architecture 将任务与ip架构相匹配
Pub Date : 1982-08-01 DOI: 10.1016/0146-664X(82)90029-6
V Cantoni
{"title":"Matching the task to an I. P. architecture","authors":"V Cantoni","doi":"10.1016/0146-664X(82)90029-6","DOIUrl":"10.1016/0146-664X(82)90029-6","url":null,"abstract":"","PeriodicalId":100313,"journal":{"name":"Computer Graphics and Image Processing","volume":"19 4","pages":"Page 402"},"PeriodicalIF":0.0,"publicationDate":"1982-08-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://sci-hub-pdf.com/10.1016/0146-664X(82)90029-6","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130277130","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}
引用次数: 0
A topological proof of a surface tracking algorithm 曲面跟踪算法的拓扑证明
Pub Date : 1982-08-01 DOI: 10.1016/0146-664X(82)90028-4
Gabor T Herman
{"title":"A topological proof of a surface tracking algorithm","authors":"Gabor T Herman","doi":"10.1016/0146-664X(82)90028-4","DOIUrl":"https://doi.org/10.1016/0146-664X(82)90028-4","url":null,"abstract":"","PeriodicalId":100313,"journal":{"name":"Computer Graphics and Image Processing","volume":"19 4","pages":"Pages 401-402"},"PeriodicalIF":0.0,"publicationDate":"1982-08-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://sci-hub-pdf.com/10.1016/0146-664X(82)90028-4","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"136434890","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}
引用次数: 0
RAYS—New representation for polygons and polhedra 射线-多边形和多面体的新表示
Pub Date : 1982-07-01 DOI: 10.1016/0146-664X(82)90017-X
{"title":"RAYS—New representation for polygons and polhedra","authors":"","doi":"10.1016/0146-664X(82)90017-X","DOIUrl":"https://doi.org/10.1016/0146-664X(82)90017-X","url":null,"abstract":"","PeriodicalId":100313,"journal":{"name":"Computer Graphics and Image Processing","volume":"19 3","pages":"Page 301"},"PeriodicalIF":0.0,"publicationDate":"1982-07-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://sci-hub-pdf.com/10.1016/0146-664X(82)90017-X","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"91630456","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}
引用次数: 0
期刊
Computer Graphics and Image Processing
全部 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