Object Detection from Images and Counting Objects in Python using OpenCV and CVLib
Often we try to detect objects from images. Here, in this tutorial, we will use cvlib to detect objects and then count the occurrences of these objects in an...
Often we try to detect objects from images. Here, in this tutorial, we will use cvlib to detect objects and then count the occurrences of these objects in an...
Researchers working on Computer Network or Cyber Security often need to analyze network traffics. In that case, they use Wireshark Packet Analyzer or any oth...
Camping in the state parks of USA is pretty cool. Here, in this post, I add my own item checklist and things-to-take for camping.
In this post we will take a look at the basic operations on cryptography (encryption and decryption) in python. We have an excellent module pycrypto that off...
A hash function is a one-way function that takes a string as a input and creates a fixed-length output (hash value of the corresponding input). Because it is...