• Home
  • About
  • Courses
  • Old Miscellaneous Projects
Subscribe

Opencv

A series of short lessons/posts on AI and Python OpenCV.

Opencv

I want to learn OpenCV and AI

I have taken a crash course in Python, and I have now found an interest in Artificial Intelligence. And this is how I am going to start.

1 min read August 03, 2021
Opencv

OpenCV UPDATE + ROI

Hey, welcome back to another OpenCV update. Today I will be talking about two seperate things, that I have combined in one post.

2 min read September 03, 2021
Opencv

OpenCV ROI Update

I quick update; I got the ROI (non-grayscaled) to move around the frame. Here is the code, I highly suggest you run it yourself: import cv2 print(cv2.__version__) width=640 height=360 snipW=120 snipH=60 boxCR=int(height/2) boxCC=int(width/2)

1 min read September 18, 2021
Opencv

OpenCV MouseCLick

Hello, in this post I wanted to share how to utilize mouse clicks in OpenCV. We will be writing our own functions to implement this: import cv2 print(cv2.__version__) evt=0 def mouseClick(event,xPos,yPos,flags,params): global evt

1 min read September 25, 2021
Opencv

OpenCV Trackbars

Welcome back, in this lesson I wanted to show you how to use TrackBars in OpenCV. OpenCV provides functions to use trackbars, the only thing we need to do is to pass a

1 min read October 22, 2021
Opencv

OpenCV Color Finder

Welcome back; here I want to quickly show a short script that will output the color at a given pixel. Interesting? Here is the script I am talking about: import cv2 import numpy

1 min read October 31, 2021
Burak Ayyorgun © 2025
Latest Posts Facebook Twitter Ghost
Burak Ayyorgun

Subscribe to Burak Ayyorgun

Stay up to date! Get all the latest & greatest posts delivered straight to your inbox

-->