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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0
