changeset 28494:75bb064c6769

maint: merge stable to default.
author Markus Mützel <markus.muetzel@gmx.de>
date Sun, 21 Jun 2020 11:46:49 +0200
parents ae4cdbe75992 (current diff) c55e111c89b5 (diff)
children 3b97c9637ea4
files scripts/help/__unimplemented__.m
diffstat 1 files changed, 23 insertions(+), 15 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/help/__unimplemented__.m	Sat Jun 20 19:04:29 2020 +0200
+++ b/scripts/help/__unimplemented__.m	Sun Jun 21 11:46:49 2020 +0200
@@ -164,6 +164,15 @@
           "vec2mat", "vitdec", "wgn"}
       txt = check_package (fcn, "communications");
 
+    ## dicom
+    case {"addContour", "convertToInfo", "dicomanon", "dicomBrowser", ...
+          "dicomCollection", "dicomContours", "dicomdict", "dicomdisp", ...
+          "dicominfo", "dicomlookup", "dicomread", "dicomreadVolume", ...
+          "dicomuid", "dicomwrite", "deleteContour", ...
+          "images.dicom.decodeUID", "images.dicom.parseDICOMDIR", "isdicom", ...
+          "plotContour"}
+      txt = check_package (fcn, "dicom");
+
     ## finance
     case {"abs2active", "accrfrac", "acrubond", "acrudisc", "active2abs", ...
           "addEquality", "addGroupRatio", "addGroups", "addInequality", ...
@@ -272,21 +281,20 @@
           "cornermetric", "corr2", "cp2tform", "cpcorr", "cpselect", ...
           "cpstruct2pairs", "dct2", "dctmtx", "deconvblind", "deconvlucy", ...
           "deconvreg", "deconvwnr", "decorrstretch", "demosaic", ...
-          "dicomanon", "dicomdict", "dicominfo", "dicomlookup", "dicomread", ...
-          "dicomuid", "dicomwrite", "edge", "edgetaper", "entropy", ...
-          "entropyfilt", "fan2para", "fanbeam", "findbounds", "fitgeotrans", ...
-          "fliptform", "freqz2", "fsamp2", "fspecial", "ftrans2", "fwind1", ...
-          "fwind2", "getheight", "getimage", "getimagemodel", "getline", ...
-          "getneighbors", "getnhood", "getpts", "getrect", "getsequence", ...
-          "graycomatrix", "graycoprops", "graydist", "grayslice", ...
-          "graythresh", "hdrread", "hdrwrite", "histeq", "hough", ...
-          "houghlines", "houghpeaks", "iccfind", "iccread", "iccroot", ...
-          "iccwrite", "idct2", "ifanbeam", "im2bw", "im2col", "im2double", ...
-          "im2int16", "im2java2d", "im2single", "im2uint16", "im2uint8", ...
-          "imabsdiff", "imadd", "imadjust", "ImageAdapter", "imageinfo", ...
-          "imapplymatrix", "imapprox", "imattributes", "imbothat", ...
-          "imclearborder", "imclose", "imcolormaptool", "imcomplement", ...
-          "imcontour", "imcontrast", "imcrop", "imdilate", "imdisplayrange", ...
+          "edge", "edgetaper", "entropy", "entropyfilt", "fan2para", ...
+          "fanbeam", "findbounds", "fitgeotrans", "fliptform", "freqz2", ...
+          "fsamp2", "fspecial", "ftrans2", "fwind1", "fwind2", "getheight", ...
+          "getimage", "getimagemodel", "getline", "getneighbors", ...
+          "getnhood", "getpts", "getrect", "getsequence", "graycomatrix", ...
+          "graycoprops", "graydist", "grayslice", "graythresh", "hdrread", ...
+          "hdrwrite", "histeq", "hough", "houghlines", "houghpeaks", ...
+          "iccfind", "iccread", "iccroot", "iccwrite", "idct2", "ifanbeam", ...
+          "im2bw", "im2col", "im2double", "im2int16", "im2java2d", ...
+          "im2single", "im2uint16", "im2uint8", "imabsdiff", "imadd", ...
+          "imadjust", "ImageAdapter", "imageinfo", "imapplymatrix", ...
+          "imapprox", "imattributes", "imbothat", "imclearborder", ...
+          "imclose", "imcolormaptool", "imcomplement", "imcontour", ...
+          "imcontrast", "imcrop", "imdilate", "imdisplayrange", ...
           "imdistline", "imdivide", "imellipse", "imerode", "imextendedmax", ...
           "imextendedmin", "imfill", "imfilter", "imfindcircles", ...
           "imfreehand", "imfuse", "imgca", "imgcf", "imgetfile", ...