Feeds
질문
Image segmentation on animal picture
Hi there. I want to perform segmentation to series of animal pictures. How can I proceed to achieve this goal? The operations s...
대략 6년 전 | 답변 수: 0 | 0
0
답변질문
Implement average filter without using built-in functions
I am trying to blur the image, but I did not succeed. I am keep getting almost black image? What am I missing here? clc; clea...
6년 초과 전 | 답변 수: 1 | 0
1
답변답변 있음
My own nearest neighbor interpolation function does not display the image
I found the solution. I had to transform the matrix using "uint8" function.
My own nearest neighbor interpolation function does not display the image
I found the solution. I had to transform the matrix using "uint8" function.
6년 초과 전 | 0
| 수락됨
질문
My own nearest neighbor interpolation function does not display the image
Hi, everyone. I created my own nearest neighbor interpolation implementation. I tried it with using dummy matrix, and it works. ...
6년 초과 전 | 답변 수: 1 | 0
