fun.imagej.img.cursor

add

(add cur1 cur2)
Add 2 cursors together.

add!

copy

(copy cur1 cur2)
Copy one cursor to another.

copy!

copy-real

(copy-real cur1 cur2)
Copy one cursor to another.

copy-real!

dec

(dec cur)
Decrement the value at a cursor.

dec!

div

(div cur1 cur2)
Divide one cursor by another.

div!

get-val

(get-val cur)
Get the value of a numeric cursor.

inc

(inc cur)
Increment the value at a cursor.

inc!

mul

(mul cur1 cur2)
Multiply 2 cursors together.

mul!

set-byte-val

(set-byte-val cur val)
Get the value of a numeric cursor.

set-byte-val!

set-one

(set-one cur)
Set a cursor's value to one.

set-one!

set-val

(set-val cur val)
Get the value of a numeric cursor.

set-val!

set-zero

(set-zero cur)
Set a cursor's value to zero.

set-zero!

sub

(sub cur1 cur2)
Subtract 2 cursors together.

sub!

sum-neighborhood

(sum-neighborhood nbrhood)
Sum a neighborhood