Skip to content

Commit

Permalink
update immvision all in one
Browse files Browse the repository at this point in the history
  • Loading branch information
pthom committed Apr 13, 2024
1 parent 5966f42 commit a39722f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src_all_in_one/immvision/immvision.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6263,8 +6263,8 @@ namespace ImmVision
translation(0, 2) = tl.x;
translation(1, 2) = tl.y;


cv::warpAffine(resized, dst, translation, dst.size(), cv::INTER_AREA);
// copy resized
cv::warpAffine(resized, dst, translation, dst.size(), cv::INTER_NEAREST, cv::BORDER_TRANSPARENT);
}


Expand Down

0 comments on commit a39722f

Please sign in to comment.