Class MinMaxLoc
- java.lang.Object
-
- edu.wpi.grip.core.operations.opencv.MinMaxLoc
-
- All Implemented Interfaces:
Operation,CVOperation
public class MinMaxLoc extends java.lang.Object implements CVOperation
Operation to callopencv_core.minMaxLoc(org.bytedeco.javacpp.opencv_core.Mat, org.bytedeco.javacpp.DoublePointer, org.bytedeco.javacpp.DoublePointer, org.bytedeco.javacpp.opencv_core.Point, org.bytedeco.javacpp.opencv_core.Point, org.bytedeco.javacpp.opencv_core.Mat).
-
-
Constructor Summary
Constructors Constructor Description MinMaxLoc(InputSocket.Factory inputSocketFactory, OutputSocket.Factory outputSocketFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<InputSocket>getInputSockets()java.util.List<OutputSocket>getOutputSockets()voidperform()Performs thisOperation.
-
-
-
Constructor Detail
-
MinMaxLoc
@Inject public MinMaxLoc(InputSocket.Factory inputSocketFactory, OutputSocket.Factory outputSocketFactory)
-
-
Method Detail
-
getInputSockets
public java.util.List<InputSocket> getInputSockets()
- Specified by:
getInputSocketsin interfaceOperation- Returns:
- A list of sockets for the inputs that the operation expects.
-
getOutputSockets
public java.util.List<OutputSocket> getOutputSockets()
- Specified by:
getOutputSocketsin interfaceOperation- Returns:
- A list of sockets for the outputs that the operation produces.
-
-