Package boofcv.factory.sfm
Class FactorySfmMisc
- java.lang.Object
-
- boofcv.factory.sfm.FactorySfmMisc
-
public class FactorySfmMisc extends java.lang.ObjectFactory 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)
-
-
-
Method Detail
-
createOverhead
public static <T extends boofcv.struct.image.ImageBase<T>> CreateSyntheticOverheadView<T> createOverhead(boofcv.struct.image.ImageType<T> imageType)
-
-