共查询到20条相似文献,搜索用时 0 毫秒
1.
2.
3.
4.
Pınar Duygulu Volkan Atalay 《International Journal on Document Analysis and Recognition》2002,5(1):17-27
In this paper, we present a logical representation for form documents to be used for identification and retrieval. A hierarchical
structure is proposed to represent the structure of a form by using lines and the XY-tree approach. The approach is top-down
and no domain knowledge such as the preprinted data or filled-in data is used. Geometrical modifications and slight variations
are handled by this representation. Logically identical forms are associated to the same or similar hierarchical structure.
Identification and the retrieval of similar forms are performed by computing the edit distances between the generated trees.
Received: August 21, 2001 / Accepted: November 5, 2001 相似文献
5.
6.
Presently, man-machine interface development is a widespread research activity. A system to understand hand drawn architectural
drawings in a CAD environment is presented in this paper. To understand a document, we have to identify its building elements
and their structural properties. An attributed graph structure is chosen as a symbolic representation of the input document
and the patterns to recognize in it. An inexact subgraph isomorphism procedure using relaxation labeling techniques is performed.
In this paper we focus on how to speed up the matching. There is a building element, the walls, characterized by a hatching
pattern. Using a straight line Hough transform (SLHT)-based method, we recognize this pattern, characterized by parallel straight
lines, and remove from the input graph the edges belonging to this pattern. The isomorphism is then applied to the remainder
of the input graph. When all the building elements have been recognized, the document is redrawn, correcting the inaccurate
strokes obtained from a hand-drawn input.
Received 6 June 1996 / Accepted 4 February 1997 相似文献
7.
Shunsuke Yoshida Shinya Miyazaki Toshihito Hoshino Toru Ozeki Junichi Hasegawa Takami Yasuda Shigeki Yokoi 《The Visual computer》2001,17(1):46-54
In observing a virtual 3D object displayed stereoscopically on a large screen, there is often a difference between the calculated
depth and the perceived depth. This paper presents a method for reducing such differences of depth. To do this, we modify
both the viewing position and the screen position in the stereoscopic calculation. The optimal amount of modification was
determined from sample values of depth differences. The effectiveness of the proposed method is discussed on the merits of
the experimental results. This technique decreased the average difference from 4.3 mm to 1.3 mm. 相似文献
8.
Accurate and efficient vectorization of line drawings is essential for any higher level processing in document analysis and
recognition systems. In spite of the prevalence of vectorization and line detection methods, no standard for their performance
evaluation protocol exists. We propose a protocol for evaluating both straight and circular line extraction to help compare,
select, improve, and even design line detection algorithms to be incorporated into line drawing recognition and understanding
systems. The protocol involves both positive and negative sets of indices, at pixel and vector levels. Time efficiency is
also included in the protocol. The protocol may be extended to handle lines of any shape as well as other classes of graphic
objects. 相似文献
9.
Registration of technical drawings and calibrated images for industrial augmented reality 总被引:1,自引:0,他引:1
Despite tremendous progress in 3D modelling technology, most sites in traditional industries do not have a computer model
of their facilities at their disposal. In these industries, 2D technical drawings are typically the most commonly used documents.
In many cases, a database of fully calibrated and oriented photogrammetric images of parts of the plant is also available.
These images are often used for metric measurement and 3D as-built modelling. For planning revamps and maintenance, it is
necessary to use industrial drawings as well as images and 3D models represented in a common “world” coordinate system. This
paper proposes a method for full integration of technical drawings, calibrated images and as-built 3D models. A new algorithm
is developed in order to use only a few correspondences between points on a technical drawing and multiple images to estimate
a metric planar transformation between the drawing and the world coordinate system. The paper describes the mathematical relationship
between this transformation and the set of homographies needed for merging the technical drawing with all the calibrated images.
The method is implemented and fully integrated into an industrial software we developed for 3D as-built reconstruction. We
present examples of a real application, in which the method is successfully applied to create an augmented reality representation
of a waste water plant.
Accepted: 13 August 2001 相似文献
10.
Hon-Son Don 《International Journal on Document Analysis and Recognition》2001,4(2):131-138
A new thresholding method, called the noise attribute thresholding method (NAT), for document image binarization is presented
in this paper. This method utilizes the noise attribute features extracted from the images to make the selection of threshold
values for image thresholding. These features are based on the properties of noise in the images and are independent of the
strength of the signals (objects and background) in the image. A simple noise model is given to explain these noise properties.
The NAT method has been applied to the problem of removing text and figures printed on the back of the paper. Conventional
global thresholding methods cannot solve this kind of problem satisfactorily. Experimental results show that the NAT method
is very effective.
Received July 05, 1999 / Revised July 07, 2000 相似文献
11.
Image-processing systems, each consisting of massively parallel photodetectors and digital processing elements on a monolithic
circuit, are currently being developed by several researchers. Some earlyvision-like processing algorithms are installed in
the vision systems. However, they are not sufficient for applications because their output is in the form of pattern information,
so that, in order to respond to input, some feature values are required to be extracted from the pattern. In the present paper,
we propose a robust method for extracting feature values associated with images in a massively parallel vision system. 相似文献
12.
A minimized automaton representation of reachable states 总被引:1,自引:0,他引:1
Gerard J. Holzmann Anuj Puri 《International Journal on Software Tools for Technology Transfer (STTT)》1999,2(3):270-278
We consider the problem of storing a set S⊂Σkas a deterministic finite automaton (DFA). We show that inserting a new string σ∈Σk or deleting a string from the set S represented as a minimized DFA can be done in expected time O(k|Σ|), while preserving the minimality of the DFA. The method can be applied to reduce the memory requirements of model checkers that are based on explicit state enumeration. As an example, we discuss an implementation of the method for the model checker Spin. 相似文献
13.
Z -coordinates} of the vertices are completely governed by the Z-coordinates assigned to four selected ones. This allows describing the spatial polygonal mesh with just its 2D projection
plus the heights of four vertices. As a consequence, these projections essentially capture the “spatial meaning” of the given
surface, in the sense that, whatever spatial interpretations are drawn from them, they all exhibit essentially the same shape.
Published online: 5 February 2003 相似文献
14.
15.
UnQL: a query language and algebra for semistructured data based on structural recursion 总被引:5,自引:0,他引:5
Peter Buneman Mary Fernandez Dan Suciu 《The VLDB Journal The International Journal on Very Large Data Bases》2000,9(1):76-110
Abstract. This paper presents structural recursion as the basis of the syntax and semantics of query languages for semistructured data
and XML. We describe a simple and powerful query language based on pattern matching and show that it can be expressed using
structural recursion, which is introduced as a top-down, recursive function, similar to the way XSL is defined on XML trees.
On cyclic data, structural recursion can be defined in two equivalent ways: as a recursive function which evaluates the data
top-down and remembers all its calls to avoid infinite loops, or as a bulk evaluation which processes the entire data in parallel
using only traditional relational algebra operators. The latter makes it possible for optimization techniques in relational
queries to be applied to structural recursion. We show that the composition of two structural recursion queries can be expressed
as a single such query, and this is used as the basis of an optimization method for mediator systems. Several other formal
properties are established: structural recursion can be expressed in first-order logic extended with transitive closure; its
data complexity is PTIME; and over relational data it is a conservative extension of the relational calculus. The underlying
data model is based on value equality, formally defined with bisimulation. Structural recursion is shown to be invariant with
respect to value equality.
Received: July 9, 1999 / Accepted: December 24, 1999 相似文献
16.
In this paper, we present a fast method for the detection of die extrusion defects in IC packages. The optical and lighting
set-up as well as the details of the algorithm used for the isolation and detection of die extrusion defects are presented.
Our algorithm basically involves the use of optimal filters for the detection of linear features and other feature enhancement
techniques. This paper also addresses implementation issues including speed, effectiveness, and robustness.
Received: 10 April 1997 / Accepted: 15 January 1998 相似文献
17.
18.
Analyzing scenery images by monotonic tree 总被引:3,自引:0,他引:3
Content-based image retrieval (CBIR) has been an active research area in the last ten years, and a variety of techniques
have been developed. However, retrieving images on the basis of low-level features has proven unsatisfactory, and new techniques
are needed to support high-level queries. Research efforts are needed to bridge the gap between high-level semantics and low-level
features. In this paper, we present a novel approach to support semantics-based image retrieval. Our approach is based on
the monotonic tree, a derivation of the contour tree for use with discrete data. The structural elements of an image are modeled
as branches (or subtrees) of the monotonic tree. These structural elements are classified and clustered on the basis of such
properties as color, spatial location, harshness and shape. Each cluster corresponds to some semantic feature. This scheme
is applied to the analysis and retrieval of scenery images. Comparisons of experimental results of this approach with conventional
techniques using low-level features demonstrate the effectiveness of our approach. 相似文献
19.
C. Stary 《Universal Access in the Information Society》2001,1(1):16-30
This paper addresses user modelling for “Design for All” in a model-based approach to Human-Computer Interaction, paying particular
attention to placing user models within organisational role- and task-related contexts. After reviewing a variety of user
modelling approaches, and deriving requirements for user modelling related to Design for All, the paper proposes a role-driven
individualised approach. Such an approach is based on a model-based representation schema and a unifying notation that keeps
the user’s models and the contextual information transparent and consistent. Individualisation is achieved by coupling symbolic
model specifications with neural networking on synchronisation links between symbolic representation elements. As a result,
user modelling for Design for All is achieved not by stereotypical user properties and functional roles, but by accommodating
the actual users’ behaviour.
Published online: 18 May 2001 相似文献
20.
I. Laptev H. Mayer T. Lindeberg W. Eckstein C. Steger A. Baumgartner 《Machine Vision and Applications》2000,12(1):23-31
Abstract. We propose a new approach for automatic road extraction from aerial imagery with a model and a strategy mainly based on the multi-scale detection of roads in combination with geometry-constrained edge extraction using snakes. A main advantage of our approach is, that it allows for the first time a bridging of shadows and partially occluded areas using the heavily disturbed evidence in the image. Additionally, it has only few parameters to be adjusted. The road network is constructed after extracting crossings with varying shape and topology. We show the feasibility of the approach not only by presenting reasonable results but also by evaluating them quantitatively based on ground truth. Received: 22 July 1999 / Accepted: 20 March 2000 相似文献