ورود به حساب

نام کاربری گذرواژه

گذرواژه را فراموش کردید؟ کلیک کنید

حساب کاربری ندارید؟ ساخت حساب

ساخت حساب کاربری

نام نام کاربری ایمیل شماره موبایل گذرواژه

برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید


09117307688
09117179751

در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید

دسترسی نامحدود

برای کاربرانی که ثبت نام کرده اند

ضمانت بازگشت وجه

درصورت عدم همخوانی توضیحات با کتاب

پشتیبانی

از ساعت 7 صبح تا 10 شب

دانلود کتاب Remote Sensing Image Classification in R

دانلود کتاب طبقه بندی تصاویر سنجش از دور در R

Remote Sensing Image Classification in R

مشخصات کتاب

Remote Sensing Image Classification in R

ویرایش: 1 ed. 2019 
نویسندگان:   
سری: Springer Geography 
ISBN (شابک) : 9811380112, 9789811380112 
ناشر: Springer Nature 
سال نشر: 2019 
تعداد صفحات: 201 
زبان: English 
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) 
حجم فایل: 16 مگابایت 

قیمت کتاب (تومان) : 49,000



ثبت امتیاز به این کتاب

میانگین امتیاز به این کتاب :
       تعداد امتیاز دهندگان : 11


در صورت تبدیل فایل کتاب Remote Sensing Image Classification in R به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.

توجه داشته باشید کتاب طبقه بندی تصاویر سنجش از دور در R نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.


توضیحاتی در مورد کتاب طبقه بندی تصاویر سنجش از دور در R



این کتاب مقدمه ای بر پردازش و طبقه بندی تصویر سنجش از دور در R با استفاده از الگوریتم های یادگیری ماشین ارائه می دهد. همچنین یک آموزش مرجع مختصر و کاربردی ارائه می دهد که خوانندگان را مجهز می کند تا فوراً از پلت فرم نرم افزار و بسته های R برای پردازش و طبقه بندی تصویر استفاده کنند.

این کتاب در پنج فصل تقسیم شده است. فصل 1 پردازش تصویر دیجیتال سنجش از دور در R را معرفی می کند، در حالی که فصل 2 پیش پردازش را پوشش می دهد. فصل 3 بر تغییر شکل تصویر تمرکز دارد و فصل 4 به طبقه بندی تصاویر می پردازد. در نهایت، فصل 5 به بهبود طبقه بندی تصاویر می پردازد.

R از این جهت سودمند است که نرم افزار منبع باز است، به صورت رایگان در دسترس است و شامل چندین ویژگی مفید است که در بسته های نرم افزاری تجاری موجود نیستند. این کتاب برای همه دانشجویان کارشناسی و کارشناسی ارشد، محققان، معلمان دانشگاه و سایر دست اندرکاران سنجش از دور علاقه مند به اجرای عملی سنجش از دور در R.

توضیحاتی درمورد کتاب به خارجی

This book offers an introduction to remotely sensed image processing and classification in R using machine learning algorithms. It also provides a concise and practical reference tutorial, which equips readers to immediately start using the software platform and R packages for image processing and classification.

This book is divided into five chapters. Chapter 1 introduces remote sensing digital image processing in R, while chapter 2 covers pre-processing. Chapter 3 focuses on image transformation, and chapter 4 addresses image classification. Lastly, chapter 5 deals with improving image classification.

R is advantageous in that it is open source software, available free of charge and includes several useful features that are not available in commercial software packages. This book benefits all undergraduate and graduate students, researchers, university teachers and other remote- sensing practitioners interested in the practical implementation of remote sensing in R.


فهرست مطالب

Preface
	Who should use this workbook?
	How is this workbook organized?
	Conventions used in this workbook
	Data sets, R scripts, and online resources
Acknowledgements
Contents
Abbreviations and Acronyms
1 Remote Sensing Digital Image Processing in R
	Abstract
	1.1 Introduction
		1.1.1 Remote Sensing Digital Image Processing
		1.1.2 Overview of Machine Learning
	1.2 Overview of R
		1.2.1 What Is R?
		1.2.2 Installing R
		1.2.3 RStudio
		1.2.4 R Packages
		1.2.5 Overview of Data Type, Structure, and Functions
		1.2.6 Getting Help
		1.2.7 Handling Errors and Warnings
		1.2.8 Other Issues
	1.3 Data and Test Site
		1.3.1 Landsat Imagery
		1.3.2 Reference Data Sets
		1.3.3 Overview of Harare Metropolitan Province
	1.4 Tutorial 1: A Quick Guide to R
		1.4.1 Objectives
		1.4.2 Overview of the Packages
		1.4.3 R Basics
		1.4.4 Procedure
	1.5 Summary
	1.6 Additional Exercises
	References
2 Pre-processing
	Abstract
	2.1 Background
		2.1.1 Radiometric Correction
	2.2 Tutorial 1: Display Landsat 5 TM Imagery
		2.2.1 Objectives
		2.2.2 Overview of Packages
		2.2.3 Procedure
	2.3 Tutorial 2: Radiometric Correction and Reprojection
		2.3.1 Objectives
		2.3.2 Procedure
	2.4 Summary
	2.5 Additional Exercises
	References
3 Image Transformation
	Abstract
	3.1 Background
		3.1.1 Spectral Indices
		3.1.2 Texture Indices
	3.2 Tutorial 1: Vegetation Indices
		3.2.1 Objective
		3.2.2 Overview of the Packages
		3.2.3 Procedure
	3.3 Tutorial 2: Texture Analysis
		3.3.1 Objective
		3.3.2 Overview of the Packages
		3.3.3 Procedure
	3.4 Summary
	3.5 Additional Exercises
	References
4 Image Classification
	Abstract
	4.1 Overview of Image Classification
		4.1.1 k-Nearest Neighbors (KNN)
		4.1.2 Artificial Neural Networks (ANN)
		4.1.3 Single Decision Trees (DT)
		4.1.4 Support Vector Machines (SVM)
		4.1.5 Random Forest (RF)
	4.2 Tutorial 1: Single Date Image Classification
		4.2.1 Objectives
		4.2.2 Overview of Packages
		4.2.3 Procedure
		4.2.4 Summary for Tutorial 1
	4.3 Tutorial 2: Multidate Landsat Image Classification
		4.3.1 Objective
		4.3.2 Procedure
		4.3.3 Summary for Tutorial 2
	4.4 Summary
	4.5 Additional Exercises
	References
5 Improving Image Classification
	Abstract
	5.1 Overview
	5.2 Feature Selection
		5.2.1 Importance of Feature Selection
		5.2.2 Recursive Feature Elimination (RFE)
	5.3 Tutorial 1: Image Classification Using Multiple Data Sets
		5.3.1 Objective
		5.3.2 Procedure
		5.3.3 Summary for Tutorial 1
	5.4 Tutorial 2: Image Classification Using Multiple Data Sets with Feature Selection
		5.4.1 Objective
		5.4.2 Procedure
		5.4.3 Summary for Tutorial 2
	5.5 Summary
	5.6 Additional Exercises
	References
Appendix
Index




نظرات کاربران