serivesmejia / EOCV-Sim

FTC Library EasyOpenCV simulator for testing vision pipelines in a computer
MIT License
12 stars 8 forks source link

Change Methods in InputSource to Abstract #19

Closed JIceberg closed 3 years ago

JIceberg commented 3 years ago

Since InputSource was abstract, and there were four methods that had no actual body, I believe it makes for sense for them to be abstract methods. ImageSource did not implement onResume() but I believe that is intentional; therefore, that is a decision made for the ImageSource, rather than something shared by all InputSource subclasses.

serivesmejia commented 3 years ago

Thanks ;)