How to Apply Image Filters in OpenCV with Python // OpenCV and Python Tutorial #8

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

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

  • @DrBDIY
    @DrBDIY 6 ปีที่แล้ว +3

    Great opencv tutorials - very organized and informative

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

    25K views still only ~200 likes?
    Damn people are lazy ...

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

    nice, thanx (^^,)

  • @arenmkhoyan
    @arenmkhoyan 6 ปีที่แล้ว +2

    please create chat application in django and (ajax or websocket)

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

    can you please upload a video on emotion recognition using facial expressions

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

    thank you so much fo your efforts ; does someone please know how can i contact the owner of this channel? i need to contact him as soon as possible

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

    Excellent !!!

  • @ridwanray
    @ridwanray 6 ปีที่แล้ว

    Thanks you a lot justin! pls what can i do the faces.py and faces-train.py files. both of them are not running on my system. i mean it is not giving a result. also what python version did you use in this tutorial??????????
    [ INFO:0] Initialize OpenCL runtime... :::this output is produced on the python shell on running faces-train.py
    while this is produced by faces.py
    OpenCV Error: Unspecified error (File can't be opened for reading!) in cv::face::FaceRecognizer::read, file C:\projects\opencv-python\opencv_contrib\modules\face\src\facerec.cpp, line 61
    Traceback (most recent call last):
    File "faces.py", line 11, in
    recognizer.read("trainner.yml")
    cv2.error: C:\projects\opencv-python\opencv_contrib\modules\face\src\facerec.cpp:61: error: (-2) File can't be opened for reading! in function cv::face::FaceRecognizer::read

    • @CodingEntrepreneurs
      @CodingEntrepreneurs  6 ปีที่แล้ว

      Check out our video on face identification for opencv!

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

    what is starting line ?it is not showing in video and where can i find the code?

  • @jdcrunchman999
    @jdcrunchman999 6 ปีที่แล้ว

    Is this how we can blur faces to protect anonymity of people in some video? Can you show us how to track the faces in a video, then blur these faces?

  • @RazaAshai
    @RazaAshai 6 ปีที่แล้ว

    I am trying to create a polygonal version of the apply_circle_focus_blur function so you can use an polygon for a feathered effect. I am currently going to just replace the cv2.circle with cv2.polylines(). Additional questions:
    1. Where are the 21s and the 11 coming from in the GaussianBlur()?
    2. Why do you do 255-mask in the alpha_blend call?
    3. Where is intensity being used in apply_circle_focus_blur?

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

    how to combine this filters, like layers, in one window?

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

    hi, how to apply filter using for loop ?

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

    where can I find this code on GitHub? can I get a link??

  • @eng.3sem565
    @eng.3sem565 2 ปีที่แล้ว

    Great.
    Is it possible to detect vien in opencv?

  • @ideluxer
    @ideluxer 6 ปีที่แล้ว

    Justin could we have an opencv MRZ-National ID- Driver License crop tutorial focused on mobile phones?

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

    can I use this opencv2 to unity rendering as a filter?

  • @slavkaryu
    @slavkaryu 6 ปีที่แล้ว +2

    When "try Django 2.0"?

    • @CodingEntrepreneurs
      @CodingEntrepreneurs  6 ปีที่แล้ว +3

      It's in development.... www.codingforentrepreneurs.com/projects/try-django-2-0/

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

    great tutorial, I got it!

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

    How to crop a part of the video?

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

    Great tutorial!. And how to make this program with GUI?.

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

      pyqt/pyside2 :)