Comment on What's the best way to structure data from a video?Comments−travma9yIn matlab you can split a video into frames and perform some tasks on the images (neural net, DAISY, etc). There's examples of object detection on images if you google it.
Comments
In matlab you can split a video into frames and perform some tasks on the images (neural net, DAISY, etc). There's examples of object detection on images if you google it.