12 Commits
Author SHA1 Message Date
kirtijindal14 f3bdb6cf01 highgui: enable depth buffer for GTK3 GtkGLArea so GL_DEPTH_TEST works 2026-07-30 14:14:31 +05:30
kirtijindal14 89bff6b47c samples: move viz3d sample to samples/ptcloud 2026-07-28 23:30:39 +05:30
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
kirtijindal14 553a8887bf samples: load viz3d point cloud via cv::loadPointCloud 2026-07-27 15:26:05 +05:30
kirtijindal14 07c426ae54 loadPoint static fix 2026-07-27 14:30:32 +05:30
kirtijindal14 38d41bcf86 pointer changes 2026-07-27 13:39:42 +05:30
kirtijindal14 b276a53a06 copyright fixes 2026-07-27 13:37:56 +05:30
kirtijindal14 1e34a0a7cf review changes 2026-07-27 13:37:56 +05:30
kirtijindal14 3bc72d4efc ptcloud: cv::viz3d OpenGL point-cloud/mesh visualization 2026-07-27 13:37:56 +05:30
kirtijindal14 4ccee4a65f Merge pull request #29485 from kirtijindal14:opengl-core-highgui
Core, Highgui: OpenGL wrappers & window free-callback API #29485

This PR is a continuation of the work started in [20371](https://github.com/opencv/opencv/pull/20371)
### Pull Request Readiness Checklist

See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request

- [x] I agree to contribute to the project under Apache 2 License.
- [x] To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV
- [x] The PR is proposed to the proper branch
- [x] There is a reference to the original bug report and related work
- [x] There is accuracy test, performance test and test data in opencv_extra repository, if applicable
      Patch to opencv_extra has the same branch name.
- [x] The feature is well documented and sample code can be built with the project CMake
2026-07-26 15:03:35 +03:00
kirtijindal14 8756e68bff Merge pull request #29206 from kirtijindal14:doc_optimizations_v3
OpenCV New Documentation #29206

This PR introduces end to end working new Documentation in OpenCV.

Co-authored by: @abhishek-gola @omrope79 @Akansha-977 @Prasadayus @varun-jaiswal17 
### Pull Request Readiness Checklist

See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request

- [x] I agree to contribute to the project under Apache 2 License.
- [x] To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV
- [x] The PR is proposed to the proper branch
- [x] There is a reference to the original bug report and related work
- [x] There is accuracy test, performance test and test data in opencv_extra repository, if applicable
      Patch to opencv_extra has the same branch name.
- [x] The feature is well documented and sample code can be built with the project CMake
2026-06-01 21:39:16 +03:00
kirtijindal 9d94a236a6 docs: Updated the tutorial documentation changes and rebased 2026-05-29 18:39:16 +05:30