Start filling in CVPipeline2d

This commit is contained in:
Matt
2019-11-05 07:47:15 -08:00
parent 1bca800f4f
commit d619d85109
8 changed files with 265 additions and 16 deletions

View File

@@ -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;