Giter Site home page Giter Site logo

Comments (4)

alexzzhu avatar alexzzhu commented on September 8, 2024 1

ef.templated_decimated is a boolean to indicated whether the template has undergone sphere decimation. Do you mean ef.prev_shifted_points? In that case, there is the option to use this as the template for em1 to simplify the flow estimation step.

I'm not sure what you mean by the second question, but the transformation is defined as x' = A*(x-xdot * dt), so the points are time shifted, and then the affine transformation is applied.

from event_feature_tracking.

neulky avatar neulky commented on September 8, 2024

Thank you Alex,
I'm Sorry, I didn't express my questions clearly.
In my first question, I mean that this system defines two templates 'ef.prev_shifted_points' and 'ef.template_points'. Now I understand using the template 'ef.prev_shifted_points' instead of 'ef.template_points' for em1 is simplifying the flow estimation step.
In my second question, In the em2_affine.m,Line 230:
time_shifted_points = bsxfun(@minus, events(1:2, :), feature_pos + flow * dt) + bsxfun(@times, flow, (events(3, end) - events(3, :)));
Can I replace the above codes as following?
time_shifted_points = bsxfun(@minus, events(1:2, :), feature_pos - pos_shift + flow * dt) + bsxfun(@times, flow, (events(3, end) - events(3, :)));
The change here is to replace feature_pos with feature_pos - pos_shift. I think this need to use the feature position after affine warping.

from event_feature_tracking.

alexzzhu avatar alexzzhu commented on September 8, 2024

Hmm I think you're right... I think the best way would be to replace feature_pos with feature_pos_out there. Have you tested this locally, does the tracking still work? I'm out of the office for the week so will have to check next week.

from event_feature_tracking.

neulky avatar neulky commented on September 8, 2024

Thank you for your help. Yes, I replace feature_pos with feature_pos_out, the tracking still works.But by observing the results, I don't know the tracking accuracy is improving or not.

from event_feature_tracking.

Related Issues (7)

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.