OpenCV Basics - 20 - Load Camera Matrix

Поділитися
Вставка
  • Опубліковано 6 бер 2017
  • NEXT (21) - • OpenCV Basics - 21 - A...
    PREVIOUS (19) - • OpenCV Basics - 19 - A...
    In this video we load back in our camera matrix that we saved out previously. I make a few small changes to the save method, which I freely admit I messed up before.
    Thanks for watching!
    Your support helps me make new content!
    If you'd like to become a Patron: / glecakes
    Website: www.georgelecakes.com
    Twitter: / glecakes
    Facebook: / george.lecakes

КОМЕНТАРІ • 8

  • @seanmaclochlainn2631
    @seanmaclochlainn2631 7 років тому +2

    This should be the penultimate video in the OpenCV Basics series but you must have forgot to add it to the playlist. Just thought you ought to know.
    Thanks again for all these tutorials!! You've been a huge help!

  • @plastmasska
    @plastmasska 7 років тому +1

    double read = 0.0f;
    "f" stands for "float". Use just '0.0'. Great tutorial btw, thanks!

    • @GeorgeLecakes
      @GeorgeLecakes  7 років тому

      +plastmasska I knkw, it is just habit.

  • @simonc8832
    @simonc8832 7 років тому +3

    in line 177,it should be cameraMatrix = Mat(Size( rows, columns ) , CV_64F);
    in your video,the position of rows ad columns are not right.
    Thanks for your video,it really helps me.

  • @darkside3ng
    @darkside3ng 7 років тому +1

    Thank you again.
    Could you explain how to recover the overall camera pose from landmarks?

  • @stevensexton5801
    @stevensexton5801 6 років тому +3

    George,
    Can you post code for each video to GitHub?

  • @Herrderlods
    @Herrderlods 3 роки тому

    Thx for the great tutorial. My main is like load camera matrix followed by the aruco tracking function. The window for the Webcam appears but if i show the camera a marker this error message terminate my program terminate called after throwing an instance of 'cv::Exception'
    what(): OpenCV(4.2.0) ../modules/calib3d/src/calibration.cpp:1069: error: (-215:Assertion failed) CV_IS_MAT(objectPoints) && CV_IS_MAT(imagePoints) && CV_IS_MAT(A) && CV_IS_MAT(rvec) && CV_IS_MAT(tvec) in function 'cvFindExtrinsicCameraParams2'
    Can someone help me here?
    thx