EventVisionLibrary / evl

Event Vision Library (EVL)
BSD 3-Clause "New" or "Revised" License
26 stars 4 forks source link

events_to_mat (cv::Mat or Eigen::Matrix) #45

Open muskie82 opened 5 years ago

muskie82 commented 5 years ago

Problem you want to solve For mathematical calculation, Eigen::MatrixXd is better than EventTuple. Thus, need to add the conversion option to events_to_mat, which can choose cv::Mat or Eigen Matrix.