MTschannett / image_feature_detector

A image feature detector using opencv
Other
18 stars 10 forks source link

Add helper methods for calculating relative coodinates to pixel value #2

Closed MTschannett closed 5 years ago

MTschannett commented 5 years ago

As mentioned in #1 we want to use relative coordinates.

To keep it convenient we want to add some helper functions to calculate from realtive coordinates to the absolute distance in an image.

Following helpers could be made: double calculateDistance(double relateiveCoordinate, double axisWidth); Point calculateDistances(Point relativeValues, Image originalImage);

MTschannett commented 5 years ago

done with latest commit