相互垂直的方向 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