变化的点 Resources

Showing items tagged with "变化的点"

The most intuitive explanation of Harris corner detection is: points that exhibit significant changes in any two mutually perpendicular directions. This algorithm was originally proposed by Harris in the paper "A combined corner and edge detector." Implementation-wise, it calculates the gradient covariance matrix and uses the corner response function to identify key points.

MATLAB 239 views Tagged