[3D path planning] particle swarm optimization algorithm UAV 3D path planning [matlab phase 1260]

1, Introduction to UAV 0 Introduction With the development of modern technology, there are more and more types of aircraft, and their applications are becoming more and more specific and perfect, such as Dajiang PS-X625 UAV specially used for plant protection, Baoji Xingyi aviation technology X8 UAV used for street view shooting and monitoring ...

Posted by mdell on Thu, 16 Dec 2021 14:54:48 +0100

Introduction to optimization algorithm 02: gray wolf optimization algorithm - with code

catalogue 1. Algorithm Introduction 2. Algorithm model 3. Implementation steps 4. Realize GWO algorithm with matlab code 4.1 main.m 4.2 operation results 1. Algorithm Introduction Grey Wolf Optimizer (GWO) was proposed by Mirjalili in 2014. GWO algorithm is a new swarm intelligence optimization algorithm derived from simulating the s ...

Posted by dave_c00 on Thu, 16 Dec 2021 12:59:02 +0100

[optimization prediction] differential evolution improved gray wolf algorithm optimizes SVR prediction [matlab phase 1283]

1, Introduction to differential evolution algorithm 1 Preface Under the action of heredity, selection and variation, the survival of the fittest in nature continues to evolve and develop from low-level to high-level. It is noted that the evolutionary law of survival of the fittest can be modeled to form some optimization algorithms; Evolution ...

Posted by richei on Thu, 16 Dec 2021 06:31:57 +0100

[image processing] GUI based image morphological processing [Matlab 1287]

1, Introduction to morphology 1 Overview 1.1 basic idea The corresponding shape in the image is measured and extracted by the structural elements with a certain shape, so as to achieve the purpose of image analysis and recognition 1.2 basic operation Expansion, corrosion, opening and closing operation 1.3 fundamentals of Mathematics set theo ...

Posted by apsomum on Thu, 16 Dec 2021 06:20:25 +0100

Smart car competition technical report | smart car vision - Shanghai University - cat ear Mahua

Introduction: The intelligent vehicle system designed in this paper takes NXP RT1064 microcontroller as the core control unit, and detects the track information through the camera in front of the vehicle body; The real-time speed of the model vehicle is detected by the gear encoder, the speed of the left and right motors is adjusted by the ...

Posted by Hi I Am Timbo on Tue, 14 Dec 2021 21:54:30 +0100

[optimization solution] butterfly algorithm based on Cauchy mutation and adaptive weight optimization to solve single objective optimization problems matlab code

1 Introduction Aiming at the problems of low convergence accuracy and easy to fall into local optimal solution of basic Butterfly Optimization Algorithm (BOA), Cauchy variation and adaptive Weight Butterfly Optimization Algorithm (CWBOA) is proposed. The local search ability of butterfly algorithm is improved by introducing Cauchy distribution ...

Posted by calbolino on Tue, 30 Nov 2021 16:54:56 +0100

servlet+idea+http+tomcat learning notes 02

How to redirect Common redirection methods include 301 redirect, 302 redirect and meta fresh. 301 redirect 301 stands for permanently moved. 301 redirection is the best way to change the address of a web page and be friendly to the search engine. It is recommended to use 301 for address transfer as long as it is not temporarily moved. 302 r ...

Posted by alimadzi on Sun, 28 Nov 2021 19:23:06 +0100

[image registration] image registration based on matlab Harris+SIFT [including Matlab source code phase 1532]

1, Introduction to SIFT registration SIFT, scale invariant feature transformation, is a description used in the field of image processing. This description has scale invariance and can detect key points in the image. It is a local feature descriptor. 1. SIFT algorithm features: (1) It has good stability and invariance, can adapt to the changes ...

Posted by micksworld on Sun, 28 Nov 2021 04:38:33 +0100

Experiment 4 design and implementation of neural network algorithm for handwritten digit recognition

1, Experimental purpose By learning BP neural network technology, handwritten digits are recognized, and the recognition rate is improved by structure based recognition method and template matching method. 2, Experimental equipment PC      matlab software 3, Experimental content According to the BP neural network design ...

Posted by mallard on Tue, 23 Nov 2021 06:39:00 +0100

Crawler learning: urllib tutorial

1, Preface framework I haven't wanted to teach you urlib before. I think a lot. I still need to make up this tutorial. Let's learn about urlib, the ancestor of the reptile. No matter what module you have, it originates from this module. The urlib library has several modules, as follows: request: module for requesting web addresserror: ex ...

Posted by Lord Brar on Mon, 22 Nov 2021 20:40:23 +0100