Package boofcv.io.image
Class LookUpImageFilesByPath
java.lang.Object
boofcv.io.image.LookUpImageFilesByPath
- All Implemented Interfaces:
LookUpImages
The image ID or name is assumed to the path to the image
-
Constructor Summary
ConstructorDescription -
Method Summary
-
Constructor Details
-
LookUpImageFilesByPath
-
LookUpImageFilesByPath
public LookUpImageFilesByPath()
-
-
Method Details
-
loadShape
Description copied from interface:LookUpImages
Loads the shape for an image- Specified by:
loadShape
in interfaceLookUpImages
- Parameters:
path
- (Input) Name of the imageshape
- (Output) shape of the image- Returns:
- true if the image was found or false if not
-
loadImage
Description copied from interface:LookUpImages
Loads an image. If a multi change image is passed in it will load the image as a RGB image.- Specified by:
loadImage
in interfaceLookUpImages
- Parameters:
path
- (Input) Name of the imageoutput
- (Output) Storage for the image- Returns:
- true if the image was found or false if not
-