|
|
|
|
|
by HelloNurse
454 days ago
|
|
You cannot prove that an algorithm does what you want, unless your understanding of what you want is quite formal.
But you can prove that an algorithm makes sense and that it doesn't make specific classes of mistake: for example, a median filter has the property that all output pixel values are the value of some input pixel, ensuring that no out of range values are introduced. |
|