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
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).