Home > Science, Technology & Agriculture > Electronics and communications engineering > SAR Image Analysis - A Computational Statistics Approach: With R Code, Data, and Applications
14%
SAR Image Analysis - A Computational Statistics Approach: With R Code, Data, and Applications

SAR Image Analysis - A Computational Statistics Approach: With R Code, Data, and Applications

          
5
4
3
2
1

International Edition


Premium quality
Premium quality
Bookswagon upholds the quality by delivering untarnished books. Quality, services and satisfaction are everything for us!
Easy Return
Easy return
Not satisfied with this product! Keep it in original condition and packaging to avail easy return policy.
Certified product
Certified product
First impression is the last impression! Address the book’s certification page, ISBN, publisher’s name, copyright page and print quality.
Secure Checkout
Secure checkout
Security at its finest! Login, browse, purchase and pay, every step is safe and secured.
Money back guarantee
Money-back guarantee:
It’s all about customers! For any kind of bad experience with the product, get your actual amount back after returning the product.
On time delivery
On-time delivery
At your doorstep on time! Get this book delivered without any delay.
Quantity:
Add to Wishlist

About the Book

SAR IMAGE ANALYSIS — A COMPUTATIONAL STATISTICS APPROACH Discover how to use statistics to extract information from SAR imagery In SAR Image Analysis — A Computational Statistics Approach, an accomplished team of researchers delivers a practical exploration of how to use statistics to extract information from SAR imagery. The authors discuss various models, supply sample data and code, and explain theoretical aspects of SAR image analysis that are highly relevant to practitioners and students. The book offers the theoretical properties of models, estimators, interpretation, data visualization, and advanced techniques, along with the data and code samples, that students require to learn effectively and efficiently. SAR Image Analysis — A Computational Statistics Approach provides various exercises throughout the book to help readers reinforce and retain the extensive information on parameter estimation, applications, reproducibility, replicability, and advanced topics, like robust estimators and stochastic distances, contained within. The book also includes: Thorough introductions to data acquisition and the elements of data analysis and image processing with R, including useful R packages, preprocessing SAR data, and visualization Comprehensive explorations of intensity SAR data and the multiplicative model, including the (SAR) gamma distribution, the K distribution, the G0 distribution, and more general distributions under the multiplicative model Practical discussions of parameter estimations, including the Bernoulli distribution, the negative binomial distribution, and the uniform distribution In-depth examinations of applications, including statistical filters and classification Perfect for undergraduate and graduate students studying remote sensing, data analysis, and statistics, SAR Image Analysis — A Computational Statistics Approach is also an indispensable resource for researchers, practitioners, and professionals seeking a one-stop resource on how to use statistics to extract information from SAR imagery.

