Ask Your Question

YuvalNirkin's profile - activity

2016-04-25 14:41:41 -0600 asked a question Eigen Sparse support?

Hello, What is the official Eigen version that OpenCV supports? Is Eigen/Sparse supported?

My contribution fails to build on Windows machines because Eigen/Sparse header can't be found, while on Linux machines it builds fine.

Can someone either decide on an Eigen version or fix the building bot? My contribution is pending for a long time now :(

Thanks in advance,

Yuval

2015-06-24 09:47:24 -0600 commented question Adding dependencies for optical flow module

Nice, thank you!

2015-06-24 07:10:20 -0600 received badge  Editor (source)
2015-06-24 07:08:00 -0600 asked a question Adding dependencies for optical flow module

Hello, I want to add a new optical flow algorithm called SIFT flow to the optflow module. I think it can be a great constribution. SIFT is not free so I added the interface under opencv2/optflow/nonfree.hpp. I am using functions from xfeatures2d and features2d, How do I add those modules as dependencies to the optflow module?

Thanks in advance, Yuval