Skip to content

Commit

Permalink
add border type setting in linemod guass step
Browse files Browse the repository at this point in the history
  • Loading branch information
QiuYilin authored and mvieth committed Aug 19, 2024
1 parent 53aa9a7 commit e2c94fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ processInputData ()

convolution.setInputCloud (rgb_input_);
convolution.setKernel (gaussian_kernel);

convolution.setBordersPolicy(pcl::filters::Convolution<pcl::RGB, pcl::RGB>::BORDERS_POLICY_DUPLICATE);
convolution.convolve (*smoothed_input_);

// extract color gradients
Expand Down

0 comments on commit e2c94fb

Please sign in to comment.