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년 초과 전 | 답변 수: 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년 전 | 답변 수: 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년 초과 전 | 답변 수: 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...
거의 9년 전 | 답변 수: 1 | 0