scipy and cv2 in micropython #10950
manish-shukla01
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hi, i have a program that use scipy and cv2. particularly cv2.minMaxLoc(imgArr) and these two:
from scipy.ndimage import gaussian_filter
from scipy import signal
specifically in signal i use signal.butter, signal.sosfilt, signal.find_peaks and signal.savgol_filter.
i am wondering if there is possibility of using cv2 or scipy signal/gaussian_filter on micropython. or there are any other packages that can be used for it.
Beta Was this translation helpful? Give feedback.
All reactions