OpenFTC / EasyOpenCV

Finally, a straightforward and easy way to use OpenCV on an FTC robot!
219 stars 100 forks source link

potential fix to the issue i opened #22

Closed TheDeveloper101 closed 3 years ago

Windwoes commented 3 years ago

Hmm, I like the idea, but I think I'd rather the save path be an optional extra arg for the save method, instead of for the constructor.

Windwoes commented 3 years ago

I think I'd rather the save path be an optional extra arg for the save method, instead of for the constructor.

Actually, rather than having two args (one for path and one for name) I think it would probably be better to add a new method, and call it saveMatToDiskFullPath.

TheDeveloper101 commented 3 years ago

i think that would work. you could probably just overload the method and include the filepath as another argument.

Windwoes commented 3 years ago

Implemented in v1.4.3