Merge pull request #27144 from asmorkalov:as/fix_doc_stereobm

Fixed JavaDoc generation for StereoBM.
This commit is contained in:
Alexander Smorkalov 2025-03-25 16:36:33 +03:00 committed by GitHub
commit c72c527bfe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3347,7 +3347,6 @@ public:
/**
* @class StereoBM
* @brief Class for computing stereo correspondence using the block matching algorithm, introduced and contributed to OpenCV by K. Konolige.
* @details This class implements a block matching algorithm for stereo correspondence, which is used to compute disparity maps from stereo image pairs. It provides methods to fine-tune parameters such as pre-filtering, texture thresholds, uniqueness ratios, and regions of interest (ROIs) to optimize performance and accuracy.
*/