ihhub / penguinV

Computer vision library with focus on heterogeneous systems
Other
119 stars 90 forks source link

Add projection() and opposite() methods to LineBase2D class #577

Closed fullset closed 4 years ago

fullset commented 4 years ago

WIP #320

Hi, @ihhub. Look, please. Do we need some unit tests for these methods?

ihhub commented 4 years ago

Hi @fullset , yes, we need some unit tests to make sure that it works. You could assume in the tests that line is vertical or horizontal so it's easy to calculate where projection and opposite points would be.

fullset commented 4 years ago

Ok. I've added.

ihhub commented 4 years ago

Hi @fullset thank you very much for your continuous contribution to the project!