Class VectorUtil

java.lang.Object
cn.net.pap.common.opencv.VectorUtil

public class VectorUtil extends Object
向量
  • Constructor Details

    • VectorUtil

      public VectorUtil()
  • Method Details

    • convertImageToVector

      public static float[] convertImageToVector(String imagePath) throws Exception
      Throws:
      Exception
    • convertImageToVector

      public static float[] convertImageToVector(BufferedImage image)
      图像转向量表示
      Parameters:
      image -
      Returns: