KA
~/contributors/akhilesh

K Akhilesh Saiju

Articles originally published by K Akhilesh Saiju on TechKnowHow Club.

Contributor
Published work

3 articles

01
~/programming

Object detection using OpenCV

In one of my previous articles, I elaborated on using OpenCV with python to switch on a user’s webcam, and to display the live feed. As a fun-ish Python project, I also created a GUI to pick out a spot in the feed and display its colour…

Featured image for article on using OpenCV for face recognition
02
~/php

Server-Side scripting with XAMPP

XAMPP is an open-source web server distribution which has become the de facto package used while handling PHP files. XAMPP stands for (X) Cross-platform Operating System, Apache, MySQL, PHP and Perl. Installing and setting up XAMPP The…

Featured image containing logos for PHP, MySQL and XAMPP
03
~/programming

Integrating OpenCV with a Tkinter GUI in Python

OpenCV is a pretty handy tool while working with image processing and computer vision. It’s a large open-source library which can be accessed in a variety of programming languages, including Python. It has also been used for video analy…

Integrating OpenCV with a Tkinter GUI in Python