Features

This page lists the plug-ins and functions included in APRON.

CORE APRON FUNCTIONS – Can be used without preceding “core.”

  • core.nop
  • core.load
  • core.add
  • core.mul
  • core.sub
  • core.div
  • core.jump
  • core.jumpif
  • core.jumpout
  • core.jumpoutif
  • core.call
  • core.callif
  • core.return
  • core.if
  • core.else
  • core.endif
  • core.end
  • core.plugin
  • core.mask.if
  • core.mask.on
  • core.mask.off
  • core.mask.and
  • core.mask.or
  • core.mask.not
  • core.sim.slider.get
  • core.sim.slider.set
  • core.sim.slider.add
  • core.sim.show
  • core.sim.display
  • core.sim.tile
  • core.shift.north
  • core.shift.south
  • core.shift.west
  • core.shift.east
  • core.rotate.north
  • core.rotate.south
  • core.rotate.east
  • core.rotate.west
  • core.pixel.set
  • core.pixel.get
  • core.pixel.find
  • core.res.getvar
  • core.res.setvar
  • core.res.getreg
  • core.res.setreg
  • core.res.match
  • core.reg.width
  • core.reg.height
  • core.reg.id
  • core.reg.setPalette
  • core.globalsum
  • core.abs
  • core.break
  • core.breakif
  • core.print
  • core.println

APRON PLUG-INS

  • apron.io
    • io.image.open
    • io.image.save
    • io.image.opencount
    • io.image.savecount
    • io.csv.open
    • io.csv.save
    • io.csv.opencount
    • io.csv.savecount
  • apron.gfx
    • gfx.source
    • gfx.dest
    • gfx.transfer.copy
    • gfx.transfer.multiply
    • gfx.transfer.add
    • gfx.scale.up
    • gfx.scale.down
    • gfx.draw.line
  • apron.math
    • math.sin
    • math.cos
    • math.tan
    • math.asin
    • math.acos
    • math.atan
    • math.sinh
    • math.cosh
    • math.tanh
    • math.ln
    • math.log
    • math.exp
    • math.sqrt
    • math.globmin
    • math.globmax
    • math.min
    • math.max
  • apron.filter
    • filter.create
    • filter.setElement
    • filter.do
    • filter.do3x3
    • filter.do5x5
    • filter.gauss.ani
    • filter.gauss.fast
    • filter.kernel.gabor
    • filter.fill5x5
    • filter.fill3x3
    • filter.stock3x3.edge
  • apron.stack
    • stack.reg.push
    • stack.reg.pop
    • stack.reg.clear
    • stack.var.push
    • stack.var.pop
    • stack.var.clear
  • apron.timer
    • timer.start
    • timer.stop
    • timer.frame
    • timer.fps
    • timer.elapsed
    • timer.quickfps.start
    • timer.quickfps.update
  • apron.webcam
    • webcam.init
    • webcam.capture.lum
    • webcam.capture.rgb
  • apron.random
    • random.int.rand
    • random.float.rand
    • random.int.gauss
    • random.float.gauss
    • random.int.white
    • random.float.white
  • apron.linkmap
    • linkmap.load
    • linkmap.connect.forward
    • linkmap.adapt.hebb
    • linkmap.explode
  • apron.ant
    • ant.lambda
    • ant.create.layer
    • ant.layer.linear
    • ant.layer.tanh
    • ant.layer.exp
    • ant.project.stimulus
    • ant.project.one2one.add
    • ant.project.one2one.mul
    • ant.project.diffuse.add
    • ant.project.diffuse.mul
    • ant.project.gaussian.add
    • ant.project.gaussian.mul
  • apron.pseye
    • pseye.create
    • pseye.start
    • pseye.stop
    • pseye.capture.lum
    • pseye.param.set
    • pseye.param.get
    • pseye.quick.init
  • apron.spike
    • spike.iz
    • spike.bundle.create
    • spike.bundle
    • spike.array

Leave a Reply