Skip to content

Commit

Permalink
cleaning
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Richard <richard-v@macnica.co.jp>
  • Loading branch information
VRichardJP committed Jun 5, 2023
1 parent 6858b4e commit b7e54f6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,6 @@ void RingOutlierFilterComponent::faster_filter(

output.height = 1;
output.width = static_cast<uint32_t>(output.data.size() / output.height / output.point_step);
output.row_step = static_cast<uint32_t>(output.data.size() / output.height);
output.is_bigendian = input->is_bigendian;
output.is_dense = input->is_dense;

Expand Down

0 comments on commit b7e54f6

Please sign in to comment.