opencv

Robotic arm hand-eye calibration hand-eye matrix eye-in-hand principle, practice and code

1.Hand-eye calibration so-calledhand-eye system, that is, when the human eye sees something and wants the hand to grab it, the brain needs to know the coordinate relationship between the eye and the hand. The camera knows the pixel coordinates, and the robot knows the spatial coordinate system, so hand-eye calibration is to obtain the coordinate transformation relationship between the pixel coordi... »

Python Graduation Design-[Classroom Face Sign-in System] With Source Code Courseware/Python Practice Project/Python Graduation Project

Python Graduation Design-[Classroom Face Sign-in System] With Source Code Courseware/Free Prostitution Allowed Article directory Python Graduation Design-[Classroom Face Sign-in System] With Source Code Courseware/Free Prostitution Allowedintroduction1. Problems to be solved by this topic2. System technology stack3. Development tools4. Database design4. System roles and functions6. File code and s... »

Gesture recognition of OpenCV+Tensorflow

1. Effect display This time, only the following 4 gestures have been selected and recorded. Of course, you can choose to add gestures by yourself.                                                       2. Project implementation principle First, detect our hands through opencv‘s hand detector, then enter the hand information you want to detect, use Tensorflow training to obtain the pre-trainin... »

Python batch changes image names

Table of contents: Preface1. Quick name change that comes with the system1. Open the corresponding image file2. Select all and right-click to rename.3. Input: Cat 2. Use Python to change the name as required1. The code is as follows:2. The results are as follows 3. Modify the original picture1. The code is as follows:2. The results are as follows3. Key code: split() SummarizeDon’t forget to be rom... »

Super practical example of Android App development | OpenCV implements adding text to images on Android mobile phones

OpenCV is a cross-platform computer vision library released under the BSD license (open source). It can run on operating systems such as Linux, Windows, Android and Mac OS. OpenCV was originally composed of a series of C functions and a small number of C++ classes. It also provides interfaces in other languages ​​such as Python. It implements many general algorithms in image processing and compute... »

OpenCV——Canny edge detection (cv2.Canny())

Canny edge detection Canny edge detection is a method of detecting edges using a multi-level edge detection algorithm. In 1986, John F. Canny publishedThe famous paper A Computational Approach to Edge Detection is presented, which details how to perform edge detection.detection. Canny() edge detection step Canny edge detection is divided into the following steps:Step 1: Denoise. Noise will affect ... »

Computer Vision-OpenCV Introduction

🎉About the Author:Currently studying computer science as a graduate student, currently in my second year. The main research direction is artificial intelligence and swarm intelligence algorithms. Currently familiar with python web crawlers, machine learning, computer vision (OpenCV), and swarm intelligence algorithms, and currently learning about deep learning. 📃Homepage:Cat-eating fish python per... »

Ubuntu 20.04 configures ORB-SLAM2 and ORB-SLAM3 operating environment + ROS real-time running ORB-SLAM2 + Gazebo simulation running ORB-SLAM2 + installation of various related libraries

Article directory 1. Change source2. Install third-party libraries2.1 Install necessary dependencies2.2 Install Pangolin2.3 Install OpenCV32.4 Install OpenCV4 at the same time2.5 Install Eigen3 3. Install ORB-SLAM24. Install ORB-SLAM35. Install ROS6. ROS installation camera7. ROS runs ORB-SLAM2 in real time7.1 Camera calibration7.2 Compile ORB_SLAM2 ROS example7.3 Run ORB-SLAM2 in real time 8. Gaz... »

ImportError: DLL load failed while importing cv2: The specified module could not be found. (solution)

When running the python program on pycharm, I encountered the error shown in the figure below:ImportError: DLL load failed while importing cv2: The specified module could not be found. This problem occurs because opencv-python and opencv-contrib-python are not imported.The following three methods can be imported:These three methods are also applicable to other No module named ‘numpy’, ... »

Python Computer Vision (12) – Image Segmentation with OpenCV

I will share with you some reference articles and papers——The link is posted in the original text. I have uploaded the paper to the resources. You can download and study for free., if the paper cannot be found in the resource area that day, then wait, it may be under review, and you can download it after the review is completed. Let’s learn together and make progress together! come on! ! Table of ... »

Page 1 of 26123»