Skip to content

Commit

Permalink
Merge pull request #34 from sam-xl/remove_volume_assertion
Browse files Browse the repository at this point in the history
Remove volume_x assertion
  • Loading branch information
schornakj authored Apr 7, 2020
2 parents 84e06fc + 2a7be5d commit 742d0cb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions yak/src/kfusion/kinfu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ kfusion::KinFuParams kfusion::KinFuParams::default_params()

kfusion::KinFu::KinFu(const KinFuParams& params) : frame_counter_(0), params_(params)
{
CV_Assert(params.volume_dims[0] % 32 == 0);

volume_ = cv::Ptr<cuda::TsdfVolume>(new cuda::TsdfVolume(params_.volume_dims));

volume_->setTruncDist(params_.tsdf_trunc_dist);
Expand Down

0 comments on commit 742d0cb

Please sign in to comment.