# HG changeset patch # User Markus Mützel # Date 1592732575 -7200 # Node ID c55e111c89b5a077c181f5fa6de892be5b13c2d4 # Parent d2fd4616829b078132ebf7b7ce9d580f65297f01 __unimplemented__.m: Add section for of-package "dicom" (bug #58633). * scripts/help/__unimplemented__.m: Add new section for of-package "dicom". Move some functions from "image" package to "dicom" package. Add (unimplemented) functions to "dicom" section. diff -r d2fd4616829b -r c55e111c89b5 scripts/help/__unimplemented__.m --- a/scripts/help/__unimplemented__.m Fri Jun 19 20:04:24 2020 +0200 +++ b/scripts/help/__unimplemented__.m Sun Jun 21 11:42:55 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", ...