Articoli correlati a Embedded Image Processing on the TMS320C6000™...

Embedded Image Processing on the TMS320C6000™ DSP: Examples in Code Composer Studio™ and MATLAB - Brossura

 
9781489982698: Embedded Image Processing on the TMS320C6000™ DSP: Examples in Code Composer Studio™ and MATLAB
Vedi tutte le copie di questo ISBN:
 
 

This is an application-oriented book includes debugged & efficient C implementations of real-world algorithms, in a variety of languages/environments, offering unique coverage of embedded image processing.

covers TI technologies and applies them to an important market (important: features the C6416 DSK)

Also covers the EVM should not be lost, especially the C6416 DSK, a much more recent DSP.

Algorithms treated here are frequently missing from other image processing texts, in particular Chapter 6 (Wavelets), moreover, efficient fixed-point implementations of wavelet-based algorithms also treated.

Provide numerous Visual Studio .NET 2003 C/C++ code, that show how to use MFC, GDI+, and the Intel IPP library to prototype image processing applications

Le informazioni nella sezione "Riassunto" possono far riferimento a edizioni diverse di questo titolo.

Recensione:

From the reviews:

"This book focuses on embedded image processing ... . Overall, the book is well written and succeeds in filling a big void in image processing literature, tackling how to efficiently implement signal and image processing algorithms using embedded processors. There is no better way to learn than by example, and the book offers plenty of them. The book should be valuable resources to all signal processing practitioners who want to embark on embedded DSP programming." (Konstantinos Konstantinides, IEEE Signal Processing Magazine, May, 2007)

Contenuti:

Introduction. -1.1 Structure and Organization of the Book. -1.2 Prerequisites. -1.3 Conventions and Nomenclature. -1.4 CD-ROM. -1.5 The Representation of Digital Images. -1.6 DSP Chips and Image Processing. -1.7 Useful Internet Resources. -2. Tools. -2.1 The TMS320C6000 Line of DSPs. -2.1.1 VLIW and VelociTI. -2.1.2 Fixed-Point versus Floating-Point. -2.1.3 TI DSP Development Tools (C6701 EVM and C6416 DSK). -2.2 TI Software Development Tools. -2.2.1 EVM Support Libraries. -2.2.2 Chip Support Library. -2.2.3 DSP/BIOS. -2.2.4 FastRTS. -2.2.5 DSPLIB and IMGLIB. -2.3 MATLAB. -2.4. Visual Studio .NET 2003. -2.4.1 Microsoft Foundation Classes (MFC). -2.4.2 GDI+. -2.4.3 Intel Integrated Performance Primitives (IPP).  -3. Spatial Processing Techniques. -3.1 Spatial Transform Functions and the Image Histogram. -3.2 Contrast Stretching. -3.2.1 MATLAB Implementation. -3.2.2 TI C67xx Implementation and MATLAB Support Files. -3.3 Window/Level. -3.3.1 MATLAB Implementation. -3.3.2 A Window/Level Demo Application Built Using Visual Studio .NET 2003. -3.3.3 Window/Level on the TI C6x EVM 83. -3.4 Histogram Equalization. -3.4.1 Histogram Specification. -3.4.2 MATLAB Implementation. -3.4.3 Histogram Specification on the TI C6x EVM. -4. Image Filtering. -4.1 Image Enhancement via Spatial Filtering. -4.1.1 Image Noise. -4.1.2 2D Convolution, Low-Pass and High-Pass Filters. -4.1.3 Fast Convolution in the Frequency Domain. -4.1.4 Implementation Issues. -4.2 Linear Filtering of Images in MATLAB. -4.3 Linear Filtering of Images on the TI C62xx/C67xx. -4.3.1 2D Filtering Using the IMGLIB Library. -4.3.2 Low-Pass Filtering Using DSPLIB. -4.3.3 Low-Pass Filtering with DSPLIB and Paging. -4.3.4 Low-Pass Filtering with DSPLIB and Paging via DMA. -4.3.5 Full 2D Filtering with DSPLIB and DMA. -4.4 Linear Filtering of Images on the TI C64x. -4.4.1 Low-Pass Filtering with a 3x3 Kernel Using IMGLIB. -4.4.2 A Memory-Optimized 2D Low-Pass Filter. -4.5 Non-linear Filtering of Images. -4.5.1 Image Fidelity Criteria and Various Metrics. -4.5.2 The Median Filter. -4.5.3 Non-Linear Filtering of Images in MATLAB. -4.5.4 Visual Studio .NET 2003 Median Filtering Application. -4.5.4.1 Generating Noise with the Standard C Library. -4.5.4.2 Profiling Code in Visual Studio .NET 2003. -4.5.4.3 Various Median Filter C/C++ Implementations. -4.5.5 Median Filtering on the TI C6416 DSK. -4.6 Adaptive Filtering. -4.6.1 The Minimal Mean Square Error Filter. -4.6.2 Other Adaptive Filters. -4.6.3 Adaptive Image Filtering in MATLAB. -4.6.4 An MMSE Adaptive Filter Using the Intel IPP Library. -4.6.5 MMSE Filtering on the C6416. -5. Edge Detection and Segmentation. -5.1 Edge Detection. -5.1.1 Edge Detection in MATLAB. -5.1.2 An Interactive Edge Detection Application with MATLAB, Link for Code Composer Studio, and RTDX. -5.1.2.1 DSP/BIOS. -5.1.2.2 C6416 DSK Target. -5.1.2.3 C6701 EVM Target. -5.1.2.4 Host MATLAB Application. -5.1.2.5 Ideas for Further Improvement. -5.2 Segmentation. -5.2.1 Thresholding. -5.2.2 Autonomous Threshold Detection Algorithms. -5.2.3 Adaptive Thresholding. -5.2.4 MATLAB Implementation. -5.2.5 RTDX Interactive Segmentation Application with Visual Studio and the TI C6416. -5.2.5.1 C6416 DSK Implementation. -5.2.5.2 Visual Studio .NET 2003 Host Application. -6.Wavelets. -6.1 Mathematical Preliminaries. -6.1.1 Quadrature Mirror Filters and Implementing the 2D DWT in MATLAB. -6.1.2 The Wavelet Toolbox. -6.1.3 Other Wavelet Software Libraries. -6.1.4 Implementing the 2D DWT on the C6416 DSK with IMGLIB. -6.1.4.1 Single-Level 2D DWT. -6.1.4.2 Multi-Level 2D DWT. -6.1.4.3 Multi-Level 2D DWT with DMA . -6.2 Wavelet-Based Edge Detection. -6.2.1 The Undecimated Wavelet Transform. -6.2.2 Edge Detection with the Undecimated Wavelet Transform. -6.2.3 Multiscale Edge Detection on the C6701 EVM and C6416 DSK. -6.2.3.1 Standalone Multiscale Edge Detector (C6701 EVM). -6.2.3.2 HPI Interactive Multiscale Edge Detector Application with Visual Studio and the TI C6701 EVM. -6.2.3.2.1 C6701 EVM Target. -6.2.3.2.2 Visual Studio .NET 2003 Host Application. -6.2.3.3 Standalone Multiscale Edge Detector (C6416 DSK). -6.3 Wavelet Denoising. -6.3.1 Wavelet Denoising in MATLAB. -6.3.2 Wavelet Denoising on the C6x. -6.3.2.1 D4 DWT and IDWT functions on the C6416. -6.3.2.2 A C6416 Wavelet Denoising Implementation. -Appendix A Putting it together: a streaming video application. -A.1 Creation and Debugging of MEX-files in Visual Studio .NET 2003.-A.1.1 The import_grayscale_image MEX-file. -A.1.2 A MEX-file for HPI communication between MATLAB and the C6x EVM. -A.2 The C6701 EVM Program. -A.3 MATLAB GUI. -A.4. Ideas for Further Improvement. -Appendix B Code Optimization. -B.1 Intrinsics and Packed Data Processing. -B.1.1 Packed Data Processing. -B.1.2 Optimization of the Center of Mass Calculation on the C64x Using Intrinsics. -B.2 Intrinsics and the Undecimated Wavelet Transform. -B.3 Convolution and the DWT.

 

