Posts

New Post

Salp Swarm Algorithm || Step-By-Step || Bio-Inspired Optimizer || ~xRay ...

Image
Learn the Salp Swarm Algorithm step-by-step with examples. Video Chapters: Salp Swarm Algorithm (SSA)  00:00 Introduction 00:14 Topics Covered in this Video 00:53  Introduction to Salp Swarm Algorithm 03:56 SSA Working 05:17 SSA Mathematical Models 10:27 SSA Advantages  10:51 SSA Disadvantages 11:08 SSA Structure 11:38 SSA Applications 12:20 Real-Life Application using SSA 12:55 Optimizing Routing in Sensor Networks Using Salp Swarm Algorithm  18:15 Conclusion

What is the difference between local descriptors and global descriptors?

Image
Descriptors  rely on Gradient-based or intensity variation approaches to detect Local Features (e.g., Edges, Blobs, and Regions). BLOB = Binary Large Object (i.e., the region of the image). Descriptors such as HOG, SIFT, SURF (rely on local gradient computation). Binary Descriptors such as BRISK, ORB or FREAK (rely on local intensity differences) Global Descriptor –  Describe the whole image, Local Descriptor  – Describe the patch within the image. (The best example of the global descriptor is SIFT). LDP = Local Directional Pattern. Local Directional Pattern is a  descriptor  i.e., used for Face Recognition. How to Calculate Local Directional Pattern (LDP) Code?|Kirsch Compass Mask| https://youtu.be/dY0KarfWTV4
More posts