Image programming based on Opencv in Ubuntu system

1, Introduction to OpenCV OpenCV is a cross platform computer vision and machine learning software library based on BSD license (open source), which can run on Linux, Windows, Android and Mac OS operating systems. [1] It is lightweight and efficient - it is composed of a series of C functions and a small number of C + + classes. At the sam ...

Posted by crawfd on Sun, 24 Oct 2021 12:20:01 -0700

Judge ROS version number - Ubuntu 20.04 install ROS_noetic - modify mirror source

Judge ROS version number The robot uses raspberry pie, stm32 and ros. First, configure the network, plug the sd card on the robot into the raspberry pie development board, and then configure the connected hotspot. Next, plug the sd card back into the raspberry pie on the robot, turn on the hotspot, and the robot will automatically connec ...

Posted by sig on Sun, 24 Oct 2021 01:59:08 -0700

ROS communication programming in Ubuntu 16.04

Basic knowledge learning 🌟 The difference between topic and service -topic of conversationserviceSynchronizationasynchronoussynchronizationcommunication model Publish / subscribeServer / clientUnderlying protocolROSTCP/ROSUDPROSTCP/ROSUDPfeedback mechanismnothinghavebufferhavenothingReal timeweakstrongNode relationshipMany to manyOne to ...

Posted by Lv-Kris on Sat, 23 Oct 2021 02:04:06 -0700

Docker deployment process of python

The process of deploying python using Docker: 1. The Docker hub pulls the python image.2. Create a container and add third-party libraries required for the project in the container3. Make the container in step 2 as a mirror4. Use images for intranet environments. 1. Pull the python basic image: xiaoyuanzi@xiaoyuanzi-virtual-machine:~$ do ...

Posted by plastik77 on Mon, 18 Oct 2021 20:04:09 -0700

Configure logrotate of rolling log under Linux

Log is a good thing to locate historical problems, but there are too many records, do not scroll, and do not remove the old total disk burst. If the logs are output by the log framework, such as Log4j or Logback, you can scroll the logs and delete the old archived log files by selecting an Appender with scrolling feature. However, there are log ...

Posted by backie on Mon, 18 Oct 2021 17:47:41 -0700

KVM deployment of KVM virtualization solution series (2-3)

2.2. Install Ubuntu operating system on the host computer In this article, the host computer uses VMware Workstation virtual machine to install Ubuntu operating system. The installation file of the operating system is ubuntu-20.04.3-desktop-amd64. 2.2.1.Ubuntu system installation The first step is to create an Ubuntu image storage folder and ...

Posted by cairesdesigns on Sun, 17 Oct 2021 18:30:08 -0700

Ubuntu 18.04 slam LEGO_ Problems related to loam stepping pit and ouster 132 line radar

     In May, the tutor gave the research direction to laser slam. At that time, he began to operate the construction of relevant systems and the reproduction of codes. It took a lot of time due to the epidemic and flood. Now the school has been open for more than a month, and the preparatory work has been preliminarily comp ...

Posted by Soldier Jane on Fri, 15 Oct 2021 21:25:42 -0700

Sudo apt get install reports an error software properties common: dependencies: Python 3: any (> = 3.3.2-2 ~)

1. Problem description If you want to use the command sudo add apt repository PPA: openjdk-r / PPA, but you are prompted that there is no add apt repository command, install itThe add apt repository command is part of the software properties common package, so it is OK to install this package.But once reported an error...> sudo apt-get inst ...

Posted by tron00 on Thu, 14 Oct 2021 22:04:22 -0700

MMdetection environment configuration and installation

First, in order to avoid subsequent trouble, try to configure according to the official reference configuration. (Ubuntu18.04+CUDA10.1) 1, Preparatory work 1. View CUDA version command: nvcc -V (this command views the Runtime API. When NVIDIA SMI views the Driver API, it doesn't matter. The two API versions can be different) My Ubuntu has in ...

Posted by WindChill on Tue, 12 Oct 2021 15:17:00 -0700

(Beginner's introduction) "after learning opencv, mom won't worry that you won't be able to program images!" ~ learning and application of OpenCV image library programming

Practice compiling and installing the famous C/C + + image processing open source software library Opencv3.x under the Ubuntu 16 / 18 system. Preface (installation steps of opencv) Reference article: https://blog.csdn.net/forever_008/article/details/103625637 According to step by step, problems can be solved by Baidu Tip: opencv has ...

Posted by OriginalBoy on Mon, 11 Oct 2021 19:34:48 -0700