Skip to content

Commit

Permalink
Correct doxygen in twoThirdsSample()
Browse files Browse the repository at this point in the history
  • Loading branch information
dnikulin committed Jul 8, 2011
1 parent 4335949 commit f7b8729
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cvd/vision.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
#endif

namespace CVD{
/** Subsamples an image to 2/3 of its size by averaging 3x3 blocks in to 2x2 blocks.
/** Subsamples an image to 2/3 of its size by averaging 3x3 blocks into 2x2 blocks.
@param in input image
@param out output image (muze be <code>out.size() == in.size()/2*3 </code>)
@param out output image (must be <code>out.size() == in.size()/3*2 </code>)
@throw IncompatibleImageSizes if out does not have the correct dimensions.
@ingroup gVision
*/
Expand Down

0 comments on commit f7b8729

Please sign in to comment.