Text Detection through Morphology & Connected Component Labeling | Image Processing, Python OpenCV

Sdílet
Vložit
  • čas přidán 27. 07. 2024
  • Text Detection through Morphology & Connected Component Labeling | Image Processing, Python OpenCV
    How to count number of lines in an image
    How to count number of words in an image
    How to detect text in an image
    How to apply connected component labelling (CC Labeling) on in image.
    How to color the connected components
    Issue solution: Connected components labeling is giving wrong number of components
    0:00 Intro
    2:42 Code for text detection (merging/counting Lines)
    5:06 Code for CC Labeling
    6:49 Solution for Issue: Wrong number of labels returned by CC labeling
    8:54 Display connected components in different colors
    12:12 Code for text detection (merging/counting Words)
  • Věda a technologie

Komentáře • 2

  • @shahzadahmad8195
    @shahzadahmad8195 Před 2 lety

    Great job 👍

  • @bilawalhaesri6035
    @bilawalhaesri6035 Před rokem

    hello there, i hope you read and reply this comment
    can you tell/show me how to show only the word based on the image label? example i just want to cv2.imwrite/cv2.imshow word that labelled number 2, and ignore other labels
    I hope you can help me with it, Thank you