Liking cljdoc? Tell your friends :D

carocad.frechet.shared


bound-zeroclj

(bound-zero mtx)

compute the get-bounds of a matrix (mtx) taking into account that mget is zero indexed

compute the get-bounds of a matrix (mtx) taking into account that mget is
zero indexed
sourceraw docstring

compute-CA!clj

(compute-CA! CA p2p-dist i-start j-start i-end j-end)

mutates CA between the boundaries specified by i,j to calculate the link distance

mutates CA between the boundaries specified by i,j to calculate the link
distance
sourceraw docstring

find-sequenceclj

(find-sequence CA)
(find-sequence CA [i-start j-start i-end j-end])

Given a link-distance matrix CA find 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 matrix CA find 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.
sourceraw docstring

(link-matrix p2p-dist)
(link-matrix p2p-dist limits)

calculate the link distance among all possible discrete parametrization of the curves P and Q using dist-fn. The discrete frechet distance is returned along the coupling sequence.

calculate the link distance among all possible discrete parametrization
of the curves P and Q using dist-fn. The discrete frechet distance is
returned along the coupling sequence.
sourceraw docstring

point-distanceclj

(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
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close