Cargando…

A computational framework for segmentation and grouping /

This book represents a summary of the research we have been conducting since the early 1990s, and describes a conceptual framework which addresses some current shortcomings, and proposes a unified approach for a broad class of problems. While the framework is defined, our research continues, and som...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Medioni, G�erard
Otros Autores: Lee, Mi-Suen, Tang, Chi-Keung
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Amsterdam ; New York : Elsevier, 2000.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000 i 4500
001 SCIDIR_ocn162578272
003 OCoLC
005 20231117014949.0
006 m o d
007 cr cn|||||||||
008 070806s2000 ne a ob 001 0 eng d
010 |z  00023205  
040 |a OPELS  |b eng  |e rda  |e pn  |c OPELS  |d OCLCQ  |d N$T  |d YDXCP  |d MERUC  |d E7B  |d IDEBK  |d OCLCQ  |d UMI  |d DEBSZ  |d UKMGB  |d OCLCQ  |d OCLCF  |d OCLCQ  |d COO  |d OCLCQ  |d STF  |d D6H  |d CEF  |d OCLCQ  |d WYU  |d LEAUB  |d OCLCQ  |d OCLCO  |d COM  |d OCLCQ  |d HNC  |d VT2  |d OCLCQ  |d OCLCO 
016 7 |a 010382374  |2 Uk 
019 |a 182531043  |a 441804096  |a 647688341  |a 824140466  |a 1035680636  |a 1153000816 
020 |a 9780444503534 
020 |a 0444503536 
020 |a 9780080529486  |q (electronic bk.) 
020 |a 0080529488  |q (electronic bk.) 
035 |a (OCoLC)162578272  |z (OCoLC)182531043  |z (OCoLC)441804096  |z (OCoLC)647688341  |z (OCoLC)824140466  |z (OCoLC)1035680636  |z (OCoLC)1153000816 
050 4 |a TA1634  |b .M43 2000eb 
072 7 |a QA  |2 lcco 
072 7 |a COM  |x 016000  |2 bisacsh 
082 0 4 |a 006.3/7  |2 22 
100 1 |a Medioni, G�erard. 
245 1 2 |a A computational framework for segmentation and grouping /  |c G�erard Medioni, Mi-Suen Lee, Chi-Keung Tang. 
264 1 |a Amsterdam ;  |a New York :  |b Elsevier,  |c 2000. 
300 |a 1 online resource (xvi, 260 pages) :  |b illustrations (some color) 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
520 |a This book represents a summary of the research we have been conducting since the early 1990s, and describes a conceptual framework which addresses some current shortcomings, and proposes a unified approach for a broad class of problems. While the framework is defined, our research continues, and some of the elements presented here will no doubt evolve in the coming years. It is organized in eight chapters. In the Introduction chapter, we present the definition of the problems, and give an overview of the proposed approach and its implementation. In particular, we illustrate the limitations of the 2.5D sketch, and motivate the use of a representation in terms of layers instead. In chapter 2, we review some of the relevant research in the literature. The discussion focuses on general computational approaches for early vision, and individual methods are only cited as references. Chapter 3 is the fundamental chapter, as it presents the elements of our salient feature inference engine, and their interaction. It introduced tensors as a way to represent information, tensor fields as a way to encode both constraints and results, and tensor voting as the communication scheme. Chapter 4 describes the feature extraction steps, given the computations performed by the engine described earlier. In chapter 5, we apply the generic framework to the inference of regions, curves, and junctions in 2-D. The input may take the form of 2-D points, with or without orientation. We illustrate the approach on a number of examples, both basic and advanced. In chapter 6, we apply the framework to the inference of surfaces, curves and junctions in 3-D. Here, the input consists of a set of 3-D points, with or without as associated normal or tangent direction. We show a number of illustrative examples, and also point to some applications of the approach. In chapter 7, we use our framework to tackle 3 early vision problems, shape from shading, stereo matching, and optical flow computation. In chapter 8, we conclude this book with a few remarks, and discuss future research directions. We include 3 appendices, one on Tensor Calculus, one dealing with proofs and details of the Feature Extraction process, and one dealing with the companion software packages. 
504 |a Includes bibliographical references and index. 
588 0 |a Print version record. 
505 0 |a Cover -- Table of Contents -- List of Figures -- Preface -- Acknowledgements -- Chapter 1. Introduction -- 1.1 Motivation and Goals -- 1.2 Our Approach -- 1.3 Overview of the Proposed Method -- 1.4 Contribution of this book -- 1.5 Notations -- Chapter 2. Previous Work -- 2.1 Regularization -- 2.2 Consistent Labeling -- 2.3 Clustering and Robust Methods -- 2.4 Artificial Neural Network Approach -- 2.5 Novelty of Our Approach -- Chapter 3. The Salient Feature Inference Engine -- 3.1 Overview of the Salient Inference Engine -- 3.2 Representation -- 3.3 Communication through Tensor Voting -- 3.4 Derivation and Properties of the Fundamental Voting Field -- 3.5 Implementation of Tensor Voting -- 3.6 Feature Extraction -- 3.7 Complexity -- 3.8 Summary -- Chapter 4. Feature Extraction -- 4.1 Extremal Curves in 2-D -- 4.2 Extremal Surfaces in 3-D -- 4.3 Extremal Curves in 3-D -- 4.4 Complexity -- 4.5 Summary -- Chapter 5. Feature Inference in 2-D -- 5.1 Related work -- 5.2 Inference of junctions and curves from oriented data -- 5.3 Inference of junctions and curves from non-oriented data -- 5.4 Interesting properties -- 5.5 End-point grouping -- 5.6 Detection of curve end-points and region boundaries -- 5.7 Integrated feature extraction in 2-D -- 5.8 Applications -- 5.9 Summary -- Chapter 6. Feature Inference in 3-D -- 6.1 Related Work -- 6.2 Feature inference from oriented and non-oriented data -- 6.3 Feature inference from oriented data -- 6.4 Feature inference from non-oriented data -- 6.5 Examples -- 6.6 Integrated feature inference in 3-D -- 6.7 Experiments -- 6.8 Applications -- 6.9 Summary -- Chapter 7. Application to Early Vision Problems -- 7.1 Shape from Shading -- 7.2 Shape from Stereo -- 7.3 Accurate Motion Flow Estimation with Discontinuities -- Chapter 8. Conclusion -- 8.1 Summary -- 8.2 Future Research -- Appendix A: Tensor analysis -- Appendix B: Details of the Marching Algorithms -- Appendix C: Software Systems -- References -- Author Index -- Index -- Color Plate Section -- Last Page. 
650 0 |a Computer vision. 
650 0 |a Calculus of tensors. 
650 6 |a Vision par ordinateur.  |0 (CaQQLa)201-0074889 
650 6 |a Calcul tensoriel.  |0 (CaQQLa)201-0030334 
650 7 |a COMPUTERS  |x Computer Vision & Pattern Recognition.  |2 bisacsh 
650 7 |a Calculus of tensors  |2 fast  |0 (OCoLC)fst00844137 
650 7 |a Computer vision  |2 fast  |0 (OCoLC)fst00872687 
700 1 |a Lee, Mi-Suen. 
700 1 |a Tang, Chi-Keung. 
776 0 8 |i Print version:  |a Medioni, G�erard.  |t Computational framework for segmentation and grouping.  |d Amsterdam ; New York : Elsevier, 2000  |z 0444503536  |z 9780444503534  |w (DLC) 00023205  |w (OCoLC)43481750 
856 4 0 |u https://sciencedirect.uam.elogim.com/science/book/9780444503534  |z Texto completo