文件名称:Krawtchouk-Polynomials-and-Moments:一些代码以便使用python中的krawtchouk矩进行图像处理
文件大小:4KB
文件格式:ZIP
更新时间:2024-05-21 06:49:05
Python
Krawtchouk多项式和矩 这是用于krawtchouk多项式和相应矩的python代码的集合。 可以轻松用于图像处理 需要numpy 例子: import numpy as np from krawtchouk import * #create krawtchouk polynomials of length 101 and K = wkrchkpoly(101,0.5) #calculate moments of an image, X = input image QS,Kr1,Kr2 = wkrchkmoment_single(X,[0.5, 0.8]) #calculate moments of a batch of images, #X is batach of images with shape N,C,H,W #for 5 RGB 1024x768 images sh
【文件预览】:
Krawtchouk-Polynomials-and-Moments-master
----readme.md(1KB)
----krawtchouk.py(8KB)
----.gitignore(574B)
----.gitattributes(378B)