-
Hi all,
I'm having some trouble compiling DGtal. I built `GraphicsMagick` and `libQGLViewer` from sources. When running the following I don't get any errors:
cmake .. -DWITH_GMP=true -DWITH_IT…
-
I test the demo with CUDA version, get time spend by image threshold about 3000ms, but with CPU version is about 740ms.
CPU version:
E:\CCD-VisionController\Source\DependLib\array3.71\build\bin\…
-
Note: This issue is not tied to RaPs publication. It's just the most relevant sim we have currently in design. For use during meeting scheduled for 8/17
We'd like to be able to extract positional d…
-
![error2](https://user-images.githubusercontent.com/55780775/65576394-7d7a5f80-df8f-11e9-8b88-511c7bf10faa.PNG)
Please help me to solve this error urgently
Thanks in advance.
Python version…
-
I am running your code on a Windows 10 x64 system with VS 2019. I tried to run your code, but as soon as I run it, i get an dialog box saying abort has been called. I even tried to make some changes t…
-
```java
Mat src = opencv_imgcodecs.imread(jpegFile.getAbsolutePath());
Mat dst = new Mat();
opencv_imgproc.cvtColor(src, dst, Imgproc.COLOR_BGR2GRAY);
opencv_imgproc.adaptiveThreshold(dst, dst, 25…
-
# Runtime Error
Hi, I just build opencv 4.0.1 then i tried to compile the program, and it's success
but when the application run AdaptiveThreshold, FindContours it got runtime error.
I wonder is th…
-
For business card scanner application, I would like to find quadrilateral contour of the scanned image. Following [Scanning Documents from Photos Using OpenCV](https://bretahajek.com/2017/01/scanning-…
-
Since my experiment required high rates of acquisition, I tried to decrease the exposure to 0.1ms (least possible with my camera). I have attached few images as example wherein Dice failed to work.
…
-
adaptiveThresholdをかけた後に、erode,dilateではなく、異なる処理を加えてみる。