Class PixelChangeDetector.Builder
java.lang.Object
io.github.jspinak.brobot.actions.methods.basicactions.find.motion.PixelChangeDetector.Builder
- Enclosing class:
PixelChangeDetector
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddMats(org.bytedeco.opencv.opencv_core.Mat... mats) build()setMats(org.bytedeco.opencv.opencv_core.MatVector mats) useDilation(int rows, int cols, int type) useGaussianBlur(int width, int height, int sigmaX) useThreshold(int min, int max)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
useGrayscale
-
useGaussianBlur
-
useDilation
-
useThreshold
-
addMats
-
addMats
-
setMats
-
setMats
-
build
-