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
