feed icon rss

Your email was sent successfully. Check your inbox.

An error occurred while sending the email. Please try again.

Proceed reservation?

Export
  • 1
    Online Resource
    Online Resource
    Oxford :Academic Press,
    UID:
    almafu_BV042315042
    Format: 1 Online-Ressource (xvii, 609 Seiten) : , Illustrationen, Diagramme.
    Edition: Third edition
    ISBN: 978-0-12-396549-3 , 0-12-396549-7 , 978-0-12-397824-0 , 0-12-397824-6
    Note: This book is an essential guide to the implementation of image processing and computer vision techniques, with tutorial introductions and sample code in Matlab. Algorithms are presented and fully explained to enable complete understanding of the methods and techniques demonstrated. As one reviewer noted, "The main strength of the proposed book is the exemplar code of the algorithms." Fully updated with the latest developments in feature extraction, including expanded tutorials and new techniques, this new edition contains extensive new material on Haar wavelets, Viola-Jones, bilateral filtering, SURF, PCA-SIFT, moving object detection and tracking, development of symmetry operators, LBP texture analysis, Adaboost, and a new appendix on color models. Coverage of distance measures, feature detectors, wavelets, level sets and texture tutorials has been extended
    Language: English
    Subjects: Engineering
    RVK:
    Keywords: Merkmalsextraktion ; Bildverarbeitung ; Maschinelles Sehen
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 2
    Online Resource
    Online Resource
    London, England :Academic Press,
    UID:
    almahu_9948211935802882
    Format: 1 online resource (652 pages)
    Edition: Fourth edition.
    ISBN: 0-12-814977-9 , 0-12-814976-0
    Content: "Feature Extraction for Image Processing and Computer Vision is an essential guide to the implementation of image processing and computer vision techniques, with tutorial introductions and sample code in MATLAB and Python. Algorithms are presented and fully explained to enable complete understanding of the methods and techniques demonstrated. As one reviewer noted, ""The main strength of the proposed book is the link between theory and exemplar code of the algorithms."" Essential background theory is carefully explained. This text gives students and researchers in image processing and computer vision a complete introduction to classic and state-of-the art methods in feature extraction together with practical guidance on their implementation. The only text to concentrate on feature extraction with working implementation and worked through mathematical derivations and algorithmic methods A thorough overview of available feature extraction methods including essential background theory, shape methods, texture and deep learning Up to date coverage of interest point detection, feature extraction and description and image representation (including frequency domain and colour) Good balance between providing a mathematical background and practical implementation Detailed and explanatory of algorithms in MATLAB and Python".
    Language: English
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 3
    UID:
    almahu_9948026425102882
    Format: 1 online resource (628 p.)
    Edition: 3rd ed.
    ISBN: 0-12-397824-6
    Content: This book is an essential guide to the implementation of image processing and computer vision techniques, with tutorial introductions and sample code in Matlab. Algorithms are presented and fully explained to enable complete understanding of the methods and techniques demonstrated. As one reviewer noted, ""The main strength of the proposed book is the exemplar code of the algorithms."" Fully updated with the latest developments in feature extraction, including expanded tutorials and new techniques, this new edition contains extensive new material on Haar wavelets, Viola-Jones, bilateral fi
    Note: Previous edition published as: Feature extraction and image processing / Mark S. Nixon, Alberto S. Aguado, 2008. , Front Cover; Feature Extraction & Image Processing for Computer Vision; Copyright page; Contents; Preface; What is new in the third edition?; Why did we write this book?; The book and its support; In gratitude; Final message; About the authors; 1 Introduction; 1.1 Overview; 1.2 Human and computer vision; 1.3 The human vision system; 1.3.1 The eye; 1.3.2 The neural system; 1.3.3 Processing; 1.4 Computer vision systems; 1.4.1 Cameras; 1.4.2 Computer interfaces; 1.4.3 Processing an image; 1.5 Mathematical systems; 1.5.1 Mathematical tools; 1.5.2 Hello Matlab, hello images!; 1.5.3 Hello Mathcad! , 1.6 Associated literature1.6.1 Journals, magazines, and conferences; 1.6.2 Textbooks; 1.6.3 The Web; 1.7 Conclusions; 1.8 References; 2 Images, sampling, and frequency domain processing; 2.1 Overview; 2.2 Image formation; 2.3 The Fourier transform; 2.4 The sampling criterion; 2.5 The discrete Fourier transform; 2.5.1 1D transform; 2.5.2 2D transform; 2.6 Other properties of the Fourier transform; 2.6.1 Shift invariance; 2.6.2 Rotation; 2.6.3 Frequency scaling; 2.6.4 Superposition (linearity); 2.7 Transforms other than Fourier; 2.7.1 Discrete cosine transform; 2.7.2 Discrete Hartley transform , 2.7.3 Introductory wavelets2.7.3.1 Gabor wavelet; 2.7.3.2 Haar wavelet; 2.7.4 Other transforms; 2.8 Applications using frequency domain properties; 2.9 Further reading; 2.10 References; 3 Basic image processing operations; 3.1 Overview; 3.2 Histograms; 3.3 Point operators; 3.3.1 Basic point operations; 3.3.2 Histogram normalization; 3.3.3 Histogram equalization; 3.3.4 Thresholding; 3.4 Group operations; 3.4.1 Template convolution; 3.4.2 Averaging operator; 3.4.3 On different template size; 3.4.4 Gaussian averaging operator; 3.4.5 More on averaging; 3.5 Other statistical operators , 3.5.1 Median filter3.5.2 Mode filter; 3.5.3 Anisotropic diffusion; 3.5.4 Force field transform; 3.5.5 Comparison of statistical operators; 3.6 Mathematical morphology; 3.6.1 Morphological operators; 3.6.2 Gray-level morphology; 3.6.3 Gray-level erosion and dilation; 3.6.4 Minkowski operators; 3.7 Further reading; 3.8 References; 4 Low-level feature extraction (including edge detection); 4.1 Overview; 4.2 Edge detection; 4.2.1 First-order edge-detection operators; 4.2.1.1 Basic operators; 4.2.1.2 Analysis of the basic operators; 4.2.1.3 Prewitt edge-detection operator , 4.2.1.4 Sobel edge-detection operator4.2.1.5 The Canny edge detector; 4.2.2 Second-order edge-detection operators; 4.2.2.1 Motivation; 4.2.2.2 Basic operators: the Laplacian; 4.2.2.3 The Marr-Hildreth operator; 4.2.3 Other edge-detection operators; 4.2.4 Comparison of edge-detection operators; 4.2.5 Further reading on edge detection; 4.3 Phase congruency; 4.4 Localized feature extraction; 4.4.1 Detecting image curvature (corner extraction); 4.4.1.1 Definition of curvature; 4.4.1.2 Computing differences in edge direction; 4.4.1.3 Measuring curvature by changes in intensity (differentiation) , 4.4.1.4 Moravec and Harris detectors , English
    Additional Edition: ISBN 0-12-396549-7
    Language: English
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 4
    Book
    Book
    Amsterdam : Elsevier, Academic Press
    UID:
    gbv_1617733482
    Format: XVI, 609 S. , Ill., graf. Darst. , 24 cm
    Edition: 3rd ed.
    ISBN: 0123965497 , 9780123965493 , 9780123965493
    Content: This book is an essential guide to the implementation of image processing and computer vision techniques, with tutorial introductions and sample code in Matlab. Algorithms are presented and fully explained to enable complete understanding of the methods and techniques demonstrated. As one reviewer noted, "The main strength of the proposed book is the exemplar code of the algorithms." Fully updated with the latest developments in feature extraction, including expanded tutorials and new techniques, this new edition contains extensive new material on Haar wavelets, Viola-Jones, bilateral filtering, SURF, PCA-SIFT, moving object detection and tracking, development of symmetry operators, LBP texture analysis, Adaboost, and a new appendix on color models. Coverage of distance measures, feature detectors, wavelets, level sets and texture tutorials has been extended--
    Note: Literaturangaben
    Additional Edition: Online-Ausg. Nixon, Mark S. Feature extraction & image processing for computer vision Amsterdam [u.a.] : Acad. Press, 2012 ISBN 9780123965493
    Additional Edition: ISBN 0123978246
    Additional Edition: ISBN 9780123978240
    Additional Edition: Online-Ausg. (Ebrary) Nixon, Mark S. Feature extraction & image processing for computer vision Oxford : Academic, 2011 ISBN 0123965497
    Additional Edition: ISBN 9780123965493
    Additional Edition: ISBN 9780123978240
    Additional Edition: Online-Ausg. Nixon, Mark S. Feature extraction & image processing for computer vision Amsterdam : Elsevier, Academic Press, 2012 ISBN 9780123965493
    Additional Edition: ISBN 9780123965493
    Language: English
    Subjects: Computer Science
    RVK:
    RVK:
    Keywords: Bildverarbeitung ; Bildverarbeitung ; Maschinelles Sehen
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 5
    Book
    Book
    Amsterdam [u.a.] : Elsevier [u.a.]
    UID:
    b3kat_BV036735629
    Format: XV, 406 S. , Ill., graph. Darst.
    Edition: 2. ed., reprinted
    ISBN: 9780123725387
    Language: English
    Subjects: Computer Science
    RVK:
    Keywords: Bildverarbeitung ; Maschinelles Sehen
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 6
    Book
    Book
    Amsterdam [u.a.] : Elsevier, Acad. Press
    UID:
    b3kat_BV035114687
    Format: XV, 406 S. , Ill., graph. Darst.
    Edition: 2. ed.
    ISBN: 0123725380
    Note: Literaturangaben
    Language: English
    Subjects: Computer Science
    RVK:
    Keywords: Maschinelles Sehen ; Bildverarbeitung
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 7
    Online Resource
    Online Resource
    Oxford :Academic Press,
    UID:
    edoccha_BV042315042
    Format: 1 Online-Ressource (xvii, 609 S.) : , Ill., graph. Darst.
    Edition: Third edition
    ISBN: 978-0-12-396549-3 , 0-12-396549-7 , 978-0-12-397824-0 , 0-12-397824-6
    Note: This book is an essential guide to the implementation of image processing and computer vision techniques, with tutorial introductions and sample code in Matlab. Algorithms are presented and fully explained to enable complete understanding of the methods and techniques demonstrated. As one reviewer noted, "The main strength of the proposed book is the exemplar code of the algorithms." Fully updated with the latest developments in feature extraction, including expanded tutorials and new techniques, this new edition contains extensive new material on Haar wavelets, Viola-Jones, bilateral filtering, SURF, PCA-SIFT, moving object detection and tracking, development of symmetry operators, LBP texture analysis, Adaboost, and a new appendix on color models. Coverage of distance measures, feature detectors, wavelets, level sets and texture tutorials has been extended
    Language: English
    Subjects: Engineering
    RVK:
    Keywords: Merkmalsextraktion ; Bildverarbeitung ; Maschinelles Sehen
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 8
    Online Resource
    Online Resource
    Oxford :Academic Press,
    UID:
    edocfu_BV042315042
    Format: 1 Online-Ressource (xvii, 609 S.) : , Ill., graph. Darst.
    Edition: Third edition
    ISBN: 978-0-12-396549-3 , 0-12-396549-7 , 978-0-12-397824-0 , 0-12-397824-6
    Note: This book is an essential guide to the implementation of image processing and computer vision techniques, with tutorial introductions and sample code in Matlab. Algorithms are presented and fully explained to enable complete understanding of the methods and techniques demonstrated. As one reviewer noted, "The main strength of the proposed book is the exemplar code of the algorithms." Fully updated with the latest developments in feature extraction, including expanded tutorials and new techniques, this new edition contains extensive new material on Haar wavelets, Viola-Jones, bilateral filtering, SURF, PCA-SIFT, moving object detection and tracking, development of symmetry operators, LBP texture analysis, Adaboost, and a new appendix on color models. Coverage of distance measures, feature detectors, wavelets, level sets and texture tutorials has been extended
    Language: English
    Subjects: Engineering
    RVK:
    Keywords: Merkmalsextraktion ; Bildverarbeitung ; Maschinelles Sehen
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 9
    UID:
    almahu_9947931349102882
    Format: xii, 350 p. : , ill.
    Edition: Electronic reproduction. Ann Arbor, MI : ProQuest, 2015. Available via World Wide Web. Access may be limited to ProQuest affiliated libraries.
    Language: English
    Keywords: Electronic books.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 10
    Online Resource
    Online Resource
    London, England :Academic Press,
    UID:
    edocfu_9960074543902883
    Format: 1 online resource (652 pages)
    Edition: Fourth edition.
    ISBN: 0-12-814977-9 , 0-12-814976-0
    Content: "Feature Extraction for Image Processing and Computer Vision is an essential guide to the implementation of image processing and computer vision techniques, with tutorial introductions and sample code in MATLAB and Python. Algorithms are presented and fully explained to enable complete understanding of the methods and techniques demonstrated. As one reviewer noted, ""The main strength of the proposed book is the link between theory and exemplar code of the algorithms."" Essential background theory is carefully explained. This text gives students and researchers in image processing and computer vision a complete introduction to classic and state-of-the art methods in feature extraction together with practical guidance on their implementation. The only text to concentrate on feature extraction with working implementation and worked through mathematical derivations and algorithmic methods A thorough overview of available feature extraction methods including essential background theory, shape methods, texture and deep learning Up to date coverage of interest point detection, feature extraction and description and image representation (including frequency domain and colour) Good balance between providing a mathematical background and practical implementation Detailed and explanatory of algorithms in MATLAB and Python".
    Language: English
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
Close ⊗
This website uses cookies and the analysis tool Matomo. Further information can be found on the KOBV privacy pages