From 74378a8a8b6ead8fb808f6667ea7f4a5423e0648 Mon Sep 17 00:00:00 2001 From: Philippe Mallet-Ladeira Date: Wed, 30 Aug 2023 15:10:34 +0200 Subject: [PATCH] doc: fix typo with plugins' names --- docs/source/userguide/step_by_step/matching_cost.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/userguide/step_by_step/matching_cost.rst b/docs/source/userguide/step_by_step/matching_cost.rst index 1cbf0eb..f740a6b 100644 --- a/docs/source/userguide/step_by_step/matching_cost.rst +++ b/docs/source/userguide/step_by_step/matching_cost.rst @@ -47,7 +47,7 @@ Configuration and parameters .. csv-table:: **Name**,**Description**,**Type**,**Default value**,**Available value**,**Required** - *matching_cost_method*,Similarity measure,string,,ssd sad census zncc or mc_cnn if plugin_libsgm is installed,Yes + *matching_cost_method*,Similarity measure,string,,ssd sad census zncc or mc_cnn if plugin_mccnn is installed,Yes *window_size*,Window size for similarity measure,int,5,Must be >0 and For "census" : {3 5},No *subpix*,Cost volume upsampling factor,int,1, {1 2 4},No *band*, Band value on which to calculate the correlation, str, None, band in left and right image's metadata,No