Curvature Estimation

This function calculates the curvature of a 2D line.
1.2K Downloads
Updated 25 Mar 2013

View License

% 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 (2024). Curvature Estimation (https://www.mathworks.com/matlabcentral/fileexchange/40920-curvature-estimation), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2012b
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0