Basic Augmented Reality with OpenCV python Part 1

Поделиться
HTML-код
  • Опубликовано: 26 окт 2024

Комментарии • 26

  • @AiPhile
    @AiPhile  2 года назад +4

    If you found this helpful, please like the video so reach more.
    Thank you so much

  • @AI_Development8124
    @AI_Development8124 Год назад +6

    it shows Dictionary_get and drawMarker() isnt an attribute of cv.aruco errors
    solution as
    1) Dictionary_get where you can this error there you can use this
    marker_dict = cv.aruco.getPredefinedDictionary(cv.aruco.DICT_4X4_250)
    2) drawMarker() where you can this error there you can use this
    marker_image = aruco.generateImageMarker(marker_dict, id, MARKER_SIZE)

  • @adityamahesh1179
    @adityamahesh1179 Год назад +2

    it shows Dictionary_get and drawMarker() isnt an attribute of cv.aruco why its telling that i have installed all the opencv packages and updated it too plz help

    • @AiPhile
      @AiPhile  Год назад +2

      I have provided the instauration of installation on the github repository, make sure to follow them.

    • @AiPhile
      @AiPhile  Год назад +1

      if it does not works then please update the version of opencv-contrib-python.

    • @adityamahesh1179
      @adityamahesh1179 Год назад

      @@AiPhile i did that and now its showing bad argument error in Dictionary_get() function any advice?

    • @AiPhile
      @AiPhile  Год назад

      @@adityamahesh1179 have you tried GitHub repository code?

    • @adityamahesh1179
      @adityamahesh1179 Год назад

      @@AiPhile yes i even tried you code , even uninstalled whole python and reinstalled it, then dowloaded opencv still normal opencv works like image showing or drawing line on images but this aruco stuff isnt working

  • @tuanpm3005
    @tuanpm3005 Год назад +1

    Hi teacher, Can you make a video about getting the angle? Thank you

    • @AiPhile
      @AiPhile  Год назад +1

      Yes I will

    • @tuanpm3005
      @tuanpm3005 Год назад

      @@AiPhile Thanks for your reply

  • @learnmore2199
    @learnmore2199 Год назад

    How to make the 3d float like this

  • @youssefdirani
    @youssefdirani 2 года назад +1

    Thanks teacher

    • @AiPhile
      @AiPhile  2 года назад +1

      You are welcome

  • @learnmore2199
    @learnmore2199 Год назад

    how to make the image 3d not 2d in project 2

  • @ИгорьРыбалка-к2р
    @ИгорьРыбалка-к2р 3 месяца назад

    Now should be:
    marker_dict = aruco.getPredefinedDictionary(aruco.DICT_4X4_50)
    and
    marker_image = aruco.generateImageMarker(marker_dict, id, marker_size)

  • @tabishminhas2745
    @tabishminhas2745 2 года назад +2

    Sir plz give me sourc code of 3D pose x y z axis ....

    • @AiPhile
      @AiPhile  2 года назад

      Its not available o GitHub repository, text me on Instagram.

  • @learnmore2199
    @learnmore2199 Год назад

    And when to make project 2

  • @learnmore2199
    @learnmore2199 Год назад

    When to do project 2

    • @AiPhile
      @AiPhile  Год назад

      Floating image viewer

    • @learnmore2199
      @learnmore2199 Год назад

      @@AiPhile how to make the image 3d

  • @learnmore2199
    @learnmore2199 Год назад

    When to make project 3

    • @AiPhile
      @AiPhile  Год назад

      I currently working on Mediapipe course, when done with that then sourly I am going to update this course, according to new version of opencv things has changed, Its need a update as well.