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

How to Detect Masked Face from Digital Images using Viola Jones Algorithm.

Image
  How to Detect Masked Face from Digital Images using Viola Jones Algorithm.  Source Code : I = imread('4.jpg'); faceDetector = vision.CascadeObjectDetector; bboxes = step(faceDetector, I); IFaces = insertObjectAnnotation(I, 'rectangle', bboxes, 'Face'); figure imshow(IFaces), title('Detected faces'); Output: Video Link:  https://www.youtube.com/watch?v=bgnb8kLhoWs #faceDetection #imageProcessing #matlab
More posts