Le informazioni nella sezione "Su questo libro" possono far riferimento a edizioni diverse di questo titolo.

  • EditoreSpringer
  • Data di pubblicazione2014
  • ISBN 10 1489982698
  • ISBN 13 9781489982698
  • RilegaturaCopertina flessibile
  • Numero di pagine452

Altre edizioni note dello stesso titolo

9780387252803: Embedded Image Processing on the TMS320C6000 DSP: Examples in Code Composer Studio And Matlab

Edizione in evidenza

ISBN 10:  0387252800 ISBN 13:  9780387252803
Casa editrice: Springer-Verlag New York Inc, 2006
Rilegato

  • 9780387505985: Embedded Image Processing on the Tms320c6000

    Springer, 2008
    Brossura

I migliori risultati di ricerca su AbeBooks

Immagini fornite dal venditore

Qureshi, Shehrzad
Editore: Springer (2014)
ISBN 10: 1489982698 ISBN 13: 9781489982698
Nuovo Soft Cover Quantità: 1
Da:
booksXpress
(Bayonne, NJ, U.S.A.)
Valutazione libreria

Descrizione libro Soft Cover. Condizione: new. Codice articolo 9781489982698

Informazioni sul venditore | Contatta il venditore

Compra nuovo
EUR 206,72
Convertire valuta

Aggiungere al carrello

Spese di spedizione: GRATIS
In U.S.A.
Destinazione, tempi e costi
Immagini fornite dal venditore

Shehrzad Qureshi
Editore: Springer US Sep 2014 (2014)
ISBN 10: 1489982698 ISBN 13: 9781489982698
Nuovo Taschenbuch Quantità: 2
Print on Demand
Da:
BuchWeltWeit Ludwig Meier e.K.
(Bergisch Gladbach, Germania)
Valutazione libreria

