OpenCV Basics - 19 - Aruco Tracking P1

Поділитися
Вставка
  • Опубліковано 27 чер 2024
  • NEXT (20) - • OpenCV Basics - 20 - L...
    PREVIOUS (18) - • OpenCV Basics - 18 - C...
    After all the OpenCV camera calibration we finally start with the Aruco setup. In this video we write a function to constantly poll for the markers we have printed out.
    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

КОМЕНТАРІ • 32

  • @ricardod6610
    @ricardod6610 5 років тому +17

    "Some of you are not only hobbyists but college studens who have decided, for some reason, to take on this as a project and realised there are almost no resources" I cried :'D using this for my Bachelor's thesis, wouldn't have got very far without this video series, thanks a lot!

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

      same here

    • @ericthered2963
      @ericthered2963 2 роки тому

      Expecially when my Prof sad: "You want to do this with Python? Fuck Python! That is way to slow for this lab here"
      Funny thing is, the way I am doing my project i don't really need that much processing speed.

  • @gregrossano5211
    @gregrossano5211 4 роки тому +1

    Hi George,
    I really, really appreciate this series. It's been extremely helpful for quickly coming up to speed on OpenCV.
    Thanks!
    Greg

  • @teenstarkiller
    @teenstarkiller 6 років тому +8

    16:48 perfectly sums up my situation

  • @nickmason9320
    @nickmason9320 3 роки тому +1

    Thank you very much indeed George

  • @10xXxtailedxXxdemon
    @10xXxtailedxXxdemon 7 років тому

    Great content. Regards from the Caribbean.

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

      Glad you enjoy it! Hope to keep making more.

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

    Regards from India! can't wait for part 2!!

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

      Got a lot of friends from India in academia, I'll try to work on the next part this week. Really want to complete this series.

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

      Thanks I'm very grateful!

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

    Keep this excelent series of videos ... Nice work
    Are you doing something related to structure from motion with OpenCV?

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

      I was mainly doing openCV with c++ asthe only PhD student in a class where everyone was going Matlab. I'm really a VR/ AR person as you might notice from my videos. But I noticed I serious lack of tutorials for OpenCV, which is why I started the series.

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

    Hey George. This is great stuff! Really appreciate it so you don't need to apologize for making it long. Someday, I'd like to be able to use VR/augmented reality glasses to play 2d video at a predetermined location in real 3d space for the wearer. Don't suppose you could do something along those lines?

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

    Awesome video! Would love to know if I can see your drone project with aruco markers

    • @GeorgeLecakes
      @GeorgeLecakes  3 роки тому +1

      If I can find footage I'll put it up, it was a one-day thing transmitting data from offsite to an immersive CAVE system.

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

    Thanks!
    You helped me so much; when are you going to upload the second part?
    Are you going also to make a version with frames saved and post processed, or just this case with realtime images?
    Do you know if i can use a camera calibration obtained with Matlab, or i have to do this with OpenCV?

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

      Things have been a little crazy. I'm hoping to have some time this weekend to make some new content.

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

    First of all thanks a lot for these tutorials, they are realy helpfull. One little thing, in drawAxis you give it rotationVectors as input which causes the program to crash as soon as it sees 2 markers. Shouldn't it be something like rotationVectors[i] (and same for the rotationVectors)?

  • @user-sp3wo6tj1n
    @user-sp3wo6tj1n 2 роки тому

    Hi George, when I type in aruco::drawAxis followed by 15:42. It show errors of cv::aruco has no member drawAxis, I did #include "opencv2\aruco\charuco.hpp" is there anything wrong for what I did?

    • @nemrahnoork
      @nemrahnoork Рік тому

      If you are using OpenCV 4.x the aruco::drawAxis function is deprecated. Try using cv::drawFrameAxes instead. That worked for me

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

    if i use another cam instead of webcam, what i need to do with this code?
    Many thanks.

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

      Will talk about that in another video. Almost done with my you tube break (for my sanity). I'll talk about video & image calibration after.

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

      Thanks a lot. for these tutorials. Can't wait for next video!

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

      Sorry about the delay, real life stuff pops up

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

      at video 6:09 Line 78: VideoCapture(1) change the value in function for different device. 0 is usually webcam, 1 is probably plugged in usb device and so on. openCV 2.4: docs.opencv.org/2.4/modules/highgui/doc/reading_and_writing_images_and_video.html#videocapture openCV 3.2.0: docs.opencv.org/3.2.0/d8/dfe/classcv_1_1VideoCapture.html#a5d5f5dacb77bbebdcbfb341e3d4355c1

  • @marisolsierra5918
    @marisolsierra5918 6 років тому

    ECUADOR :)

  • @hfe1833
    @hfe1833 4 роки тому

    Nice video tutorial for opencv, unfortunately its not python language, anyway very good presentation

    • @GeorgeLecakes
      @GeorgeLecakes  4 роки тому +1

      I have a few videos on OpenCV with Python, just not covering Aruco.

    • @hfe1833
      @hfe1833 4 роки тому

      @@GeorgeLecakes wow, that's great. I hope soon you will cover because you explained well