Table of Contents:
Foreword xiii Preface xvii Acknowledgments xxvii Acronyms xxxi Introduction xxxiii I.1 SAR xxxiii I.2 Statistics for SAR xxxiv I.3 The Book xxxv I.4 Commitment to Reproducibility and Replicability xxxix 1 Data Acquisition 1 1.1 Introduction 1 1.2 SAR 3 1.2.1 The radar 4 1.2.2 What is SAR? 6 1.2.3 SAR systems 10 1.2.4 The synthetic antenna 16 1.3 Spatial resolution 20 1.4 SAR Imaging Techniques 23 1.5 The Return Signal: backscatter and speckle 28 1.5.1 Backscatter 28 1.5.2 Speckle 31 1.5.3 SAR geometric distortions 39 1.6 SAR Satellites 44 1.7 Preprocessing SAR data 53 1.8 Copernicus Open Access Hub 53 1.9 NASA Earth Data Open Data 56 1.10 Actual SAR Data Examples 57 1.10.1 Hawaii’s Big Island 57 1.10.2 Other examples 60 Exercises 60 2 Elements of Data Analysis and Image Processing with R 73 2.1 Useful R Packages 73 2.1.1 Data loading 74 2.1.2 Data manipulation 76 2.2 Descriptive Statistics 78 2.2.1 Center tendency of data 78 2.2.2 Dispersion of data 81 2.2.3 Shape of data 84 2.3 Visualization 86 2.3.1 Rug and box plots 87 2.3.2 Histogram 88 2.3.3 Scattering Diagram 92 2.4 Statistics and Image Processing 94 2.4.1 Histogram based Image Transformation 94 2.4.2 Scattering based Analysis 98 2.5 The imagematrix package 101 3 Intensity SAR Data and the Multiplicative Model 105 3.1 The K distribution 115 3.2 The G0 distribution 117 3.3 The GH distribution 121 3.4 Connection between Models 122 Exercises 123 4 Parameter Estimation 127 4.1 Models 128 4.1.1 The Bernoulli distribution 128 4.1.2 The Binomial distribution 128 4.1.3 The Negative Binomial distribution 129 4.1.4 The Uniform distribution 129 4.1.5 Beta distribution 130 4.1.6 The Gaussian distribution 131 4.1.7 Mixture of Gaussian distributions 131 4.1.8 The (SAR) Gamma distribution 132 4.1.9 The Reciprocal Gamma distribution 132 4.1.10 The G0I distribution 133 4.2 Inference by analogy 134 4.2.1 The Uniform distribution 134 4.2.2 The Gaussian distribution 135 4.2.3 Mixture of Gaussian distributions 135 4.2.4 The (SAR) Gamma distribution 136 4.3 Inference by maximum likelihood 136 4.3.1 The Uniform distribution 137 4.3.2 The Gaussian distribution 137 4.3.3 Mixture of Gaussian distributions 138 4.3.4 The (SAR) Gamma distribution 139 4.3.5 The G0 distribution 140 4.4 Analogy vs. Maximum Likelihood 141 4.5 Improvement by bootstrap 142 4.6 Comparison of estimators 143 4.7 An example 144 4.8 The same example, revisited 150 4.9 Another example 152 Exercises 157 5 Applications 159 5.1 Statistical filters: Mean, Median, Lee 160 5.1.1 Mean filter 160 5.1.2 Median filter 164 5.1.3 Lee filter 167 5.2 Advanced filters: MAP and Nonlocal Means 175 5.2.1 MAP Filters 175 5.2.2 Nonlocal Means Filter 177 5.2.3 Statistical NLM filters 183 5.2.4 The statistical test 189 5.3 Implementation Details 191 5.4 Results 193 5.5 Classification 198 5.5.1 The image space of the SAR data 205 5.5.2 The feature space 207 5.5.3 Similarity criterion 210 5.6 Supervised Image Classification of SAR Data 212 5.6.1 The nearest neighbor classifier 214 5.6.2 The K-nn method 219 5.7 Maximum Likelihood Classifier 223 5.8 Unsupervised Image Classification of SAR Data: The K-means classifier 232 5.9 Assessment of Classification Results 236 Exercises 242 6 Advanced Topics 249 6.1 Assessment of Despeckling Filters 249 6.2 Standard Metrics 249 6.2.1 Advanced Metrics for SAR Despeckling Assessment 253 6.2.2 Completing the Assessment 259 6.3 Robustness 259 6.3.1 Robust inference 260 6.3.2 The mean and the median 261 6.3.3 Empirical Stylized Influence Function 266 6.4 Rejoinder and Recommendations 269 7 Reproducibility and Replicability 273 7.1 What Is Reproducibility? 273 7.2 What Is Replicability? 274 7.3 Reproducibility and Replicability: Benefits for the Remote Sensing Community 277 7.4 Recommendations for making “good science” 278 7.5 Conclusions 283 Index 301


Best Sellers


Product Details
  • ISBN-13: 9781119795292
  • Publisher: John Wiley & Sons Inc
  • Publisher Imprint: Wiley-IEEE Press
  • Height: 10 mm
  • No of Pages: 208
  • Returnable: N
  • Sub Title: With R Code, Data, and Applications
  • Width: 10 mm
  • ISBN-10: 111979529X
  • Publisher Date: 13 Oct 2022
  • Binding: Hardback
  • Language: English
  • Returnable: N
  • Spine Width: 10 mm
  • Weight: 634 gr


Similar Products

How would you rate your experience shopping for books on Bookswagon?

Add Photo
Add Photo

Customer Reviews

