style: clang format

This commit is contained in:
zzyyyl
2022-08-26 19:08:12 +08:00
parent 83546bd466
commit 98f949346e
146 changed files with 1579 additions and 2114 deletions

View File

@@ -27,7 +27,7 @@ bool asst::InfrastSmileyImageAnalyzer::analyze()
}
auto& res = mm_analyzer.get_result();
for (const MatchRect& mr : res) {
temp_result.emplace_back(infrast::Smiley{ type, mr.rect });
temp_result.emplace_back(infrast::Smiley { type, mr.rect });
#ifdef ASST_DEBUG
cv::rectangle(m_image_draw, utils::make_rect<cv::Rect>(mr.rect), cv::Scalar(0, 0, 255), 2);
#endif