面积 Resources

Showing items tagged with "面积"

This is a highly effective geometric feature extraction source code I discovered, which includes implementations for perimeter calculation, area computation, elongation measurement, and rectangularity assessment. The code has been thoroughly tested and proven to deliver reliable results.

MATLAB 197 views Tagged

This code calculates the number and area of rice grains in MATLAB's built-in sample image, ideal for beginners in image processing. The implementation demonstrates key techniques including image binarization, morphological operations, and region property analysis using functions like imbinarize, bwconncomp, and regionprops.

MATLAB 280 views Tagged

Implementation of edge extraction and linking for input images using MATLAB software, with comprehensive analysis including boundary length calculation, area measurement, moment computation, projection analysis, eccentricity of approximate circles, compactness evaluation, and Fourier descriptors for boundary characterization.

MATLAB 159 views Tagged

1. Generate Koch snowflake fractal by iteratively applying Koch curve transformation to each side of an equilateral triangle. Develop MATLAB programs to visualize the fractal, calculate its area, and compute its fractal dimension through recursive algorithms. 2. Design creative generator rules for novel fractal patterns using iterative graphical transformations. Implement computational methods to render these fractals and determine their dimensional properties, primarily using MATLAB's plotting and mathematical functions.

MATLAB 179 views Tagged