Fixed JavaDoc generation for StereoBM.

This commit is contained in:
Alexander Smorkalov 2025-03-25 12:33:58 +03:00
parent fa58c1205b
commit ae443a904b

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.
*/