Topic: Linear Algebra...help with Maple (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=31829" title="Pages that link to Topic: Linear Algebra...help with Maple (Page 1 of 1)" rel="nofollow" >Topic: Linear Algebra...help with Maple <span class="small">(Page 1 of 1)</span>\

 
SleepingWolf
Paranoid (IV) Inmate

From:
Insane since: Jul 2006

posted posted 05-23-2010 19:49

Trying to code an algorithm in Maple from this paper.
http://www.cs.cornell.edu/cv/ResearchPDF/PolygonSmoothingPaper.pdf

Keeps crashing or giving invalid input errors. From page 3.

quote:
1.2. Iteration: A First Try. There is no better way to develop an intuition
about repeated polygon averaging than to display graphically the progression from
one polygon to the next.
Algorithm 1
Input: Unit 2-norm n-vectors x(0) and y(0).
Display P0 = P(x(0), y(0)).
for k = 1, 2, . . .
% Compute Pk = P(x(k), y(k)) from Pk&#8722;1 = P(x(k&#8722;1), y(k&#8722;1))
x(k) = Mnx(k&#8722;1)
y(k) = Mny(k&#8722;1)
Display Pk.
end



Nature & Travel Photography
Main Entrance



Post Reply
 
Your User Name:
Your Password:
Login Options:
 
Your Text:
Loading...
Options:


« BackwardsOnwards »

Show Forum Drop Down Menu