X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvToolMedianFilter.cxx;h=04ca82cf27cc84d5af1f17f3776b41b112d7266a;hb=959d91564af1b0e33303f3c15d803d2dafcaa54d;hp=c4f8029bb57fd14f5368b568f8b710ea08c55ee5;hpb=48d8569538b93bf923de2f8d5c4b9db51640978f;p=clitk.git diff --git a/vv/vvToolMedianFilter.cxx b/vv/vvToolMedianFilter.cxx index c4f8029..04ca82c 100644 --- a/vv/vvToolMedianFilter.cxx +++ b/vv/vvToolMedianFilter.cxx @@ -3,8 +3,8 @@ Program: vv Module: $RCSfile: vvToolMedianFilter.cxx,v $ Language: C++ - Date: $Date: 2010/04/26 18:21:55 $ - Version: $Revision: 1.2 $ + Date: $Date: 2010/05/17 10:41:49 $ + Version: $Revision: 1.3 $ Author : Bharath Navalpakkam (Bharath.Navalpakkam@creatis.insa-lyon.fr) Copyright (C) 2010 @@ -67,6 +67,7 @@ SetToolMenuName("MedianFilter"); SetToolIconFilename(":common/icons/ducky.png"); SetToolTip("Make 'MedianFilter' on an image."); + SetToolExperimental(true); } //------------------------------------------------------------------------------