Curvature Estimation
% This function calculates the curvature of a 2D line.
% Reference:S. Hermann and R. Klette. Multigrid analysis of curvature estimators. Proc.
% Image Vision Computing New Zealand, 108–112, 2003.
% by Jianfei Pang
% k = CurvatureEstimation(list,b,f)
%
% inputs,
% list : A M x 2 list of line points.
% fn: The number of forward points that were chosen to calcute.
% bn: The number of backward points that were chosen to calcute.
%
% outputs,
% Ei : M x 1 Curvature values
% thetai:M x 1 angle values
% Example
% [Ei,ti]=CurvatureEstimation(test,4,4);
Cite As
pang jianfei (2026). Curvature Estimation (https://www.mathworks.com/matlabcentral/fileexchange/40920-curvature-estimation), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
Tags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0.0 |
