-
Hello I have succesfully install opencv in my ubuntu 15. I have 2 python version 2 and 3. Then I have successfully build and install it.
![image](https://user-images.githubusercontent.com/2309538/301…
-
Hi,
How to achive following opencv function using Node-opencv in NodeJS (windows environment)
adaptiveThreshold(thr, thr, 255, CV_ADAPTIVE_THRESH_MEAN_C, CV_THRESH_BINARY_INV, 75, 10);
resi…
-
When trying to install trackR on a new desktop I ran into a new error I did not see before.
I made sure to install CMake and Rtools, selecting "add to PATH" for both.
```
ERROR: dependencie…
-
**Hi, I met this problem when make . What can I do to solve this issue? Thank you.**
**system ubuntu 12.04 64bit , matlab 2013a, opencv 2.4.13, g++ 4.4**
**Log as follows:**
```
name@ubuntu:~/mexo…
-
please help me!
I ran `go run ./cmd/version/main.go` and got
```
# gocv.io/x/gocv
imgproc.cpp: In function ‘Contour ApproxPolyDP(Contour, double, bool)’:
imgproc.cpp:27:26: warning: extended init…
-
## Environment data
VS Code version: 1.19.2
Python Extension version: 0.9.1
Python Version: 3.5.2
OS and version: ubuntu 16.04.02
## Actual behavior
![2018-01-20 14-36-17](https://user-…
-
mingw-w64-i686-opencv-3.4.1-1 from pacman not work with gocv.
```
# gocv.io/x/gocv
C:\Users\UU\AppData\Local\Temp\go-build918420758\b001\_x012.o:D:/TOOL/msys2/mingw32/include/opencv2/core/mat.inl…
ghost updated
6 years ago
-
Hi, could you please direct me, how to determine correct constant to use in Mat constructor?
In readme there is an example:
`const matFromArray = new cv.Mat(new Buffer.from(charData), rows, cols…
-
##### System information (version)
- OpenCV => :grey_question:
- Operating System / Platform => :grey_question:
- Compiler => :grey_question:
##### Detailed description
##### Step…
-
here is my part code:
```python
import sys
from PIL import Image
from tesserocr import PyTessBaseAPI, RIL,iterate_level
import cv2
import numpy as np
def processText(image):
image = cv2.…