Ask Your Question

velkouby's profile - activity

2016-07-27 07:42:10 -0600 commented answer Opencv 3.1 DNN module in Contrib : How train a new model?

Thank you. I have asked to be sure...

2016-07-27 07:37:30 -0600 received badge  Supporter (source)
2016-07-27 07:31:41 -0600 asked a question Opencv 3.1 DNN module in Contrib : How train a new model?

I have tested the DNN module, and it easy to import Caffe or Torch models, but I din't find any thing about new model traning. Any one have an idea about it? Or this module is just an Cafe or Torch model importer?

2015-04-30 07:54:33 -0600 commented question How to make Akaze Run OpenCV 3.0 beta

Is it the only error that you have? SHow yur compilation result by build order

2015-04-22 07:38:16 -0600 commented question Opencv 3.0 : Compilation error with xfeatures2d : Where is hal.hpp?

Thank you, so simple. I have took the main-depot from the self-extracted archive and contrib from Git repo....

2015-04-22 05:02:21 -0600 asked a question Opencv 3.0 : Compilation error with xfeatures2d : Where is hal.hpp?

I tried to compile opencv 3.0 beta with xfeatures2d module and CUDA 7.0. I had this module in module directory (because cmake failed if I use the variable OPENCV_EXTRA_MODULES_PATH)

I had these errors in Visual Studio 2012 :

1>F:\USER\Downloads\opencv-3.0.0-beta\opencv\sources\modules\xfeatures2d\src\sift.cpp(340): error C2653: 'hal' : is not a class or namespace name

1>F:\USER\Downloads\opencv-3.0.0-beta\opencv\sources\modules\xfeatures2d\src\sift.cpp(341): error C2653: 'hal' : is not a class or namespace name

1>F:\USER\Downloads\opencv-3.0.0-beta\opencv\sources\modules\xfeatures2d\src\sift.cpp(342): error C2653: 'hal' : is not a class or namespace name

1>F:\USER\Downloads\opencv-3.0.0-beta\opencv\sources\modules\xfeatures2d\src\sift.cpp(623): error C2653: 'hal' : is not a class or namespace name

1>F:\USER\Downloads\opencv-3.0.0-beta\opencv\sources\modules\xfeatures2d\src\sift.cpp(624): error C2653: 'hal' : is not a class or namespace name

1>F:\USER\Downloads\opencv-3.0.0-beta\opencv\sources\modules\xfeatures2d\src\sift.cpp(625): error C2653: 'hal' : is not a class or namespace name

Then I tried to find hal/hal.hpp, but no file...

SOme one had compiled opencv 3.0 with CUDA and contrib module? Or some one know some thing about this module that I can't find : hal ?

2014-03-10 11:49:02 -0600 received badge  Editor (source)
2014-03-10 11:48:05 -0600 answered a question findHomography analog in new stitching module interface?

[http://docs.opencv.org/modules/imgproc/doc/geometric_transformations.html#Mat getAffineTransform(InputArray src, InputArray dst)]

use getAffineTransform() but no ransac...