Compiled from "OpenCvUtils.java"
public class cn.cloudwalk.service.organization.common.OpenCvUtils implements org.springframework.boot.CommandLineRunner {
  private org.slf4j.Logger logger;
  private java.lang.Integer compressWidth;
  private boolean init;
  public cn.cloudwalk.service.organization.common.OpenCvUtils();
  public void run(java.lang.String...) throws java.lang.Exception;
  private cn.cloudwalk.data.organization.dto.ImageInfoDto getGraphicsCompressBytes(byte[]);
  public cn.cloudwalk.data.organization.dto.ImageInfoDto getGraphicsCompressBase64(java.lang.String);
  public cn.cloudwalk.data.organization.dto.ImageInfoDto cropAndCompressImgBase64(java.lang.String, int, int, int, int);
  public java.lang.String cropImgBase64(java.lang.String, int, int, int, int);
  public java.io.InputStream resizeImageInputStream(java.io.InputStream, int, int) throws java.io.IOException;
  public java.lang.String resizeImageBase64(java.lang.String, int, int);
  public byte[] resizeImageBytes(byte[]);
  public byte[] resizeImageBytes(byte[], int, int);
  private org.opencv.core.Mat byteArrayImage2Mat(byte[]);
  private byte[] encodeMat(org.opencv.core.Mat, java.lang.String);
  private org.opencv.core.Mat resizeImage(org.opencv.core.Mat, int, int);
  private org.opencv.core.Mat subImageXY(org.opencv.core.Mat, int, int, int, int);
  public static org.opencv.core.Mat rotate(org.opencv.core.Mat, double);
  public byte[] rotateImageBytes(byte[], double);
  private void lambda$run$0();
}
