Skip to content

Instantly share code, notes, and snippets.

@ktgw0316
Last active May 2, 2024 04:23
Show Gist options
  • Select an option

  • Save ktgw0316/1a740cc5dbdeadc93bc3534cc92c6ee0 to your computer and use it in GitHub Desktop.

Select an option

Save ktgw0316/1a740cc5dbdeadc93bc3534cc92c6ee0 to your computer and use it in GitHub Desktop.
VS CodeのCode Spell Checker拡張機能でcv2, numpyのキーワードをチェックから除外する設定
{
"languageSettings": [
{
"languageId": "python",
"allowCompoundWords": true,
"dictionaries": [
"python"
]
}
],
"words": [
"AEAG",
"Agast",
"AKAZE",
"amax",
"ANDREFF",
"arange",
"ARAVIS",
"Aruco",
"asanyarray",
"ascontiguousarray",
"asfarray",
"asfortranarray",
"asmatrix",
"ASTRA",
"ASUS",
"atleast",
"AVFOUNDATION",
"BBDT",
"BGGR",
"BGRA",
"BHATTACHARYYA",
"BINNINGX",
"BINNINGY",
"bmat",
"BOLELLI",
"BOWK",
"CALIB",
"cbrt",
"CCOEFF",
"CCOMP",
"CCORR",
"cdouble",
"cfloat",
"Charuco",
"CHISQR",
"chkfinite",
"CIVIDIS",
"CLAHE",
"clongdouble",
"clongfloat",
"COLORCVT",
"copyto",
"corrcoef",
"csingle",
"DANIILIDIS",
"Debevec",
"decolor",
"DECOMP",
"DEMIBOLD",
"demosaicing",
"Denoising",
"DESCR",
"DISP",
"DIVIDEBYZERO",
"dlpack",
"Drago",
"DSHOW",
"dsplit",
"dtype",
"dtypes",
"DWAA",
"DWAB",
"ediff",
"EIGENVALS",
"Elems",
"emath",
"Epilines",
"EPNP",
"EQRECT",
"Farneback",
"finfo",
"FLANN",
"FLANNBASED",
"fliplr",
"flipud",
"fmax",
"fmin",
"FOURCC",
"frompyfunc",
"FSTRIGMODE",
"Gabor",
"gapi",
"GBRG",
"genfromtxt",
"GFLUID",
"GFRAME",
"GFTT",
"GIGA",
"GIGANETIX",
"GOPAQUE",
"GPHOTO",
"GRBG",
"GSCALAR",
"GSHAPE",
"GSTREAMER",
"Guil",
"Hanning",
"hconcat",
"HISTCMP",
"histogramdd",
"HOMOGRAPHY",
"HORZ",
"HOUS",
"hsplit",
"hstack",
"idct",
"idft",
"iinfo",
"imcount",
"imdecode",
"imdecodemulti",
"imencode",
"IMREAD",
"imreadmulti",
"imshow",
"IMWRITE",
"imwritemulti",
"infty",
"INPAINT",
"INTELPERC",
"interp",
"intp",
"IPPE",
"iscomplex",
"iscomplexobj",
"isfortran",
"isin",
"isnat",
"isneginf",
"isposinf",
"isreal",
"isrealobj",
"isscalar",
"issctype",
"issubdtype",
"issubsctype",
"IYUV",
"Kalman",
"KAZE",
"KCOS",
"KMEANS",
"kron",
"LANCZOS",
"LBGR",
"LBUTTON",
"LBUTTONDBLCLK",
"LBUTTONDOWN",
"LBUTTONUP",
"LMEDS",
"loadtxt",
"LRGB",
"LUMA",
"Mantiuk",
"MATX",
"MBUTTON",
"MBUTTONDBLCLK",
"MBUTTONDOWN",
"MBUTTONUP",
"mgrid",
"MJPEG",
"MLDB",
"MOUSEHWHEEL",
"MSAC",
"MSER",
"MSMF",
"msort",
"MULTICASTIP",
"nanquantile",
"nbytes",
"ndarray",
"ndenumerate",
"ndim",
"ndindex",
"nditer",
"NINF",
"NINTRINSIC",
"NLEVELS",
"NORMCONV",
"NSEC",
"NSTRIPES",
"NZERO",
"ogrid",
"OPENCL",
"OPENCV",
"OPENGL",
"OPENNI",
"OPTIM",
"OTSU",
"OUTIMG",
"OUTOF",
"PARULA",
"PINF",
"polymul",
"PSNR",
"PTLOC",
"PVAPI",
"pyinstaller",
"PYVALS",
"PZERO",
"QRCODE",
"quantile",
"QVGA",
"randn",
"randu",
"RBUTTON",
"RBUTTONDBLCLK",
"RBUTTONDOWN",
"RBUTTONUP",
"recfromcsv",
"recfromtxt",
"Reproj",
"reproject",
"RGGB",
"rint",
"RMAT",
"Rodrigues",
"SAUF",
"savetxt",
"savez",
"sctype",
"sctypes",
"SGBM",
"sinc",
"Sobel",
"SOLVELP",
"SOLVEPNP",
"SQDIFF",
"SQPNP",
"SVMSGD",
"SXGA",
"Symm",
"SYNCIN",
"TAUX",
"TAUY",
"TELEA",
"TOZERO",
"trapz",
"tril",
"triu",
"TSAI",
"UEYE",
"ufunc",
"UFUNC",
"uintc",
"uintp",
"UMAT",
"undistort",
"Undistort",
"UPNP",
"USAC",
"USEC",
"UVDEPTH",
"UYNV",
"UYVY",
"VAAPI",
"vconcat",
"vdot",
"Vecs",
"vectorize",
"videoio",
"VIRIDIS",
"Voronoi",
"vsplit",
"VSYNC",
"WEICKERT",
"WELSCH",
"WINRT",
"XDPI",
"XIAPI",
"XINE",
"XSOBEL",
"YDPI",
"YUNV",
"YUYV",
"YVYU"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment