Skip to content

Commit 7b41672

Browse files
author
Jean-Jacques
committed
Suggestions mostly added, a little bugfix
1 parent 65627e8 commit 7b41672

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/deepseg.cc

+2-2
Original file line numberDiff line numberDiff line change
@@ -629,8 +629,8 @@ int main(int argc, char* argv[]) try {
629629

630630

631631
// Processing components, all at capture true geometry
632-
cv::Mat mask;
633-
if ( crop_region.height ) {
632+
cv::Mat mask;
633+
if ( crop_region.height ) {
634634
cv::Mat masktmp((int)(crop_region.height), (int)(crop_region.width), CV_8U);
635635
mask = masktmp;
636636
} else {

0 commit comments

Comments
 (0)