OpenCV Python Tutorial For Beginners 17 - Morphological Transformations

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ธ.ค. 2024

ความคิดเห็น • 33

  • @ProgrammingKnowledge
    @ProgrammingKnowledge  5 ปีที่แล้ว +3

    Gist of code I used in this video (Morphological Transformations OpenCV Python Tutorial ) - www.codebind.com/python/opencv-python-tutorial-beginners-morphological-transformations/

    • @abdultaufiq2237
      @abdultaufiq2237 4 ปีที่แล้ว +1

      at least speak something else from the opencv documentation.
      you are just reading the entire opencv documentation.
      That's fine you are copying the stuffs from there, but atleast give some good explaination.

  • @Hurtcules
    @Hurtcules 3 ปีที่แล้ว

    You are the first one who's opencv programming works. Great job! Thank you!

  • @spappinventor2850
    @spappinventor2850 5 ปีที่แล้ว +1

    Very useful course, right for me - it is not short and not long, clearly planned and smooth. Thank you very much.

  • @FrancescoZaccaria-uv2zm
    @FrancescoZaccaria-uv2zm ปีที่แล้ว

    your english is really clear!

  • @davechaffey3493
    @davechaffey3493 5 ปีที่แล้ว +2

    Outstanding. Brilliant walk through

  • @VietTranIT
    @VietTranIT 3 ปีที่แล้ว

    Just want to say thanks. 10/10 content

  • @balipavankalyan5008
    @balipavankalyan5008 2 ปีที่แล้ว

    Great content................

  • @ПетяПетрушин-ж6ь
    @ПетяПетрушин-ж6ь 3 ปีที่แล้ว

    Nice job, pal👍 I'd like to thank you for such a clear explanation, useful tutorials

  • @enesnesnese
    @enesnesnese 2 ปีที่แล้ว

    Perfect! Thanks mate

  • @Bee_keeper_was_here
    @Bee_keeper_was_here 5 ปีที่แล้ว +1

    Very nice course. Thank you very much!

  • @ridael-mehdawe4681
    @ridael-mehdawe4681 4 ปีที่แล้ว

    as usual, so good,

  • @joeblinky
    @joeblinky 5 ปีที่แล้ว +2

    I forget, does OpenCV work with AMD graphics cards or just NVIDIA?

  • @陳譽升-f4r
    @陳譽升-f4r 5 ปีที่แล้ว +2

    Hi, thanks for your tutorial.
    May I inquire for the source of the image "smarties.png"?
    I can't find the same image, so I drew a new one using MS paint, but it returns error whenever I want to show the image.

  • @vermatushant
    @vermatushant 4 ปีที่แล้ว +2

    whats the use of np.ones?

    • @newb_embedded040
      @newb_embedded040 4 ปีที่แล้ว +1

      creates a array where all elements are 1. It is a white image

    • @tongruiwei5657
      @tongruiwei5657 3 ปีที่แล้ว

      @@newb_embedded040 no, not white image(white image is 255), thats a shape near a pixel, that means when value in array is 1, so we processing it. sry for bad english

  • @ilkinhamid1072
    @ilkinhamid1072 3 ปีที่แล้ว

    thank You

  • @shashanksharmadon4295
    @shashanksharmadon4295 4 ปีที่แล้ว

    Thanks bro......

  • @surbhiagrawal3951
    @surbhiagrawal3951 4 ปีที่แล้ว

    i have a question ,, _,mask=cv2.threshold(img,220,255,cv2.thresh_binary_inv). I know the functioning of threshold...but i would like to know how do we actually select the value 220 and the function binary inverse.... why not just thresh_binary

  • @matthijsgeerlings
    @matthijsgeerlings 3 ปีที่แล้ว

    I there a way to do these morphological operations on NumPy arrays instead of images with cv2? (I know it can be done with other libraries)

  • @clickmix15
    @clickmix15 ปีที่แล้ว

    Hi, what is ",_" ? and why you are using it here?

  • @taufiqidr
    @taufiqidr 5 ปีที่แล้ว +1

    i'm using pycharm, and when running my code instead of opening a new window, my matplotlib result is shown in the right side of pycharm. why?

    • @Yonosoyninguien
      @Yonosoyninguien 4 ปีที่แล้ว

      I'm using jupyter and this happens too, for me I have to write in the code: %matplotlib qt (to show the image in a new window), %matplotlib inline (to show the image in the interpreter)

  • @DarshanGhorpade7
    @DarshanGhorpade7 4 ปีที่แล้ว

    Hey
    How to apply thickening on a binary image in opencv

  • @Fitoor1309
    @Fitoor1309 4 ปีที่แล้ว

    Sir when I am using matplotlib for displaying subplots it is displaying error: image data cannot be converted to float type 🤐what shall I do?

    • @amritpal79
      @amritpal79 4 ปีที่แล้ว

      I got a similar error, my error was this "TypeError: Image data of dtype object cannot be converted to float" but then I noticed that in his code he put '_, mask' and I had just put 'mask'. I am not too sure what '_,' does to the variable 'mask' but it seems like some kind of placeholder for the data type. I'm still new to python but I hope this helps!

    • @pyschotern8781
      @pyschotern8781 ปีที่แล้ว

      yeah try choosing a different type of image , like don't use png , jpeg image , also the default size of image should not be too small

  • @indiangamersg2585
    @indiangamersg2585 2 ปีที่แล้ว

    Hello sirji.

  • @yashlanjewar9971
    @yashlanjewar9971 4 ปีที่แล้ว

    Hey can you tell me what are the kernal color here. Is it black or white.

    • @matthijsgeerlings
      @matthijsgeerlings 3 ปีที่แล้ว

      Since it is a binary image, you could identify the 1 as white and the 0 as black

  • @rameshwarsingh5859
    @rameshwarsingh5859 3 ปีที่แล้ว

    🍻

  • @sauravrana2018
    @sauravrana2018 5 ปีที่แล้ว

    sir this is a python