Questions tagged [optical-flow]

2 questions
6
votes
1 answer

How should the racing agent take into account the velocity of the vehicle, given the images with a speedometer?

I'm developing a game AI, which tries to master racing simulations. I already trained a CNN (AlexNet) on in-game footage of me playing the game and the pressed keys as the target. As the CNN is only making predictions on a frame-to-frame basis, and…
1
vote
1 answer

How does Horn–Schunck method for Optical Flow solve the aperture problem?

This is regarding the details stated in Wikipedia. I am reading optical flow in Computer Vision. I understood the Horn–Schunck method as such, but did not get how it is related to the aperture problem, and how it is solved using Horn–Schunck…
Sukti Sen
  • 11
  • 1