-
##### System information (version)
- OpenCV => 3.2
- Operating System / Platform => MacOS Sierra 10.12.5
- Compiler => Terminal
I followed the documentation with:
```
import cv2
import n…
-
# Parameters
Regarding the slider names, I will quote from http://osp.wikidot.com/parameters-for-photographers
> Alpha (Default 0.1)
>
>The parameter alpha is a threshold: details whose deriva…
-
Notionally Friday is the close of pull requests deadline for the 2017.1 release (although I am willing to be a little fuzzy with this deadline if needed - i.e. pushing back to the middle of next week)…
-
Normally variables like `ZM_PATH_SOCKS` should not be stored in the database because they may need to be used by service startup scripts (init.d, systemd).
It would be highly undesirable to write serv…
-
Hi there,
i am currently working on a Qt package, which provides self packaged cmake files located in /lib/cmake. I don't know what i should do that cmake now prefers the cmake files provided by th…
-
##### System information (version)
##### Detailed description I have checked the source code . findDatafile is defined . the error I met as follows :
../opencv-3.1.0/opencv_contrib/modules/tex…
-
1) The code to set non-blocking mode sets blocking mode instead. Re-read the one-liner you use:
fcntl(listen, F_SETFL, (fcntl(listen, F_GETFL)|O_NONBLOCK)^O_NONBLOCK);
It gets current socket flags, …
-
I was investigating today what it would take to make `MathematicalProgram` usable from Python/Matlab. So far, I haven't been able to wrap `decision_variable.h` because of its use of alias-`using` dire…
-
I have gotten everything to work - doing my own fresh GitHub loads for Eigen, Pangolin and OpenCV. My problem comes when I hit opengv. This is the message I get from main.cpp when I try to build ope…
-
In my mind, the following distinction should be made:
- `spack create`: create a new package
- `spack edit`: edit an existing package
However, `spack edit` is doing double duty, because if `spack cre…