[R] Image processing using R

2015-02-17 Thread Javier Rodriguez Zaurin
Hi all, I am starting an image processing project. Through the project, I am going to be needing tools/techniques such as SIFT, HOG, bag-of-visual-words/features etc... It seems than OpenCv has most of these features. I have found r-opencv here https://www.openhub.net/p/r-opencv , but from this

Re: [R] Image processing using R

2015-02-17 Thread David Winsemius
On Feb 17, 2015, at 6:51 AM, Javier Rodriguez Zaurin wrote: Hi all, I am starting an image processing project. Through the project, I am going to be needing tools/techniques such as SIFT, HOG, bag-of-visual-words/features etc... It seems than OpenCv has most of these features. I have