Cargando…

Image processing with ImageJ : discover the incredible possibilities of ImageJ, from basic image procesing to macro and plugin development /

Annotation

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Pérez, José María Mateos
Otros Autores: Pascau, Javier
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham : Packt Publishing, 2013.
Colección:Community experience distilled.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000 i 4500
001 EBSCO_ocn861537198
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cn|||||||||
008 131008s2013 enka o 001 0 eng d
040 |a E7B  |b eng  |e rda  |e pn  |c E7B  |d OCLCO  |d UMI  |d S4S  |d COO  |d DEBBG  |d DEBSZ  |d N$T  |d YDXCP  |d OCLCF  |d OCLCQ  |d OCLCO  |d OCLCQ  |d LOA  |d COCUF  |d AGLDB  |d CNNOR  |d MOR  |d OCLCQ  |d U3W  |d STF  |d VTS  |d CEF  |d NRAMU  |d OCLCQ  |d NLE  |d INT  |d VT2  |d OCLCQ  |d G3B  |d TKN  |d OCLCQ  |d UAB  |d M8D  |d HS0  |d AZK  |d CRU  |d UKMGB  |d OCLCO  |d QGK  |d OCLCQ  |d OCLCO 
015 |a GBB6G2986  |2 bnb 
016 7 |a 018006518  |2 Uk 
019 |a 864886539  |a 889645423  |a 961663842  |a 1259099193 
020 |a 9781783283965  |q (electronic bk.) 
020 |a 1783283963  |q (electronic bk.) 
020 |z 1783283955 
020 |z 9781783283958 
029 1 |a AU@  |b 000052404220 
029 1 |a DEBBG  |b BV041632800 
029 1 |a DEBBG  |b BV041776819 
029 1 |a DEBBG  |b BV043779527 
029 1 |a DEBSZ  |b 404322638 
029 1 |a DEBSZ  |b 47280247X 
029 1 |a UKMGB  |b 018006518 
035 |a (OCoLC)861537198  |z (OCoLC)864886539  |z (OCoLC)889645423  |z (OCoLC)961663842  |z (OCoLC)1259099193 
037 |a CL0500000348  |b Safari Books Online 
050 4 |a TA1637  |b .P47 2013eb 
072 7 |a COM  |x 012050  |2 bisacsh 
082 0 4 |a 005.4469 
049 |a UAMI 
100 1 |a Pérez, José María Mateos. 
245 1 0 |a Image processing with ImageJ :  |b discover the incredible possibilities of ImageJ, from basic image procesing to macro and plugin development /  |c José María Mateos Pérez, Javier Pascau. 
264 1 |a Birmingham :  |b Packt Publishing,  |c 2013. 
300 |a 1 online resource (140 pages) :  |b illustrations (chiefly color) 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
490 1 |a Community experience distilled 
588 0 |a Online resource; title from PDF title page (ebrary, viewed October 8, 2013). 
520 8 |a Annotation  |b Digital image processing is an increasingly important field across a vast array of scientific disciplines. ImageJs long history and ever-growing user base makes it a perfect candidate for solving daily tasks involving all kinds of image analysis processes. Image Processing with ImageJ is a practical book that will guide you from the most basic analysis techniques to the fine details of implementing new functionalities through the ImageJ plugin system, all of it through the use of examples and practical cases. ImageJ is an excellent public domain imaging analysis platform that can be very easily used for almost all your image processing needs. Image Processing with ImageJ will start by showing you how to open a number of different images, become familiar with the different options, and perform simple analysis operations using the provided image samples. You will also learn how to make modifications through ImageJ filters and how to make local measurements using the selections system. You will also find the instructions necessary to record all the steps you perform so they can be saved and re-run on the same image to ensure analysis reproducibility. Finally, you will get to know some different ImageJ plugins and will learn how to implement your own. 
505 0 |a ""Cover ""; ""Copyright""; ""Credits""; ""About the Authors""; ""About the Reviewers""; ""www.PacktPub.com""; ""Table of Contents""; ""Preface""; ""Chapter 1: Getting Started with ImageJ ""; ""ImageJ â€? history and motivation""; ""What ImageJ is for (and what it is not for)""; ""Installing ImageJ""; ""Windows""; ""Linux / Mac OS""; ""First run""; ""Updating the installation""; ""Configuration options""; ""Memory limit increase""; ""Summary""; ""Chapter 2 : Basic Image Processing with ImageJ""; ""Image reading/writing""; ""Opening images with a certain format""; ""Reading raw data"" 
505 8 |a ""Online sample images""""Saving images""; ""Zooming on the image, pixel values""; ""Color and multichannel images""; ""3D and 4D images â€? stacks and hyperstacks""; ""Image adjust tools""; ""Image histogram and window/level parameters""; ""Thresholding""; ""Image resizing""; ""Summary""; ""Chapter 3 : Advanced Image Processing with ImageJ""; ""Selecting regions of your image""; ""Basic selections â€? lines, length, and profiles""; ""Drawing regions of interest over an area""; ""ROI manager and the image overlay""; ""Filters""; ""Image filtering in the spatial domain""; ""Edge detection"" 
505 8 |a ""The Fourier transform""""Image filtering in the frequency domain""; ""Particle analysis""; ""Summary""; ""Chapter 4 : ImageJ Macros""; ""What is an ImageJ macro""; ""The macro recorder""; ""Running macros""; ""Modifying a recorded macro""; ""More about the macro language â€? basic syntax and operators""; ""Variables""; ""A brief note on debugging a macro""; ""Control structures""; ""The for loop""; ""The while loop""; ""The if (condition) and if (condition) â€? else statements""; ""Defining functions""; ""Some useful procedures""; ""Opening an image from a macro"" 
505 8 |a ""Finding out how many images are open""""Obtaining the dimensions of an image""; ""A note on slices, frames, and channels""; ""Selecting a specific image""; ""Speeding up a macro""; ""Adding a GUI to your macro""; ""The batch mode""; ""Installing macros for easy access""; ""Shared macros â€? the ImageJ macro directory""; ""Summary""; ""Chapter 5 : ImageJ Plugins for Users""; ""ImageJ plugins""; ""Installing a plugin""; ""Some useful plugins""; ""LOCI Bio-Formats""; ""Image segmentation""; ""Auto Threshold and Auto Local threshold""; ""The trainable Weka segmentation"" 
505 8 |a SIOX (Simple Interactive Object Extraction)Clustering -- Image registration -- Stackreg -- 3D volume rendering -- Volume Viewer -- Other utilities -- MosaicJ -- FigureJ -- Study anonymization -- FIJI (Fiji Is Not ImageJ) -- Summary -- Chapter 6 : ImageJ Plugins for Developers -- A sample plugin -- The PlugInFilter interface -- Adding a GUI to your plugin -- The ImageJ plugin API -- Setting up ImageJ under the Eclipse IDE -- Our first Eclipse ImageJ plugin -- Sharing your plugin -- Using external libraries -- Summary -- Index 
546 |a English. 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
650 0 |a Image processing  |x Digital techniques. 
650 6 |a Traitement d'images  |x Techniques numériques. 
650 7 |a digital imaging.  |2 aat 
650 7 |a COMPUTERS  |x Image Processing.  |2 bisacsh 
650 7 |a Image processing  |x Digital techniques  |2 fast 
700 1 |a Pascau, Javier. 
776 0 |z 1783283955 
776 0 |z 1299910718 
830 0 |a Community experience distilled. 
856 4 0 |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=642774  |z Texto completo 
936 |a BATCHLOAD 
938 |a ebrary  |b EBRY  |n ebr10768812 
938 |a EBSCOhost  |b EBSC  |n 642774 
938 |a YBP Library Services  |b YANK  |n 11181995 
994 |a 92  |b IZTAP