mirror of
https://github.com/hpd840321/starRiverProperty.git
synced 2026-06-10 00:40:30 +08:00
7b2bd307f1
- 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.
32 lines
2.4 KiB
Diff
32 lines
2.4 KiB
Diff
--- "/media/zebra/9e8fa357-7db6-4d70-88ed-d5de5a059a663/\346\230\237\346\262\263\346\271\276\346\230\237\344\270\255\346\230\237/\346\272\220\347\240\201/maven-ninca-common-component-organization/tools/out/different-22-javap/deploy-OpenCvUtils.txt" 2026-05-06 14:09:42.020801990 +0800
|
|
+++ "/media/zebra/9e8fa357-7db6-4d70-88ed-d5de5a059a663/\346\230\237\346\262\263\346\271\276\346\230\237\344\270\255\346\230\237/\346\272\220\347\240\201/maven-ninca-common-component-organization/tools/out/different-22-javap/local-OpenCvUtils.txt" 2026-05-06 14:09:42.345802412 +0800
|
|
@@ -1,23 +1,10 @@
|
|
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 class cn.cloudwalk.service.organization.common.OpenCvUtils {
|
|
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 boolean isImage(java.lang.String);
|
|
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 cn.cloudwalk.data.organization.dto.ImageInfoDto getGraphicsCompressBase64(java.lang.String);
|
|
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();
|
|
+ public byte[] resizeImageBytes(byte[]);
|
|
+ public byte[] rotateImageBytes(byte[], int);
|
|
}
|