Skip to content

Commit ac5f5ba

Browse files
authored
Removed whitespaces
1 parent 60fef49 commit ac5f5ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ximgproc/src/globalmatting.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace cv
88
{
99
namespace ximgproc
1010
{
11-
11+
1212
struct IntensityComp
1313
{
1414
IntensityComp(const cv::Mat_<cv::Vec3b> &image) : image(image)
@@ -28,7 +28,7 @@ struct IntensityComp
2828
};
2929

3030

31-
31+
3232
std::vector<cv::Point> GlobalMatting::findBoundaryPixels(const cv::Mat_<uchar> &trimap, int a, int b)
3333
{
3434
std::vector<cv::Point> result;

0 commit comments

Comments
 (0)