Liking cljdoc? Tell your friends :D

carocad.frechet.shared

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!
raw docstring

boundsclj/s

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

columnclj/s

(column array-2D j)
source

find-sequenceclj/s

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

get2Dclj/s

(get2D array2D [i j])
source

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

point-distanceclj/s

(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

rowclj/s

(row array-2D i)
source

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

× close