Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove bug when src is vector Point2i in FourierDescriptors #1634

Merged
merged 2 commits into from May 17, 2018

Conversation

LaurentBerger
Copy link
Contributor

@LaurentBerger LaurentBerger commented May 4, 2018

@@ -295,6 +298,7 @@ void transformFD(InputArray _src, InputArray _t,OutputArray _dst, bool fdContou
if (!fdContour)
{
Mat ctr1 = _src.getMat();
std::ofstream fs;
Copy link
Member

Choose a reason for hiding this comment

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

Do we need this here? (and fstream include)

Copy link
Member

@alalek alalek left a comment

Choose a reason for hiding this comment

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

Looks good to me! Thank you 👍

@alalek alalek merged commit a798127 into opencv:master May 17, 2018
@LaurentBerger LaurentBerger deleted the FD_bug branch August 30, 2018 07:43
cv3d pushed a commit to cv3d/opencv_contrib that referenced this pull request Oct 7, 2018
* remove bug when src is vector Point2i in FourierDescriptors

* remove unused code and comments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants