Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 816275
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T01:48:19+00:00 2026-05-15T01:48:19+00:00

The Oreilly book Learning OpenCV states at page 356 : Quote Before we get

  • 0

The Oreilly book “Learning OpenCV” states at page 356 :

Quote

Before we get totally lost, let’s consider a particular realistic situation of taking measurements
on a car driving in a parking lot. We might imagine that the state of the car could
be summarized by two position variables, x and y, and two velocities, vx and vy. These
four variables would be the elements of the state vector xk. Th is suggests that the correct form for F is:

x = [ x; 
      y;
      vx;
      vy; ]k

F = [ 1, 0, dt, 0;  
      0, 1, 0,  dt;
      0, 0, 1,  0;
      0, 0, 0,  1; ]

It seems natural to put ‘dt’ just there in the F matrix but I just don’t get why. What if I have a n states system, how would I spray some “dt” in the F matrix?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T01:48:20+00:00Added an answer on May 15, 2026 at 1:48 am

    The dts are coefficients of the velocities with the corresponding positions. If you write your state update after time dt has elapsed:

    x(t+dt) = x(t) + dt * vx(t)
    y(t+dt) = y(t) + dt * vy(t)
    vx(t+dt) = vx(t)
    vy(t+dt) = vy(t)
    

    You can read F off of these equations pretty easily.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am working through the book Learning OpenCV from the O'Reilly series and am
Am reading an O'Reilly book called Learning WCF and in chapter one, it mentions:
I'm reading the book Learning Rails by O'Reilly and it recommends using the validate_existence_of
I was reading O'Reilly's Learning XML Book and read the following HTML was in
I'm coming up the learning curve for Swing and am reading about InputMap and
I was reading Algorithms in a Nutshell (O'Reilly) and came across this symbol in
After reading an article about the subject from O'Reilly , I wanted to ask
I'm completely new to python (and it's been a while since I've coded much).
do you use Heroku to write Ruby on Rails app? i read about from
Sorry for the semi-rant here. I am hooked on javascript and want some direction

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.