Feeds
질문
split and merge algorithm
i am working on matlab for the first time. can you pls give te code for implementing split merge algorithm for finding out the...
11년 초과 전 | 답변 수: 0 | 0
0
답변질문
Please help me implement the equations: Pij = (f(i,j))/(∑_(i=1)^M∑_(j=1)^N〖f(i,j)〗) and H = ─∑_(i=1)^M∑_(j=1)^NPijlog2Pij
Can someone please explain how to implement these equations in MATLAB? Pij = (f(i,j))/(∑_(i=1)^M∑_(j=1)^N〖f(i,j)〗) H = ─...
11년 초과 전 | 답변 수: 2 | 0
2
답변질문
how can we close an image mophologically?
hi, what is the significance of 'se' in 'imclose' function?
11년 초과 전 | 답변 수: 2 | 0
2
답변질문
how can we preallocate a 2d array?
there is a warning in my program, it says that the variable is growing inside a loop. so consider pre allocation for speed
11년 초과 전 | 답변 수: 2 | 0
2
답변질문
how can we convert a local entropy image into binary image using threshold 0.8
image segmentation
11년 초과 전 | 답변 수: 1 | 0