mirror of
https://github.com/opencv/opencv.git
synced 2025-07-24 14:06:27 +08:00
Merge pull request #27144 from asmorkalov:as/fix_doc_stereobm
Fixed JavaDoc generation for StereoBM.
This commit is contained in:
commit
c72c527bfe
@ -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.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user