Ask Your Question

Yantao Xie's profile - activity

2018-07-08 08:06:50 -0600 received badge  Enthusiast
2018-07-07 01:19:30 -0600 asked a question Error: The document of the warpAffine is not in accordance with the source code

Error: The document of the warpAffine is not in accordance with the source code The warpAffine's document says about the

2013-12-30 01:45:20 -0600 received badge  Self-Learner (source)
2013-12-29 21:39:46 -0600 answered a question There's not a library named opencv_cudalegacy

I've found the opencv_cudalegacy. When configure OpenCV, the WITH_CUDA must be enabled.

2013-12-26 01:33:47 -0600 commented question CMake CUDA master errors

I had the same problem.

2013-12-25 19:39:53 -0600 asked a question There's not a library named opencv_cudalegacy

In the file samples/gpu/CMakeLists.txt, the variable OPENCV_CUDA_SAMPLES_REQUIRED_DEP is defined as

SET(OPENCV_CUDA_SAMPLES_REQUIRED_DEPS opencv_core opencv_flann opencv_imgproc opencv_highgui
                                     opencv_ml opencv_video opencv_objdetect opencv_features2d
                                     opencv_calib3d opencv_legacy opencv_contrib opencv_cuda
                                     opencv_nonfree opencv_softcascade opencv_superres
                                     opencv_cudaarithm opencv_cudafilters opencv_cudawarping opencv_cudaimgproc
                                     opencv_cudafeatures2d opencv_cudaoptflow opencv_cudabgsegm
                                     opencv_cudastereo opencv_cudalegacy)

At the last there is a library named opencv_cudalegacy, but I had searched all cmake files and found not a statement to define a library named as this.

Is this a bug or did I missing something?

2013-12-19 00:58:13 -0600 commented question Compile Matlab module failed

I've post it as a issue #3445.

2013-12-18 08:13:32 -0600 commented answer Compile Matlab module failed

Is this advertisement?

2013-12-18 08:10:09 -0600 received badge  Editor (source)
2013-12-18 01:58:03 -0600 asked a question Compile Matlab module failed

I compiled the current master branch on Linux. I've got the following compiling errors,

CMake Error at /home/xxx/hisstone/opencv/modules/matlab/compile.cmake:47 (message):
  Failed to compile createCalibrateDebevec:
  /home/xxx/hisstone/opencv/build/modules/matlab/src/createCalibrateDebevec.cpp:
  In function ‘void mexFunction(int, mxArray**, int, const mxArray**)’:


  /home/xxx/hisstone/opencv/build/modules/matlab/src/createCalibrateDebevec.cpp:46:3:
  error: ‘Ptr_CalibrateDebevec’ was not declared in this scope

I think there missing a statement befor the mex function,

typedef Ptr<CalibrateDebevec> Ptr_CalibrateDebevec;

But this file is generated by python generator and I don't know how to update it.

2013-01-08 03:09:58 -0600 received badge  Supporter (source)