求解 Resources

Showing items tagged with "求解"

A MATLAB toolbox for convex optimization that enables rapid solving of convex optimization problems with excellent performance, featuring efficient algorithms and practical implementation examples.

MATLAB 252 views Tagged

Conjugate Gradient Method for unconstrained optimization - this implementation requires knowledge of both the objective function and its gradient to solve optimization problems efficiently. The algorithm is particularly suitable for large-scale problems due to its iterative nature and memory efficiency.

MATLAB 230 views Tagged

Main Function for Homography Matrix Calculation in Pinhole Camera Model - Testing the algorithm for homography matrix computation. The program workflow involves: 1) Loading two input images, 2) Reading four pairs of corresponding points, 3) Calling CalcH function to compute the homography matrix, 4) Selecting a point interactively using mouse in the first image, 5) Calling WarpH function to compute the corresponding point in the second image through homography transformation, 6) Displaying the final results with visualization.

MATLAB 209 views Tagged