-
First of all, thank you for your amazing tutorial.
There is a typo in the readme, specifically in:
Contents of OpenCV-android-sdk/sdk/native/jni/libs/** to native_opencv/android/src/main/jniLibs
…
-
Hi,
I am actually using this as a part of a OCR pipeline I am building in a commercial product. First I want to say thank you for building something that really works and is open source. AWS Textra…
-
import cv2
import pytesseract
pytesseract.pytesseract.tesseract_cmd = 'C:\\Program Files\\Tesseract-OCR\\tesseract.exe'
img = cv2.imread('farsi.PNG')
img = cv2.resize(img, None,fx=10,fy=10)
…
-
**Adaptive thresholding** is the method where the threshold value is calculated for smaller regions and therefore, there will be different threshold values for different regions.
In OpenCV, you can…
-
```
/var/jenkins_home/workspace/g_Short-GPUOpen_MIVisionX_PR-453/XRj6DgQVw/mivisionx/amd_openvx_extensions/amd_loomsl/live_stitch_api.cpp: In function 'vx_status lsExportConfiguration(ls_context, con…
-
Hi ,
How to keep the same colored image as it is after processing the final image in Android.
Regards,
GaneshC
-
I'm trying to figure out why does the autocomplete for `cv2` package is not working properly. Below some information about issue and versions that I'm using and my attempts to solve it:
**Autocompl…
-
Hi
Am trying to convert yolov3.caffemodel but am getting an error
`$/opt/rocm/mivisionx/bin/caffe2openvx --output-dir yolov3-openvx yolov3.caffemodel 1 3 416 416`
`Reading the binary file from : …
urugn updated
3 years ago
-
# Summary of your issue
Under Linux, calling a opencvsharp function which then throws an exception on the native side causes the calling thread to crash. Apparently, this problem arises when passing …
-
I'm running Ubuntu 18.04, ROS Melodic, installed from the repos. I've found that when running `calibrate`
the following error pops up when this line of code in `checkerboard_finder.cpp` gets run:
…