极坐标 Resources

Showing items tagged with "极坐标"

Plotting decibel graphs in polar coordinates. While MATLAB's polar function creates standard polar plots, it cannot directly handle decibel-scaled data. This function specifically generates polar coordinate plots with data expressed in decibel units, implementing proper logarithmic conversion and coordinate transformation.

MATLAB 349 views Tagged

This MATLAB code implements standard Hough Transform for detecting lines in binary images, demonstrating the working mechanism of this fundamental computer vision technique. The implementation uses polar coordinate representation and accumulator arrays to identify linear patterns.

MATLAB 204 views Tagged