-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't install the package on Windows #1
Comments
@ChunyangCLi It is normal unfortunately. I never got the chance (and time) to make a Windows compatible version of the package. It is one of my goals for the summer. |
Thank you for the reply. I just want to install the package and see how you connect R with openCV and call the functions in openCV. Is there any tips for connecting R with openCV and use the functions there? I didn't really find much helpful information online, since not many people are trying to do image processing in R. |
@ChunyangCLi My problem is that I don't know how to configure the Makevars.win file in the src folder to make R find the OpenCV files on Windows (I don't have a Windows computer). On Mac and Linux, I use pkg-config to automatically find the location of OpenCV, but I don't know the equivalent for Windows (if there is such a thing). How did you configure your compiler to use OpenCV with VisualStudio? This might help me configure Makevars.win appropriately. |
Here is the instruction: |
@ChunyangCLi Thanks. I got my hands on a Windows computer. I'll try to make the package work as soon as I can (which might not be before several weeks unfortunately). Yes, I've seen this package before but never manage to make it work either. It's partly why I decided to implement my own wrapper for OpenCV. |
Hello I just want to ask. How is the package for windows going ? |
@masterchief23 I have stopped developing
Besides making sure that OpenCV is installed in a standardized location across platforms, this new organization also allows updating I recommend that you try out the two new packages instead (they should both install fine on Windows), and report bugs, feature requests, and comments on their respective repository. I don't have much time at the moment to push their development, but it'll be helpful to know what people have a need for when I get back to it. Cheers, |
I tried to install |
@englianhu |
I was able to use openCV through visual studio 2012, so I think my openCV is correctly installed. Is there any settings I need to change in R to connect it with openCV? Below is the part of the error messages I get.
Video.cpp:3:33: fatal error: opencv2/core/core.hpp: No such file or directory
compilation terminated.
make: *** [Video.o] Error 1
Thank you!
The text was updated successfully, but these errors were encountered: