Skip to content

Commit

Permalink
createCont
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentBerger committed Jul 7, 2017
1 parent 7211ee0 commit 5e662e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ximgproc/src/fourier_descriptors.cpp
Expand Up @@ -325,7 +325,7 @@ void transform(InputArray _src, InputArray _t,OutputArray _dst, bool fdContour)
Mat(z).copyTo(_dst);
}

cv::Ptr<cv::ximgproc::ContourFitting> cv::ximgproc::createContourFitting(int ctr , int fd )
cv::Ptr<ContourFitting> createContourFitting(int ctr, int fd)
{
return makePtr<ContourFitting>(ctr, fd);
}
Expand Down

0 comments on commit 5e662e8

Please sign in to comment.