package SEM.bloom; import java.awt.Image; import java.awt.image.BufferedImage; import java.io.IOException; import java.util.HashMap; import java.util.List; import java.util.Map; import ME.APM.VSQ.App; //著作权人 + 作者 = 罗瑶光 public interface StaticFunctionMapI_VECS_C { public static Map annotationMap= new HashMap<>(); //SkinPathDoubleDetectTripFix2D_E{ public List doTestWithImageAPP(App app) throws IOException; public Double[] doFourJianPDErosion(int 腐蚀浓度,int 像素阀值,int 像素比精度, int 像素差精度, int pcaScale, int upcaScale, int icaScale, int ecaScale, BufferedImage bufferedImage) throws IOException; public Double[] doFourSuanPDErosion(int 腐蚀浓度,int 像素阀值,int 像素比精度, int 像素差精度, int pcaScale, int upcaScale, int icaScale, int ecaScale, BufferedImage bufferedImage) throws IOException; public Double[] doEightSuanPDErosion(int 腐蚀浓度,int 像素阀值,int 像素比精度, int 像素差精度, int pcaScale, int upcaScale, int icaScale, int ecaScale, BufferedImage bufferedImage) throws IOException; public Double[] doEightJianPDErosion(int 腐蚀浓度,int 像素阀值,int 像素比精度, int 像素差精度, int pcaScale, int upcaScale, int icaScale, int ecaScale, BufferedImage bufferedImage) throws IOException; public void doFirstPDErosionWithTop(double fourJian, double fourSuan, double eightJian , double eightSuan , int[][] scoreMatrix, int top, BufferedImage bufferedImage)throws IOException; public void doSecondPDErosionWithTop(double fourJian, double fourSuan , double eightJian, double eightSuan, int[][] scoreMatrix , int top, int times, BufferedImage bufferedImage)throws IOException; public void doThirdPDErosionWithTop(double fourJian, double fourSuan , double eightJian, double eightSuan, int[][] scoreMatrix , int top, int times, List output, BufferedImage bufferedImage)throws IOException; public void initDeciphring(String string, int type) throws NumberFormatException, IOException; //SkinPathDetectTrip_E{ public void doTestWithFilePath(String testImagePath) throws IOException; public List doTestWithImage(Image testImagePath) throws IOException; public void doTestWithBufferedImage(BufferedImage testImagePath) throws IOException; //SkinPathDoubleDetectTripFix2D public void staticMain(String[] string) throws IOException; //16进制带精度腐蚀肽展计算观测 public int[][] doPDERangePDI16(int[][] input, int 酸碱scale); //monitor.rp= new RangePDI().IPE_AOPM_VECS_IDUQ_TXH_AC(monitor.rp, monitor.facy); }