1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

getScaledDepth -> getProcessedDepth

This commit is contained in:
Rostislav Vasilikhin
2022-10-25 02:45:28 +02:00
parent 52d82bb44a
commit 097b0245da
5 changed files with 9 additions and 9 deletions
@@ -72,7 +72,7 @@ public:
*
* @param depth Output image
*/
void getScaledDepth(OutputArray depth) const;
void getProcessedDepth(OutputArray depth) const;
/**
* @brief Get the valid pixels mask generated for the ICP calculations intersected with the user-provided mask
*