Feeds
提问
Use of blockproc() to avoid 4 nested for loops for sliding window function.
I had written a program for a sliding window operation with 4 nested for loops for the window size of 41*41, but because of thos...
9 years 前 | 0 个回答 | 0
0
个回答提问
To calculate the probability of each element in a vector.
I want to calculate the probability of each element in a vector whose size is huge. Earlier I used: for j = 1:1:20 z =...
9 years 前 | 1 个回答 | 0
1
个回答提问
Maximum Likelihood Estimation for an image data
I have a dataset of 1000 images. Every image is converted into YCbCr from RGB. It is found that the probability distribution of ...
9 years 前 | 0 个回答 | 0
0
个回答提问
How to speed up sliding window function for an image?
I have an image on which I have to slide 81*81 window so as to find the the intensity distance(difference) between center pixel ...
9 years 前 | 1 个回答 | 0
