Recent Posts

Critical Section in Operating System

2 minute read

We already know about Critical section of code from Process synchronization post. Critical section is a segment of code in which process changes common varia...

Mutex and Semaphores

less than 1 minute read

This is a tool for solving Critical Section Problem. It provides Mutual exclusion. This is a locking Mechanism, used to synchronize access to a resource. On...

Face detection in OpenCv

5 minute read

Image processing is a method to convert an image into digital form and perform some operations on it, in order to get an enhanced image or to extract some us...