Skip to content

OpenCV at type-independent - #4

Closed
ipa-jcl-cs wants to merge 3 commits into
ipa-rmb:indigo_devfrom
ipa-jcl-cs:indigo_dev
Closed

OpenCV at type-independent#4
ipa-jcl-cs wants to merge 3 commits into
ipa-rmb:indigo_devfrom
ipa-jcl-cs:indigo_dev

Conversation

@ipa-jcl-cs

Copy link
Copy Markdown
  • 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

ipa-rmb commented Feb 1, 2019

Copy link
Copy Markdown
Owner

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