Handbook
Glossary
image-locs ( image-grid -- loc-grid )
Vocabulary
opengl
.
textures
.
private
Inputs
image-grid
an
object
Outputs
loc-grid
an
object
Definition
USING:
images
kernel
math.statistics
sequences
;
IN:
opengl.textures.private
:
image-locs
( image-grid -- loc-grid )
[
first
[
image-dim
first
]
map
]
[
[
first
image-dim
second
]
map
]
bi
[
cum-sum0
]
bi@
cartesian-product
flip
;