Common functions used by both frechet and partial frechet distance. Internal implementations; subject to breaking changes without warning!
Common functions used by both frechet and partial frechet distance. Internal implementations; subject to breaking changes without warning!
(bounds array-2d)
returns a vector of [min-i min-j max-i max-j] where i and j are the row and column indexes on the 2D array
returns a vector of [min-i min-j max-i max-j] where i and j are the row and column indexes on the 2D array
(find-sequence CA)
Given a link-distance 2D array (of doubles) CA finds the path enclosed by the limits i-start j-start i-end j-end that minimizes the distance between the two curves from which CA was created.
Given a link-distance 2D array (of doubles) CA finds the path enclosed by the limits i-start j-start i-end j-end that minimizes the distance between the two curves from which CA was created.
(link-matrix P Q dist-fn)
Given 2 curves P an Q compute the link distance between them using dist-fn. Returns a 2D array of doubles.
Given 2 curves P an Q compute the link distance between them using dist-fn. Returns a 2D array of doubles.
(point-distance P Q dist-fn)
computes the distance between all the possible point combinations of the two curves P and Q using the dist-fn
computes the distance between all the possible point combinations of the two curves P and Q using the dist-fn
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close