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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 1 | 0
