Giter VIP home page Giter VIP logo

Comments (5)

dragonkao730 avatar dragonkao730 commented on August 23, 2024

I think I miss understand...

from optical-flow-filter.

jadarve avatar jadarve commented on August 23, 2024

Hi, did you solve the issue yourself?

from optical-flow-filter.

dragonkao730 avatar dragonkao730 commented on August 23, 2024

Not really ...

I have closed it because I traced the code and found that it just implements equation (17), so the equation in your paper must be right.

I think ^h\Delta\Phi should be ^h\Phi because:

in equation (12) is exactly same as brightness constancy constraint on wiki:

but equation (17) do not use the full flow... so I can't understand the equation.

If you can explain it to me, I will be super thankful.

Thanks for your help!

from optical-flow-filter.

jadarve avatar jadarve commented on August 23, 2024

The shape of Eq. (17) has to do with the filtering nature of the algorithm and the pyramidal structure. I will use Fig. (2) for my explanation.

The simplest filter loop (Fig 2.a) is at top level H-1. There, the full optical flow is predicted (Eq. 8) and estimated (Eq. 12), and the estimation equation is indeed the brightness constancy constraint plus a regularization term.

At lower pyramid levels (Fig 2.b), the first step is to compute the full flow for level h. This ^h\Phi^k is used to predict the values of the image and delta flow before the new measurements at time k+1 arrive. Notice that is not the image at previous time step, but something closer to . Under the brightness constancy constraint, any difference between the image at time k+1 and can be attributed to some small displacement which is what we want to calculate in the estimation stage (Eq 17).

I hope this helps.

from optical-flow-filter.

jadarve avatar jadarve commented on August 23, 2024

I'm closing this issue now.

from optical-flow-filter.

Related Issues (10)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.