From 498726f1bfb176f5f3a05f37b4cb80796862bf6a Mon Sep 17 00:00:00 2001 From: Christophe Palmann <christophe.palmann@c-s.fr> Date: Fri, 28 Nov 2014 14:02:56 +0100 Subject: [PATCH] ENH: renamed BandMathX example (now BandMathXImageFilterExample.cxx) --- Examples/BasicFilters/BandMathXImageFilterExample.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Examples/BasicFilters/BandMathXImageFilterExample.cxx b/Examples/BasicFilters/BandMathXImageFilterExample.cxx index 58c82b68f9..34b11d0957 100644 --- a/Examples/BasicFilters/BandMathXImageFilterExample.cxx +++ b/Examples/BasicFilters/BandMathXImageFilterExample.cxx @@ -223,12 +223,12 @@ int main( int argc, char* argv[]) // Software Guide : BeginLatex // -// We now set the expression (note the use of 'conv' operator, as well as the 'bands' operator which is used as a band selector): +// We now set the expression (note the use of 'dotpr' operator, as well as the 'bands' operator which is used as a band selector): // // Software Guide : EndLatex // Software Guide : BeginCodeSnippet - filter2->SetExpression("bands(im1,{1,2,3})-conv(kernel,im1b1N3x3,im1b2N3x3,im1b3N3x3) + {cst,cst,cst}"); + filter2->SetExpression("bands(im1,{1,2,3})-dotpr(kernel,im1b1N3x3,im1b2N3x3,im1b3N3x3) + {cst,cst,cst}"); // Software Guide : EndCodeSnippet // Software Guide : BeginLatex -- GitLab