[TIP] unittest or tdd in image processing

Lucian Ciufudean lucian.ciufudean at gmail.com
Tue Oct 8 09:14:00 PDT 2013


Are you using some image processing libraries, aren't those unit tested? Or
are you using your own algorithms?
Just checking, are you after real white-box unit testing, or black box,
i.e. testing the result of the processing, the image bits themselves?

Lucian


On Tue, Oct 8, 2013 at 7:01 PM, Puntis Jifroodian-Haghighi <
p_j_haghighi at yahoo.com> wrote:

> Hi,
>
> I'm learning unit testing in python and I need to try it in image
> processing. But I can't think of any test case which is applicable in image
> processing domain. I work with images in my application and it's very
> different from checking the result of adding two values. Does anyone have
> any suggestion or knows of a reference which can help me to design unit
> tests in image processing domain?
>
> Thanks in Advance,
> Puntis
>
>
> _______________________________________________
> testing-in-python mailing list
> testing-in-python at lists.idyll.org
> http://lists.idyll.org/listinfo/testing-in-python
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.idyll.org/pipermail/testing-in-python/attachments/20131008/5931d2b3/attachment.htm>


More information about the testing-in-python mailing list