Class AssociateThreeViewUtil

java.lang.Object
cn.net.pap.common.boofcv.AssociateThreeViewUtil

public class AssociateThreeViewUtil extends Object
图像拼接,相似点 仿照 https://github.com/lessthanoptimal/BoofCV/blob/v1.1.4/examples/src/main/java/boofcv/examples/features/ExampleAssociateThreeView.java
  • Constructor Details

    • AssociateThreeViewUtil

      public AssociateThreeViewUtil()
  • Method Details

    • mergeImages

      public static void mergeImages(String image1Path, String image2Path, String outputPath)
      合并两周图像 todo 不完备,此方法需要保证图像的比例,并且仅测试了左右拼接,没有旋转映射等操作.
      Parameters:
      image1Path -
      image2Path -
      outputPath -