Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Segmentation Fault on cv::rectangle and putText #1

Open
dpetersonVT23 opened this issue Aug 4, 2022 · 0 comments
Open

Segmentation Fault on cv::rectangle and putText #1

dpetersonVT23 opened this issue Aug 4, 2022 · 0 comments

Comments

@dpetersonVT23
Copy link

dpetersonVT23 commented Aug 4, 2022

I have the project compiling fine, but when it runs into a line with putText or cv::rectangle, such as in draw_objects, I get a segmentation fault core dumped error. I have OpenCV 4.5.5, do I need a different version in order for these c++ functions to work correctly?

#0 0x00007ffff7a976e0 in cv::putText(cv::_InputOutputArray const&, std::cxx11::basic_string<char, std::char_traits, std::allocator > const&, cv::Point, int, double, cv::Scalar, int, int, bool) ()
at /lib/x86_64-linux-gnu/libopencv_imgproc.so.4.5d
#1 0x000055555559c82f in main ()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant