Skip to content

Dualquat minor fixes#19538

Closed
DumDereDum wants to merge 18 commits intoopencv:masterfrom
DumDereDum:dualquat
Closed

Dualquat minor fixes#19538
DumDereDum wants to merge 18 commits intoopencv:masterfrom
DumDereDum:dualquat

Conversation

@DumDereDum
Copy link
Copy Markdown
Member

Pull Request Readiness Checklist

See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request

  • I agree to contribute to the project under Apache 2 License.
  • To the best of my knowledge, the proposed patch is not based on a code under GPL or other license that is incompatible with OpenCV
  • The PR is proposed to proper branch
  • There is reference to original bug report and related work
  • There is accuracy test, performance test and test data in opencv_extra repository, if applicable
    Patch to opencv_extra has the same branch name.
  • The feature is well documented and sample code can be built with the project CMake

@savuor savuor mentioned this pull request Feb 16, 2021
5 tasks
for (size_t i = 0; i < cn ; ++i)
{
dualquat_mat.at<Vec<T, 8>>(0, i) = dualquat[i].toVec();
dualquat_mat.at<Vec<T, 8>>(i, 0) = dualquat[i].toVec();
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just (i). See Mat::at() documentation.

Need to replace all other (i, 0) / (0, i) cases too.

@alalek
Copy link
Copy Markdown
Member

alalek commented Feb 17, 2021

#19026 is merged

@DumDereDum DumDereDum deleted the dualquat branch April 22, 2021 07:45
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