Ask Your Question

kundo's profile - activity

2019-02-08 00:11:15 -0600 received badge  Enthusiast
2019-01-20 20:51:06 -0600 edited question video capture problem

video capture problem Hi, I built opencv with openni2 using Cmake, and I succeeded to run the example 'openni_capture'

2019-01-20 20:42:37 -0600 commented question video capture problem

@supra56 @Allaye If you mean 'filename' in capture.open(filename), I think this is for playing a video file. I'm trying

2019-01-20 19:31:53 -0600 commented question video capture problem

@supra56 What do you mean moving filename in my currently folder? Should I add file names in somewhere?

2019-01-20 06:05:36 -0600 edited question video capture problem

cap.isOpened() problem Hi, I built opencv with openni2 using Cmake, and I succeeded to run the example 'openni_capture'

2019-01-20 05:58:40 -0600 commented question video capture problem

Hi, sorry for the unclear question. There is no error message. It was successfully built. I used the exactly same code a

2019-01-20 05:55:45 -0600 edited question video capture problem

cap.isOpened() problem Hi, I built opencv with openni2 using Cmake, and I succeeded to run the example 'openni_capture'

2019-01-20 05:54:14 -0600 edited question video capture problem

cap.isOpened() problem Hi, I built opencv with openni2 using Cmake, and I succeeded to run the example 'openni_capture'

2019-01-20 05:53:25 -0600 edited question video capture problem

cap.Opened() problem Hi, I built opencv with openni2 using Cmake, and I succeeded to run the example 'openni_capture' w

2019-01-20 05:49:09 -0600 edited question video capture problem

openni_capture Hi, I built opencv with openni2 using Cmake, and I succeeded to run the example 'openni_capture' which i

2019-01-20 05:47:27 -0600 received badge  Editor (source)
2019-01-20 05:47:27 -0600 edited question video capture problem

openni_capture Hi, I built opencv with openni2 using Cmake, and I succeeded to run the example 'openni_capture' which i

2019-01-18 07:25:47 -0600 asked a question video capture problem

openni_capture Hi, I built opencv with openni2, and I succeeded to run the example 'openni_capture' which is in OpenCV.

2019-01-18 07:05:16 -0600 marked best answer about the error in 'debayer.cu'

Hi, I'm Kundo.

I'm trying to build OpenCV using the source I downloaded hear 'https://github.com/opencv/opencv' and 'https://github.com/opencv/opencv_contrib' here with Cmake.

I'm using Windows 10 64bit, Visual Studio 2015 community, and Cuda ver 10.0.

When I try to build OpenCV, the error occurs in 'debayer.cu' which causes the error in 'color_detail.hpp' and 'opencv_cudaimgproc' too.

the error says

  1. it needs ')' in line 394
  2. 'texture' is not a template in line 394
  3. there is no global variable 'max', and 'min' in line 69, 73, 77, 235, 239, 243, 70, 74, 78, 236, 240, 244

(sorry I just translated the error message cause I'm not using English ver..)

I have no idea how should I solve this.

I didn't change anything in 'debayer.cu'.

thank you.

2019-01-18 07:05:16 -0600 received badge  Scholar (source)
2019-01-14 01:28:08 -0600 commented answer about the error in 'debayer.cu'

And I included With_Openni2 through Cmake, and unchecked Build_opencv_world

2019-01-14 01:19:35 -0600 commented answer about the error in 'debayer.cu'

And I included With_Openni2 through Cmake

2019-01-14 01:11:00 -0600 commented answer about the error in 'debayer.cu'

Hi, Thank you for your answer. Because my VS is 2015 version, I changed CUDA 10 to version 9.1 and used OpenCV 3.4 as th

2019-01-12 15:05:00 -0600 asked a question about the error in 'debayer.cu'

about the error in 'debayer.cu' Hi, I'm Kundo. I'm trying to build OpenCV using the source I downloaded hear 'https://g