Feeds
提问
Solving of multivariable integral
Hey, i am looking for a possibility to numerically solve a function that has to be integrated over 4 variables ranging from 0...
4 years 前 | 1 个回答 | 0
1
个回答提问
ocr wont work on single digit in an image
Hey, i have attached an example programm which explains my problem. I read an image that contains serveral digits. If i canal...
5 years 前 | 1 个回答 | 0
1
个回答提问
Detect Edge in picture with low contrast
Hi, i need to detect a specific edge in a variaty of pictures which follow the same pattern. i have tried using an averaging ...
7 years 前 | 3 个回答 | 0
3
个回答提问
Grayscale Picture Linearizing with for loop doesnt work
[m,n] = size(grey); y = 2; pens= zeroes(m,n); for i = 1:m for j = 1:n pens(i,j) = floor(255*(power...
8 years 前 | 1 个回答 | 0