Package boofcv.misc
Interface LookUpImages
- All Known Implementing Classes:
LookUpImageFilesByIndex
,LookUpImageFilesByPath
,LookUpImageListByIndex
public interface LookUpImages
Used to look up images as needed for disparity calculation.
-
Method Summary
-
Method Details
-
loadShape
Loads the shape for an image- Parameters:
name
- (Input) Name of the imageshape
- (Output) shape of the image- Returns:
- true if the image was found or false if not
-
loadImage
Loads an image. If a multi change image is passed in it will load the image as a RGB image.- Parameters:
name
- (Input) Name of the imageoutput
- (Output) Storage for the image- Returns:
- true if the image was found or false if not
-