Lindevs
Programming tutorials, blogs & resources
Menu
  • Home ×
  • Tutorials
    • Programming Language
      • Python
      • PHP
      • Java
      • C
      • C++
      • JavaScript
    • Machine Learning
      • TensorFlow 2
      • PyTorch
    • Computer Vision
      • OpenCV
    • Embedded System
      • Raspberry Pi
      • Arduino
      • ESP8266
      • XIAO SAMD21
    • Home Automation
      • Tasmota
    • Mobile App Development
      • Android
      • Flutter
    • Game Development
      • Unity
    • Framework
      • Laravel
      • Symfony
    • Operating System
      • Linux
        • Ubuntu
      • Windows
    • Database
      • MySQL
    • DevOps
      • Command Line
      • Web Server
      • Grafana
      • Networking
      • Security
      • Containerization
  • Code Snippets
  • Electronics
    • Circuits
  • Questions
    • PHP
  • Contact
    • Sign In

Monthly Archives: July 2021

Convert Image from RGB to HSV Color Space using OpenCV

Convert Image from RGB to HSV Color Space using OpenCV

  • July 11, 2021 (April 2, 2023)
  • OpenCV
  • 0 Comments
  • 13944 Views
HSV is a color space that has three components: hue, saturation and value. When implementing object tracking based on color, images are often converted from RGB to HSV color space...
Save Image to Specified File using OpenCV

Save Image to Specified File using OpenCV

  • July 10, 2021 (November 2, 2022)
  • OpenCV
  • 0 Comments
  • 1015 Views
While working with image processing, we might need to save an intermediate image or final resulting image to a specified file. OpenCV provides the imwrite function that allows to save...

Get Last N Characters of String

  • July 9, 2021
  • Code Snippets
  • 0 Comments
  • 722 Views
While working with text processing we might need to get last N characters of a string. Programming languages provides various methods to do that. A table includes a links to...

Get First N Characters of String

  • July 8, 2021
  • Code Snippets
  • 0 Comments
  • 443 Views
While working with text processing we might need to get first N characters of a string. Programming languages provides various methods to do that. A table includes a links to...

Remove Last N Characters from String

  • July 7, 2021
  • Code Snippets
  • 0 Comments
  • 454 Views
While working with text processing we might need to remove last N characters from a string. Programming languages provides various methods to do that. A table includes a links to...

Remove First N Characters from String

  • July 6, 2021
  • Code Snippets
  • 0 Comments
  • 420 Views
While working with text processing we might need to remove first N characters from a string. Programming languages provides various methods to do that. A table includes a links to...
YOLOv4 Object Detection using OpenCV

YOLOv4 Object Detection using OpenCV

  • July 5, 2021
  • OpenCV
  • 2 Comments
  • 14187 Views
YOLO (You Only Look Once) is an object detection algorithm that allows to detect objects in an images in near real-time. YOLOv4 is 4th version of YOLO which introduced in...
Install Precompiled TensorFlow Lite 2.19 on Raspberry Pi

Install Precompiled TensorFlow Lite 2.19 on Raspberry Pi

  • July 4, 2021 (April 1, 2025)
  • Raspberry Pi
  • 20 Comments
  • 13635 Views
TensorFlow Lite is an open-source library that enables to run machine learning models and do inference on end devices, such as mobile or embedded devices. We cannot train a model...
Convert TensorFlow 2 Model to TensorFlow Lite Model

Convert TensorFlow 2 Model to TensorFlow Lite Model

  • July 3, 2021 (November 2, 2022)
  • TensorFlow 2
  • 0 Comments
  • 2266 Views
TensorFlow 2 provides the TFLiteConverter which allows converting a TensorFlow 2 model to TensorFlow Lite model. This model uses the .tflite file extension. TensorFlow Lite models can be executed using...

Ascii85 (Base85) Encode and Decode

  • July 2, 2021
  • Code Snippets
  • 0 Comments
  • 1102 Views
Ascii85, also called Base85, is an encoding and decoding scheme that is used to convert binary data to an printable ASCII text format, and vice versa. Ascii85 (Base85) uses 85...
  • «
  • 1
  • 2
  • 3
  • 4
  • »
Buy Me a Coffee

Recent Posts

  • Reinstall Packages using APT
  • Check APT Version on Linux
  • Simulate Packages Installation using APT
  • Install Packages Non-Interactively using APT
  • Skip Installing Recommended Packages using APT

Archives

  • June 2025
  • May 2025
  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • August 2024
  • July 2024
  • June 2024
  • May 2024
  • April 2024
  • March 2024
  • February 2024
  • January 2024
  • December 2023
  • November 2023
  • October 2023
  • September 2023
  • August 2023
  • July 2023
  • June 2023
  • May 2023
  • April 2023
  • March 2023
  • February 2023
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • July 2021
  • June 2021
  • May 2021
  • April 2021
  • March 2021
  • February 2021
  • January 2021
  • December 2020
  • November 2020
  • October 2020
  • September 2020
  • August 2020
  • July 2020
Copyright © 2020 - 2025 · lindevs.com · All Rights Reserved