Skip to content

Conversation

@ipa-jcl-cs
Copy link

  • make .at independent of type and number of channels by creating following methods:
    template void setMatValuePtr(cv::Mat& image, int row, int index, double value);
    void setMatValuePtr(cv::Mat &image, int row, int index, double value);
    template T getMatValuePtr(cv::Mat& image, int row, int index);
    double getMatValuePtr(cv::Mat& image, int row, int index);
  • tried to take care about the intendation ;)

@ipa-rmb
Copy link
Owner

ipa-rmb commented Feb 1, 2019

opened directly for integrating into 320: ipa320#93

@ipa-rmb ipa-rmb closed this Feb 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants