NVIDIA Jetson OpenCV Development Practical Tutorial (Part 2)

NVIDIA Jetson OpenCV Development Practical Tutorial (Part 2)

This series was recorded by NVIDIA from 2015 to 2016, but for beginners of NVIDIA Jetson, learning OpenCV development is still very meaningful. A total of 9 lessons. NVIDIA Jetson OpenCV Development Practical Tutorial (Part 1) NVIDIA Jetson OpenCV Development Practical Tutorial (Part 2) 07 Lesson Seven Using a cascade classifier to detect objects in … Read more

Integration of NVIDIA® Jetson™ Systems in Industrial Networks

Integration of NVIDIA® Jetson™ Systems in Industrial Networks

This article is from: Source: https://medium.com/@stephen.gardner.ag/integration-of-nvidia-jetson-systems-in-industrial-networks-abb8a17f1745 When industrial networks utilize NVIDIA®’s Jetson™ Xavier system, it opens up a world of machine learning applications. Xavier is based on the successful Tegra system, which is the most powerful system in the NVIDIA® Jetson™ series. The performance of Xavier’s 8-core ARM processor is comparable to many systems, and … Read more

Installing Development Environment for NVIDIA Jetson Orin

Installing Development Environment for NVIDIA Jetson Orin

The previous article has configured the Jetson Orin development kit with the Ubuntu 20.04 L4T (Linux for Tegra) desktop operating system, but the following required development resources have not been installed: CUDA Toolkit; cuDNN Neural Network Acceleration Library: TensorRT Inference Acceleration Engine; OpenCV Computer Vision Library; VPI Vision Programming Interface; DeepStream Intelligent Analysis Tool; In … Read more

A Small Tip on CMake and QT Development Environment

A Small Tip on CMake and QT Development Environment

OpenCV Version: 4.2.0 OpenCV-Contrib Version: 4.2.0 CMake Version: 3.20.0 When developing image algorithms with OpenCV, being able to display the pixel where the mouse falls on the image can greatly improve development efficiency. I searched this issue and found that most bloggers use callback functions to solve it, which not only adds extra complexity but … Read more

Summary of the 150 Most Used Linux Commands

Summary of the 150 Most Used Linux Commands

Click on 'Little White Learns Vision' above, choose to add "Starred" or "Top"<br/>Important content delivered to you first<br/> As a beginner learning Linux, what should you do if you can’t remember commands, can’t classify them, and can’t filter the key points? Don’t worry, experts have compiled and organized a list of the 150 most commonly … Read more

Comprehensive Guide to Common Linux Commands

Comprehensive Guide to Common Linux Commands

Click the "Little White Learns Vision" above, select "Star" or "Top" Heavy content, delivered to you in real time Editor’s Recommendation Linux commands are the commands used to manage the Linux system. For the Linux system, whether it is the central processing unit, memory, disk drives, keyboard, mouse, or users, everything is a file. The … Read more

Raspberry Pi | Capture Video and Display in Real Time

Raspberry Pi | Capture Video and Display in Real Time

Click the above “Mechanical Electronic Engineering Technology” to follow us My requirements: Raspberry Pi 3B+, operating system Raspbian-stretch, OpenCV installed on python3.5.3, connected to CSI camera. 1. Use SSH to connect to Raspberry Pi remotely 2. Create a directory to store the code mkdir /home/pi/my_code_directory 3. Enter the directory to store the code cd /home/pi/my_code_directory … Read more

Embedded AI: Practical Image Processing with OpenCV

Embedded AI: Practical Image Processing with OpenCV

Embedded AI: Practical Image Processing with OpenCV Speaker Introduction Lu Ming AI Product Architecture Expert at OPEN AI LAB Graduated with a master’s degree from Shanghai Jiao Tong University, specializing in image processing. Previously worked at a leading global telecommunications equipment manufacturer, responsible for integrated circuit design and software development for communication systems. Afterward, he … Read more

Implementing Object Detection with Yolov5 on Raspberry Pi

Implementing Object Detection with Yolov5 on Raspberry Pi

Click on the "Xiaobai Learns Vision" above, and choose to add "Star" or "Top" Heavyweight content delivered to you in real-time 1. Task Description Implement object recognition using machine vision, with the Raspberry Pi as the main controller, issuing different commands to the lower machine based on different recognition results to control the operation of … Read more

Research and Implementation of Real-time Stitching Technology of Panoramic Video

Research and Implementation of Real-time Stitching Technology of Panoramic Video

Table of Contents | 2023 Issue 2 Special Topic: Key Technologies of 6G and Their Applications Intelligent 6G: Edge Deployment and Lightweight Networking Online Path Planning Method for Cellular Connected Drones Based on Map Reconstruction Two-dimensional Fast Direction Finding Algorithm for Millimeter-wave Large-scale Polarization-sensitive Arrays Identification of Specific Radiation Sources Based on Signal Feature Knowledge … Read more