Class JsonMatOfDouble

java.lang.Object
org.photonvision.vision.calibration.JsonMatOfDouble
All Implemented Interfaces:
Releasable

public class JsonMatOfDouble extends Object implements Releasable
JSON-serializable image. Data is stored as a raw JSON array.
  • Field Details

    • rows

      public final int rows
    • cols

      public final int cols
    • type

      public final int type
    • data

      public final double[] data
  • Constructor Details

    • JsonMatOfDouble

      public JsonMatOfDouble(int rows, int cols, double[] data)
    • JsonMatOfDouble

      public JsonMatOfDouble(int rows, int cols, int type, double[] data)
  • Method Details