You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to davis-users
after processing the events from camera capture or mono camera recorder (from a file), I process these events. How can I display these processed events to visualize using dv-processing library in C++.
Luca Longinotti
unread,
May 28, 2024, 8:12:47 AM5/28/24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to davis...@googlegroups.com
The easiest would be to use the dv::visualization::EventVisualizer class to generate a cv::Mat and then display that using the standard OpenCV functions.