Image analysis in R

后端 未结 5 1827
渐次进展
渐次进展 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:44

    You may also be interested in Rpy which allows you to call R functions and use R packages from Python. This may allow you to have your cake (Python's imaging libraries) and eat it too (R's statistical analysis capabilities).

提交回复
热议问题