kirtijindal14 1ca068e91d ptcloud: fix viz3d build without OpenGL
Close the cv::viz3d namespaces outside the trailing #ifdef HAVE_OPENGL
block. Previously the closing braces were inside the guard, so a build
with OpenGL disabled dropped them and failed with
'expected }' at end of input'.
2026-07-27 17:52:14 +05:30
2026-05-25 17:49:25 +03:00
2026-07-14 09:19:26 +03:00
2026-07-09 12:35:42 +03:00
2018-10-11 17:57:51 +00:00
2025-08-07 10:35:20 +03:00
2024-04-02 16:39:54 +03:00

OpenCV: Open Source Computer Vision Library

Resources

Contributing

Please read the contribution guidelines before starting work on a pull request.

Summary of the guidelines:

  • One pull request per issue;
  • Choose the right base branch;
  • Include tests and documentation;
  • Clean up "oops" commits before submitting;
  • Follow the coding style guide.

Additional Resources

Languages
C++ 86%
Python 4.1%
C 2.9%
CMake 2.2%
Java 1.6%
Other 3.1%