您的位置:首页 > 其它

函数头注释

2015-11-18 14:54 197 查看
注释:简要,参数,返回值,备注

//-----------------------------------------------------------------------
// Summary:
// copy image data by given rectangle.
// Parameters:
// strOut - output image file path
// strFirst - first source image path
// strSecond - second source image path
// bHori - TRUE(horizontal direction), FALSE(vertical direction)
// Returns:
// TRUE:combine successful, FALSE for otherwise.
// Remarks:
// none
//-----------------------------------------------------------------------
CVALGO_API BOOL CombineImg(string& strOut, string strFirst, string strSecond, BOOL bHori);
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  注释