鲁棒性 Resources

Showing items tagged with "鲁棒性"

This image-based barcode recognition program specializes in EAN13 code detection, demonstrating strong robustness when the barcode background consists of solid colors. The implementation incorporates advanced image preprocessing techniques and pattern recognition algorithms.

MATLAB 228 views Tagged

Despite the extensive practical use of self-tuning controllers, their limitations are increasingly evident—particularly in systems with variable orders, time delays, and parameters. Consequently, developing controllers with robust performance is highly valuable for real-world applications. The generalized predictive control (GPC) self-tuning controller, proposed by Clark et al., is a parameter model-based predictive control algorithm. It employs a receding horizon optimization performance index and integrates system identification and self-tuning mechanisms to overcome inherent weaknesses, resulting in superior robustness. Key implementation aspects include online parameter estimation using recursive least squares (RLS) and predictive output computation via Diophantine equations.

MATLAB 249 views Tagged

MATLAB source code for geodesic active contour segmentation based on level set methodology, capable of extracting multiple object contours. Demonstrates strong robustness to noisy images while requiring substantial computational resources and extended processing time. Implementation includes edge-based evolution functions and curvature regularization terms.

MATLAB 221 views Tagged

Implementation of SVPWM-based PMSM simulation demonstrating reduced torque ripple, faster response, and improved robustness compared to conventional direct torque control methods. The simulation includes MATLAB/Simulink implementation with Clarke/Park transformations, sector identification, and voltage vector synthesis algorithms.

MATLAB 223 views Tagged

To improve the robustness of image encryption algorithms, we propose a novel adaptive image encryption technique. This algorithm partitions grayscale or color images of arbitrary sizes into 2×2 sub-blocks. Using pixel intensity values from the top-left sub-block and Chebyshev chaotic mapping, we construct a matrix matching the dimensions of the top-right sub-block for pixel value substitution. The encryption process follows a clockwise pattern until all sub-blocks including the top-left are processed. Implementation involves creating dynamic encryption keys through chaotic systems and applying pixel-level transformations using matrix operations, making the algorithm size-independent and suitable for both grayscale and color images with enhanced diffusion and confusion properties.

MATLAB 237 views Tagged

A robust video edge detection algorithm implemented in MATLAB for detecting edges in video sequences. This implementation demonstrates effective edge detection with good stability, using techniques like frame-by-frame processing and edge detection operators such as Sobel or Canny. The code structure and algorithm approach provide valuable learning references for video processing applications.

MATLAB 213 views Tagged