Ask Your Question

NeoDreamer's profile - activity

2019-05-23 01:36:11 -0600 commented question C API problem on OpenCV 3.4.6.

@sturkmen << I know C API will be go away. but now it is necessary. It need long time to change API.

2019-05-23 00:07:02 -0600 asked a question C API problem on OpenCV 3.4.6.

C API problem on OpenCV 3.4.6. I try to use cvGetSize function, but exception error occurred. Unhandled exception at 0x

2019-05-23 00:00:45 -0600 received badge  Enthusiast
2019-05-22 01:56:04 -0600 commented answer How to build OpenCV 3.4.6 with Visual Studio 2010 on Windows 10?

@LBerger << thanks. But I can't understood your link article. Can you explain for me?

2019-05-22 00:06:26 -0600 answered a question How to build OpenCV 3.4.6 with Visual Studio 2010 on Windows 10?

I success to build the OpenCV 3.4.6 with Visual Studio 2010 only for 64bit. A 32bit was failed. I use the below configu

2019-05-19 23:25:55 -0600 asked a question How to build OpenCV 3.4.6 with Visual Studio 2010 on Windows 10?

How to build OpenCV 3.4.6 with Visual Studio 2010 on Windows 10? I try to build OpenCV 3.4.6 with Visual Studio 2010 and

2016-10-06 22:51:48 -0600 asked a question Build OpenCV 3.1 with VTK 7.0

I try to build OpenCV 3.2 with VTK 7.0 on Visual Studio 2015. The building was successfully without BUILD_opencv_world. I got the error message when I select BUILD_opencv_world and BUILD_opencv_viz option.

Configuring done
CMake Error: INSTALL(EXPORT) given unknown export "OpenCVModules"
Generating done

How to fix the problem.

2016-10-06 22:51:47 -0600 answered a question Building with VTK when VTK Backend is Opengl2

I think you need to rebuild VTK with OpenGL not OpenGL2.