Skip to content

Commit b34b230

Browse files
authored
Removed whitespace errors
1 parent 37efea4 commit b34b230

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ximgproc/src/globalmatting.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -242,8 +242,8 @@ void GlobalMatting::calculateAlphaPatchMatch(const cv::Mat_<cv::Vec3b> &image,
242242
{
243243
// propagation
244244
//std::random_shuffle(coords.begin(), coords.end());
245-
cv::randShuffle(coords);
246-
245+
cv::randShuffle(coords);
246+
247247
for (std::size_t i = 0; i < coords.size(); ++i)
248248
{
249249
const cv::Point &p = coords[i];

0 commit comments

Comments
 (0)