-
I download the latest opencv source code from master branch and built the opencv.js. As I was looking for only few of the functions and to keep the size small, I successfully built the library (both j…
-
#### System information (version)
- OpenCV => 3.4.2
- Operating System / Platform => Ubuntu 16.04
- Compiler => make
##### Detailed description
I'm trying to install opencv from [this](ht…
goncz updated
4 years ago
-
Hi Roice:
I can't visit gmail at my office, so excuse me for putting my questions here. I have a few problems while reading your code:
1. What do the classes in the directory `Experiments` do?…
-
Hi, firstly thank you for sharing you project.
I am looking a linear programming solver in Golang for my project and just did a quick test with this package and found below issues:
1. Unable to…
-
I still can not get it to work, I'm now experiencing a flaw in segmentation when trying to start a new class in my module. I get this error while running my program: https://pastebin.com/V6tMFJ3F
I…
-
[root@iz2zec6q1zmdj7w594xa50z build]# lsb_release -a
LSB Version: :core-4.1-amd64:core-4.1-noarch
Distributor ID: CentOS
Description: CentOS Linux release 7.3.1611 (Core)
Release: 7.3.1611
Codena…
-
I have a diagram, I need the edge must be ORTHOGONAL, and not overlap, I don't care the direction of the edge.
I use layered layout algorithm, but the edges always overlap at the begin and end of the…
-
#### Description of the problem
As our CI indicates, there are some major performance regressions (of 305%) in std++ when switching from Coq 8.9.x to 8.10.1. See [here](https://coq-speed.mpi-sws.…
-
**Submitting author:** @JonasRieger (Jonas Rieger)
**Repository:** https://github.com/JonasRieger/ldaPrototype
**Version:** v0.2.0
**Editor:** @karthik
**Reviewers:** @tommyjones, @bstewart
**Arch…
-
I am trying to solve an engineering problem where I have a quadratic cost function and non linear equality and inequality constraints. I am using scipy SLSQP optimizer to get an optimum solution. …