Image analysis in R

后端 未结 5 1826
渐次进展
渐次进展 2021-02-05 13:28

I would like to know how I would go about performing image analysis in R. My goal is to convert images into matrices (pixel-wise information), extract/quantify color, estimate t

5条回答
  •  無奈伤痛
    2021-02-05 13:52

    Try the rgdal package. You will be able to read (import) and write (export) GeoTiff image files from/to R.

    Marcio Pupin Mello

提交回复
热议问题