-
-
Notifications
You must be signed in to change notification settings - Fork 60
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
cv2.samples is missing #136
Comments
Yea, I don't think we install the samples correctly. There might be a certain flag we would need to specify. Do you want to try and find it? The second problem I see is that it would make the package much larger. Personally, I would want to separate it from the main package. Split packages might help with that but cmake+split packages is a little annoying conda-forge/conda-forge.github.io#544 As an immediate solution: If you are simply learning opencv, they just released a pip installable module. Try that for a bit, then you can probably use the conda-forge build after your "learning" period to install the package on many computers. |
Fair enough, I ended up using pip opencv-python and it worked fine.
…On Sat, Dec 15, 2018 at 5:20 PM Mark Harfouche ***@***.***> wrote:
Yea, I don't think we install the samples correctly. There might be a
certain flag we would need to specify.
Do you want to try and find it?
The second problem I see is that it would make the package much larger.
Personally, I would want to separate it from the main package. Split
packages might help with that but cmake+split packages is a little annoying
conda-forge/conda-forge.github.io#544
<conda-forge/conda-forge.github.io#544>
As an immediate solution: If you are simply learning opencv, they just
released a pip installable module. Try that for a bit, then you can
probably use the conda-forge build after your "learning" period to install
the package on many computers.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#136 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ATDtUUyKs_s9q0l24uDeIeYIWIsh2CC-ks5u5XXEgaJpZM4ZU5Tp>
.
|
We would need to enable https://github.com/opencv/opencv/blob/master/CMakeLists.txt#L859 |
I was trying to run one of the scripts on background subtraction: https://docs.opencv.org/3.4/d1/dc5/tutorial_background_subtraction.html
The text was updated successfully, but these errors were encountered: