Measure size of objects with image | Computer Vision | Opencv with Python | Pyresearch

Поділитися
Вставка
  • Опубліковано 29 жов 2024

КОМЕНТАРІ • 20

  • @cindrellabk7478
    @cindrellabk7478 22 дні тому +1

    hi sir, i found this informative, i have a doubt without that 2cm box.. if i have to predict original dimension of parcel basically. is it possible?

    • @Pyresearch
      @Pyresearch  22 дні тому +1

      Yes you can in this same technique

    • @cindrellabk7478
      @cindrellabk7478 22 дні тому +1

      Thank you..Also I'm using coco dataset where in using pixel dimensions how to predict the original dimension of parcel?

    • @Pyresearch
      @Pyresearch  21 день тому +1

      @@cindrellabk7478 logical its same

  • @slavic_cousin9988
    @slavic_cousin9988 Рік тому +2

    Does this work for curved objects? Ie, a thick curved line, or a thick circle

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

      you can try it, we are nnot used in curved shape

  • @anusiyakumari7321
    @anusiyakumari7321 Рік тому +2

    Hello sir the video was really useful for me. But i have a struggle in measuring a particular object ( example: I want to measure the size of single tree in image where as the image has many trees and other noisy background). Can you please suggest me to measure the particular object with exact edges in image. Please. Waiting for you reply.

    • @Pyresearch
      @Pyresearch  Рік тому +2

      Use an image segmentation algorithm to separate the tree of interest from the background. There are various techniques available for image segmentation, such as thresholding, region growing, watershed, and active contours.
      Once you have segmented the tree of interest, you can use techniques like edge detection or boundary tracing to extract the exact edges of the tree.
      Finally, you can measure the size of the tree by calculating its area, perimeter, or other relevant metrics.
      Some popular image processing libraries like OpenCV or scikit-image have built-in functions for image segmentation and edge detection. You can explore those libraries and their documentation for more details.
      I hope this helps!

    • @anusiyakumari7321
      @anusiyakumari7321 Рік тому +1

      @@Pyresearch thank you so much sir

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

      @@anusiyakumari7321 keep connect with us

  • @gog7114
    @gog7114 6 місяців тому +1

    Do you have a Volume measure like 3d estimation?

    • @Pyresearch
      @Pyresearch  6 місяців тому

      You try it this code into your way

  • @nuramirabintiabubakar824
    @nuramirabintiabubakar824 Рік тому +1

    is it run using gpu or cpu?

  • @-BMadhan
    @-BMadhan Рік тому +1

    May I know the distance between camera and the object

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

      depen on your camera your camera angle

  • @maliksalman6192
    @maliksalman6192 Рік тому +2

    I can’t find code

  • @anushakv4104
    @anushakv4104 3 місяці тому +1

    Please share report

    • @Pyresearch
      @Pyresearch  3 місяці тому

      code: github.com/noorkhokhar99/Measure-size-of-objects-in-an-image-using-OpenCV