# HG changeset patch # User Markus Mützel # Date 1592732809 -7200 # Node ID 75bb064c67697dddf6045c5d5582f23dfd6c0519 # Parent ae4cdbe75992a92b2cda44415b7b51aef0dcc4ab# Parent c55e111c89b5a077c181f5fa6de892be5b13c2d4 maint: merge stable to default. diff -r ae4cdbe75992 -r 75bb064c6769 scripts/help/__unimplemented__.m --- 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", ...