Skip to content
Alexandra Papoutsaki edited this page Jun 11, 2020 · 2 revisions
  • Eye()
    • patch
    • imagex
    • imagey
    • width
    • height
  • DataWindow()
    • push(entry)
    • get(ind)
    • getTrueIndex(ind)
    • addAll
  • grayscale(imageData, imageWidth, imageHeight)
  • equalizeHistogram(grayscaleImageSrc, step, destinationImage)
  • correlation(data1, data2)
  • resizeEye(eye, resizeWidth, resizeHeight)
  • bound()
  • debugBoxWrite(para, stats)
  • DebugBox(interval)
    • set(key, value)
    • inc(key, incBy, init)
    • addButton(name, func)
    • show(name, func)
  • KalmanFilter(F, Q, H, R, P_initial, X_initial)
    • param F State transition matrix
    • param Q Process noise matrix
    • param H Transformation matrix
    • param R Measurement Noise
    • param P_initial Initial covariance matrix
    • param X_initial Initial guess of measurement
    • update(z)
      • param z - the new measurement
Clone this wiki locally