Working with file system sometimes we need to find all files in directory and subdirectories. Programming languages provides various methods to do that. A table includes a links to posts...
Color quantization is the process that is used to reduce the number of colors in an image while preserving the visual appearance of the image. The objective is to reproduce...
Working with image processing sometimes we need to count number of unique colors in an image. Programming languages provides various methods to do that. A table includes a links to...
Netron is an open-source tool which allows visualizing neural network, deep learning and machine learning models. Netron allows analyzing model structure and ensure it matches your expected design. It supports...
YOLO (You Only Look Once) is an object detection algorithm that can be used to detect, classify, and track objects in near real-time. The first research paper about YOLO was...
Tesseract is an open-source optical text recognition (OCR) engine that allows to recognize the text in image. Tesseract supports more than 100 languages. Tesseract can be used with many programming...
Working with data sometimes we need to perform various operations. Programming languages provides methods to get random element from an array. A table includes a links to posts with examples...
Working with data sometimes we need to perform various operations. Programming languages provides methods to shuffle array elements. It randomizes the order of elements in an array. A table includes...
Working with data sometimes we need to perform various operations. Programming languages provides methods to remove first element from an array. A table includes a links to posts with examples...