mirror of
https://github.com/hpd840321/starRiverProperty.git
synced 2026-06-11 09:20:30 +08:00
Initial commit: reorganized source tree
- backend/: 13 Maven modules (cw-elevator-application, cloudwalk-cloud, intelligent-cwoscomponent, ninca-crk, etc.) - frontend/: 4 Vue projects (elevator-front, cwos-portal, alarm-front, front_acs) + decompiled + scripts - scripts/: build, test-env, tools (Docker Compose, service templates, API parity) - docs/: AGENTS.md, superpowers specs, architecture docs - .gitignore: standard Java/Maven exclusions Moved from legacy maven-*/ root layout to backend/ organized structure.
This commit is contained in:
+23
@@ -0,0 +1,23 @@
|
||||
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();
|
||||
}
|
||||
Reference in New Issue
Block a user