-
I installed **OpenCV 3.1.0_1** using **Homebrew** on **OS X El Capitan 10.11.2**.
I built and run following code in **Xcode 7.2**.
```
#include
#include
int main()
{
cv::Mat image(1, 1, CV_8U)…
ghost updated
7 years ago
-
[Enter steps to reproduce below:]
1. Generate a diagram
2. Change output to "png"
3. Right-click and select "Copy diagram"
**Atom Version**: 1.12.6
**Electron Version**: 1.3.9
**System**: Ma…
-
After upgrading to v219, my file tree has become totally unusable. When I try to click on one file, a different one is selected. Nothing opens.
-
#### Description :octocat:
It would seem that #9127 introduced a regression in layer indexing. I managed to get my system into a working state by deleting https://github.com/syl20bnr/spacemacs/commit…
-
I'm unable to compile Opencv with xFeatures2D contrib module without CUDA support.
Running the following cmake comand:
```
cmake -DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_INSTALL_PREFIX=/usr/local -DOPENCV…
-
This is also in reference to the issue with the data models: https://github.com/reTHINK-project/dev-service-framework/issues/41
For example, the schema for [HypertyResourceType](https://github.com/re…
-
[Enter steps to reproduce below:]
1. create a .puml file
2. open plantuml viewer (ctrl alt p)
**Atom Version**: 1.11.2
**Electron Version**: 1.4.5
**System**: linux 4.8.6-1-ARCH
**Thrown Fro…
-
##### System information (version)
- OpenCV => 3.0
- Operating System / Platform => raspbian
- Compiler =>
my cmake report is like following
```
cmake -D CMAKE_BUILD_TYPE=RELEASE \ -D CMAKE_…
-
Hi!
Is there any existing tool that could automatically generate UML graphics from PlantUML text Syntax?
For example, it would be great to write PlantUML in MAML Topics and have SHFB call the graphi…
-
When I execute the `Zentabs: Pintab` command via Ctrl + Shift + P, I expect my current tab to be pinned.
Currently, I can only pin a tab by right clicking on it.