Class FactorySfmMisc


  • public class FactorySfmMisc
    extends java.lang.Object
    Factory for creating classes which don't go anywhere else.
    • Constructor Summary

      Constructors 
      Constructor Description
      FactorySfmMisc()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <T extends boofcv.struct.image.ImageBase<T>>
      CreateSyntheticOverheadView<T>
      createOverhead​(boofcv.struct.image.ImageType<T> imageType)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FactorySfmMisc

        public FactorySfmMisc()
    • Method Detail

      • createOverhead

        public static <T extends boofcv.struct.image.ImageBase<T>> CreateSyntheticOverheadView<T> createOverhead​(boofcv.struct.image.ImageType<T> imageType)