Package org.aoju.bus.image.nimble.opencv
Class ExtendInputImageStream
java.lang.Object
org.aoju.bus.image.nimble.opencv.ExtendInputImageStream
-
Constructor Summary
ConstructorsConstructorDescriptionExtendInputImageStream(File file, long[] segmentPositions, int[] segmentLengths, ImageDescriptor imageDescriptor) -
Method Summary
Modifier and TypeMethodDescriptionstatic long[]getDoubleArray(int[] array) static double[]getDoubleArray(long[] array) getFile()long[]long[]
-
Constructor Details
-
ExtendInputImageStream
public ExtendInputImageStream(File file, long[] segmentPositions, int[] segmentLengths, ImageDescriptor imageDescriptor)
-
-
Method Details
-
getDoubleArray
public static double[] getDoubleArray(long[] array) -
getDoubleArray
public static long[] getDoubleArray(int[] array) -
getSegmentPositions
public long[] getSegmentPositions() -
getSegmentLengths
public long[] getSegmentLengths() -
getFile
-
getImageDescriptor
-