Descrizione libro Taschenbuch. Condizione: Neu. This item is printed on demand - it takes 3-4 days longer - Neuware 452 pp. Englisch. Codice articolo 9781489982698

Informazioni sul venditore | Contatta il venditore

Compra nuovo
EUR 197,94
Convertire valuta

Aggiungere al carrello

Spese di spedizione: EUR 23,00
Da: Germania a: U.S.A.
Destinazione, tempi e costi
Foto dell'editore

Qureshi, Shehrzad
Editore: Springer (2014)
ISBN 10: 1489982698 ISBN 13: 9781489982698
Nuovo Brossura Quantità: > 20
Da:
Lucky's Textbooks
(Dallas, TX, U.S.A.)
Valutazione libreria

Descrizione libro Condizione: New. Codice articolo ABLIING23Mar2716030158738

Informazioni sul venditore | Contatta il venditore

Compra nuovo
EUR 221,68
Convertire valuta

Aggiungere al carrello

Spese di spedizione: EUR 3,73
In U.S.A.
Destinazione, tempi e costi
Immagini fornite dal venditore

Shehrzad Qureshi
Editore: Springer US (2014)
ISBN 10: 1489982698 ISBN 13: 9781489982698
Nuovo Brossura Quantità: > 20
Print on Demand
Da:
moluna
(Greven, Germania)
Valutazione libreria

Descrizione libro Condizione: New. Dieser Artikel ist ein Print on Demand Artikel und wird nach Ihrer Bestellung fuer Sie gedruckt. Includes numerous debugged MATLAB and C/C++ Visual Studio prototype applications, and efficient C implementations of real-world algorithmsThis is an application-oriented book includes debugged &amp efficient C implementations of real-world. Codice articolo 4212773

Informazioni sul venditore | Contatta il venditore

Compra nuovo
EUR 180,07
Convertire valuta

Aggiungere al carrello

Spese di spedizione: EUR 48,99
Da: Germania a: U.S.A.
Destinazione, tempi e costi
Foto dell'editore

Shehrzad Qureshi
Editore: Springer (2014)
ISBN 10: 1489982698 ISBN 13: 9781489982698
Nuovo Brossura Quantità: > 20
Print on Demand
Da:
Ria Christie Collections
(Uxbridge, Regno Unito)
Valutazione libreria

Descrizione libro Condizione: New. PRINT ON DEMAND Book; New; Fast Shipping from the UK. No. book. Codice articolo ria9781489982698_lsuk

Informazioni sul venditore | Contatta il venditore

Compra nuovo
EUR 226,77
Convertire valuta

Aggiungere al carrello

Spese di spedizione: EUR 11,66
Da: Regno Unito a: U.S.A.
Destinazione, tempi e costi
Immagini fornite dal venditore

Shehrzad Qureshi
Editore: Springer US (2014)
ISBN 10: 1489982698 ISBN 13: 9781489982698
Nuovo Taschenbuch Quantità: 1
Da:
AHA-BUCH GmbH
(Einbeck, Germania)
Valutazione libreria

Descrizione libro Taschenbuch. Condizione: Neu. Druck auf Anfrage Neuware - Printed after ordering - Embedded Image Processing on the TMS320C6000(TM) DSP: Examples in Code Composer Studio(TM) and MATLAB focuses on efficient implementations of advanced image processing algorithms for resource-constrained embedded DSP systems. Featuring the popular Texas Instruments TMS320C6000TM line of Digital Signal Processors, it utilizes a proven methodology of beginning with a high-level algorithmic point-of-view, proceeding to develop prototype code in MATLAB and Visual Studio, and concluding with an efficient implementation suitable for deployment on an embedded DSP system.Aside from image processing, the author also explains the uses and rationale behind a plethora of technologies, most notably several industry-standard and essential TI developer technologies, including the Code Composer Studio(TM) IDE. Highlights include numerous debugged MATLAB and C/C++ Visual Studio prototype applications and efficient C implementations of real-world algorithms tested on both the C6416 DSK and C6701 EVM development platforms.Embedded Image Processing on the TMS320C6000(TM) DSP: Examples in Code Composer Studio(TM) and MATLAB is an essential book for professional signal & image processing engineers working with TI DSPs where real-time constraints are present and performance is at a premium. Imaging software developers and DSP users will also find this book applicable, as it covers a variety of image and signal processing building blocks that appear in a diverse set of real-world applications, including medical imaging, satellite imaging, digital photography, and pattern recognition, to name a few. It may also serve as a reference work for advanced image processing, computer vision, and DSP students working in labs that use TI development kits or MATLAB. Codice articolo 9781489982698

Informazioni sul venditore | Contatta il venditore

Compra nuovo
EUR 208,41
Convertire valuta

Aggiungere al carrello

Spese di spedizione: EUR 32,99
Da: Germania a: U.S.A.
Destinazione, tempi e costi