new gpu::HoughLinesP implementation
This commit is contained in:
@@ -74,7 +74,7 @@ int main(int argc, char** argv)
|
||||
return 0;
|
||||
}
|
||||
|
||||
cv::gpu::GpuMat dframe(frame), roi(frame.rows, frame.cols, CV_8UC1), trois;
|
||||
cv::gpu::GpuMat dframe(frame), roi(frame.rows, frame.cols, CV_8UC1);
|
||||
roi.setTo(cv::Scalar::all(1));
|
||||
cascade.detect(dframe, roi, objects);
|
||||
|
||||
|
Reference in New Issue
Block a user