REVIEWS           
Click Here To Be The First to Review this Product
SAR Image Analysis - A Computational Statistics Approach: With R Code, Data, and Applications
John Wiley & Sons Inc -
SAR Image Analysis - A Computational Statistics Approach: With R Code, Data, and Applications
Writing guidlines
We want to publish your review, so please:
  • keep your review on the product. Review's that defame author's character will be rejected.
  • Keep your review focused on the product.
  • Avoid writing about customer service. contact us instead if you have issue requiring immediate attention.
  • Refrain from mentioning competitors or the specific price you paid for the product.
  • Do not include any personally identifiable information, such as full names.

SAR Image Analysis - A Computational Statistics Approach: With R Code, Data, and Applications

Required fields are marked with *

Review Title*
Review
    Add Photo Add up to 6 photos
    Would you recommend this product to a friend?
    Tag this Book
    Read more
    Does your review contain spoilers?
    What type of reader best describes you?
    I agree to the terms & conditions
    You may receive emails regarding this submission. Any emails will include the ability to opt-out of future communications.

    CUSTOMER RATINGS AND REVIEWS AND QUESTIONS AND ANSWERS TERMS OF USE

    These Terms of Use govern your conduct associated with the Customer Ratings and Reviews and/or Questions and Answers service offered by Bookswagon (the "CRR Service").


    By submitting any content to Bookswagon, you guarantee that:
    • You are the sole author and owner of the intellectual property rights in the content;
    • All "moral rights" that you may have in such content have been voluntarily waived by you;
    • All content that you post is accurate;
    • You are at least 13 years old;
    • Use of the content you supply does not violate these Terms of Use and will not cause injury to any person or entity.
    You further agree that you may not submit any content:
    • That is known by you to be false, inaccurate or misleading;
    • That infringes any third party's copyright, patent, trademark, trade secret or other proprietary rights or rights of publicity or privacy;
    • That violates any law, statute, ordinance or regulation (including, but not limited to, those governing, consumer protection, unfair competition, anti-discrimination or false advertising);
    • That is, or may reasonably be considered to be, defamatory, libelous, hateful, racially or religiously biased or offensive, unlawfully threatening or unlawfully harassing to any individual, partnership or corporation;
    • For which you were compensated or granted any consideration by any unapproved third party;
    • That includes any information that references other websites, addresses, email addresses, contact information or phone numbers;
    • That contains any computer viruses, worms or other potentially damaging computer programs or files.
    You agree to indemnify and hold Bookswagon (and its officers, directors, agents, subsidiaries, joint ventures, employees and third-party service providers, including but not limited to Bazaarvoice, Inc.), harmless from all claims, demands, and damages (actual and consequential) of every kind and nature, known and unknown including reasonable attorneys' fees, arising out of a breach of your representations and warranties set forth above, or your violation of any law or the rights of a third party.


    For any content that you submit, you grant Bookswagon a perpetual, irrevocable, royalty-free, transferable right and license to use, copy, modify, delete in its entirety, adapt, publish, translate, create derivative works from and/or sell, transfer, and/or distribute such content and/or incorporate such content into any form, medium or technology throughout the world without compensation to you. Additionally,  Bookswagon may transfer or share any personal information that you submit with its third-party service providers, including but not limited to Bazaarvoice, Inc. in accordance with  Privacy Policy


    All content that you submit may be used at Bookswagon's sole discretion. Bookswagon reserves the right to change, condense, withhold publication, remove or delete any content on Bookswagon's website that Bookswagon deems, in its sole discretion, to violate the content guidelines or any other provision of these Terms of Use.  Bookswagon does not guarantee that you will have any recourse through Bookswagon to edit or delete any content you have submitted. Ratings and written comments are generally posted within two to four business days. However, Bookswagon reserves the right to remove or to refuse to post any submission to the extent authorized by law. You acknowledge that you, not Bookswagon, are responsible for the contents of your submission. None of the content that you submit shall be subject to any obligation of confidence on the part of Bookswagon, its agents, subsidiaries, affiliates, partners or third party service providers (including but not limited to Bazaarvoice, Inc.)and their respective directors, officers and employees.

    Accept

    New Arrivals

    Inspired by your browsing history


    Your review has been submitted!

    You've already reviewed this product!
    ASK VIDYA