Introduction to Image Processing in R (magick package)

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

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

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

    This is a very useful package. I am looking forward for more.

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

    Great video. I am looking forward to the followup. I am especially interested in how to generated images with transparent or clear backgrounds.
    Thanks.

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

    Hi Samer, my name is Andrew and it's nice to meet you. I have to say that this tutorial is very informative, so thanks for posting it! I've been trying to use Magick with your tips, with some success. My problems arise when I am trying to render images in R Shiny apps, and resize them to fit the available space within a div, or some other container. I've tried searching everywhere, but with zero success. Do you have any experience with this, and if so, could I ask a few more in depth questions regarding the topic? If not, no worries, I'll continue searching. Thanks again for the video!

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

      Thanks Andrew! Unfortunately, I am not experienced with Shiny at the moment.

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

    Really kool!!! Cheers!!

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

    Great video. I have been trying for some time to do some spatial filtering to images. With Matlab, it is very easy, but I cannot get my head around to do it in R. Any idea?

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

      Thanks! I'm not sure about that, but I recommend you check out the magick package documentation for that.

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

    Nice tutorial! Also would be great to see how an image could be preprocessed to improve its quality for better ocr

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

      Great idea! I actually have a video on OCR coming out, so that will be something I touch on. Thank you!

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

    Great tutorial.

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

      Thank you for your feedback, Samrit!

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

    Please release the image merge video soon

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

    hi!
    I have an image and I want to remove its background and stay with the object, like you did with Shrek before reading it to RStudio. can this be done? if so, how?

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

      Hi there! So for the image I used, it already had a transparent background. However, you can remove the background using an image editing software. Photoshop is the best I can think of, but I am sure there are free/cheaper alternatives that can accomplish the same task

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

      @@SamerHijjazi I was hoping there's a way to do it in R/python, not through other editing software

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

      @@shicoh not sure about R, but there may be some options in Python. I would suggest you explore it! Opencv library may be of help

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

      @@SamerHijjazi thank you!!