Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Help converting MATLAB triple-for loop to Python
Post: Help converting MATLAB triple-for loop to Python

Hello, I have the following code in MATLAB which I am trying to convert to python, using numpy. M = zeros(100,100); imageFiles = dir('*.bmp'); nFiles = length(imageFiles); for i = 1:nFiles curr...
davlovsky General Coding Help 1 1,978 Oct-27-2019, 11:30 PM
    Thread: Auto detect threshold for skin detection w/ HSV channel
Post: Auto detect threshold for skin detection w/ HSV ch...

Hello forum, I have some code that gets the HSV color channels for a given image. I need to be able to automatically get a lower and upper threshold value based on these values for skin detection. Bas...
davlovsky General Coding Help 1 2,199 Oct-13-2019, 12:23 AM
    Thread: Iterating kernel through image for filtering
Post: Iterating kernel through image for filtering

I have two filters: (1) Median Filter and (2) Adaptive Median Filter My median filter works. It takes an image, creates a padding the kernel convolves, replacing the center pixel with the median valu...
davlovsky General Coding Help 0 3,492 Sep-29-2019, 02:45 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020