ORB Feature Detection in Python OpenCV

By Aayush Dubey

Hello Everyone! In this tutorial, we will see what is ORB feature detector and how can we implement it in Python. ORB stands for Oriented FAST and rotated BRIEF. In 2011, Opencv la.... Read More

C++ program to find nth ugly number

By Shubham Loya

Today, in this tutorial, we are going to see how we can get the value of the nth ugly number in C++. Ugly numbers are the numbers which haveĀ  2,3 or 5 as their only prime factors .... Read More

Sorting ugly numbers in an array at their relative positions in C++

By Shubham Loya

Today, in this tutorial, we will get to know how to sort the ugly number present in an array of many numbers and some of which aren’t even ugly numbers, in C++. Ugly numbers .... Read More

Network Intrusion detection System using Machine Learning

By Aumkar M Gadekar

Machine learning is one of the fastest-growing domains in technology and is finding applications in numerous fields. The ability to look for patterns in data using ML-techniques ha.... Read More

Java Clock.withZone() method with examples

By Prathamesh Ballal

In this tutorial, we will learn about the Clock.withZone() method in Java with example. To use this method we have to import java.time package. The java.time.Clock.withZone() metho.... Read More

C++ Program to Encrypt and Decrypt a String

By Vivek Kumar Jaiswal

Hello everyone! Let’s discuss the string encryption and decryption and implement it in C++. Encrypting a string basically means changing it from one form to another i.e plain.... Read More

Wine Quality Prediction using Machine Learning in Python

By Yash Gandhi

Prediction for the quality of any product is an interesting matter to know about the product in detail and everyone interested to know more about the product quality and their cont.... Read More

How to change the format of date in Python

By Raghu Vuta

In this tutorial, we will see how we can change the format of data in Python in cool and easy ways. I know you are here because you are stuck up with a problem to change the format.... Read More

Related Posts