Skip to content
Snippets Groups Projects
Commit 815e4c4b authored by Sebastian Hahta's avatar Sebastian Hahta
Browse files

fix build

parent f992385c
No related branches found
No related tags found
1 merge request!157feature/vision parameters
Pipeline #16112 failed
......@@ -41,7 +41,7 @@ void OFDisparityFilter::filter(ftl::rgbd::Frame &frame, cv::cuda::Stream &stream
void OFDisparityFilter::filter(cv::cuda::GpuMat &disp, cv::cuda::GpuMat &optflow, cv::cuda::Stream &stream)
{
if (disp.type != CV_32FC1) {
if (disp.type() != CV_32FC1) {
LOG(ERROR) << "Optical flow filter expects CV_32FC1 (TODO)";
return;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment