1. Install Precompiled TensorFlow Lite 2.18 on Raspberry Pi
  2. Install Precompiled Dlib on Raspberry Pi
  3. Install Precompiled libfacedetection on Raspberry Pi
  4. Install Precompiled OpenCV 4.11 on Raspberry Pi
  5. Install PHP 8.4 on Raspberry Pi
  6. Install Node.js 16 and npm on Raspberry Pi
  1. Install Precompiled TensorFlow Lite 2.18 on Raspberry Pi
  2. Install Precompiled Dlib on Raspberry Pi
  3. Install Precompiled libfacedetection on Raspberry Pi
  4. Install Precompiled OpenCV 4.11 on Raspberry Pi
  5. Install PHP 8.4 on Raspberry Pi
  6. Install Node.js 16 and npm on Raspberry Pi
Get Text Size using OpenCV

Get Text Size using OpenCV

OpenCV has various drawing functions to draw geometric shapes such as line, rectangle, circle and write text on images. The getTextSize function calculates and returns width and height of a...
Draw Marker on Image using OpenCV

Draw Marker on Image using OpenCV

OpenCV provides various functions for drawing geometric shapes such as line, rectangle, circle, etc. The drawMarker function draws marker on an image by predefined x and y coordinates, marker type...