mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-21 01:01:41 +00:00
Start filling in CVPipeline2d
This commit is contained in:
@@ -7,7 +7,7 @@ import org.opencv.core.Mat;
|
||||
* @param <R> Pipeline result type
|
||||
*/
|
||||
public abstract class CVPipeline<R> {
|
||||
private CVPipelineSettings settings;
|
||||
protected CVPipelineSettings settings;
|
||||
private Mat inputMat;
|
||||
protected Mat outputMat;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user