算子 Resources

Showing items tagged with "算子"

Whale Optimization Algorithm (WOA) is a novel metaheuristic optimization technique designed for solving optimization problems. The algorithm employs three core operators to simulate humpback whales' predatory behaviors: encircling prey, bubble-net feeding, and hunting mechanisms. It is specifically tailored for single-objective optimization tasks. The copyright belongs to the original developers, to whom we extend our respect. Key implementations include mathematical modeling of whale movement patterns and position updates using logarithmic spiral equations.

MATLAB 278 views Tagged

This code implements the source program described in the paper "Saliency Detection via Graph-Based Manifold Ranking" by Chuan Yang, Lihe Zhang, Huchuan Lu, Ming-Hsuan Yang, and Xiang Ruan. Key feature: Implements Canny edge detection to compute binary edge maps using MATLAB's edge() function with specific threshold parameters.

MATLAB 224 views Tagged

A versatile edge detection function that implements Sobel, Prewitt, Roberts, Marr, and Canny operators through parameter configuration, featuring gradient-based and zero-crossing algorithms for comprehensive edge extraction.

MATLAB 268 views Tagged