Skip to content

Commit

Permalink
Remove references to cvCentralMoments from Doxygen documentation and …
Browse files Browse the repository at this point in the history
…others.
  • Loading branch information
cristobalcl committed May 26, 2011
1 parent c3d48cb commit 8e03222
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion contrib/cvBlobDLL/cvblobDLL/cvblobDLL.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ CVBLOBDLL_API CDECL unsigned int cvBlobDLabel
for (CvBlobs::const_iterator it=lblobs.begin(); it!=lblobs.end(); ++it)
{
CvBlob curBlob = (CvBlob) *((*it).second);
cvCentralMoments(&curBlob, imgOut);
// cvCentralMoments(&curBlob, imgOut);

memcpy(pNewBlobObj, &curBlob, sizeof(CvBlobObj));
pNewBlobObj->angle = cvAngle(&curBlob);
Expand Down
2 changes: 0 additions & 2 deletions cvBlob/cvblob.h
Original file line number Diff line number Diff line change
Expand Up @@ -365,10 +365,8 @@ extern "C" {

/// \fn double cvAngle(CvBlob *blob)
/// \brief Calculates angle orientation of a blob.
/// This function uses central moments so cvCentralMoments should have been called before for this blob.
/// \param blob Blob.
/// \return Angle orientation in radians.
/// \see cvCentralMoments
/// \see CvBlob
double cvAngle(CvBlob *blob);

Expand Down

0 comments on commit 8e03222

Please sign in to comment.