English 中文(简体)
图像处理中的细读清单建议
原标题:Crash reading list suggestions in image processing

我为生活制定了分类和优化算法,但在图像处理方面没有经验。 明天(从现在起12小时) 我在一家进行图像分析的公司(在扫描模式中检测非正常)进行了技术工作面谈。

What would you suggest me to read before such an interview? (Please spare the obvious tips such as "you can t learn this in 12 hours", "be yourself", etc)

最佳回答

Russss imageprocess Handbook是一个良好的开端,可以轻易地进行。

问题回答

无论你是否拥有马特拉,其文件都是出色的,因此,你可以通过提供充分demos examples

关于一本书,请查看:Digital Value Process,由Gonzales查阅。





相关问题
Resources for Image Recognition

I am looking for a recommendation for an introduction to image processing algorithms (face and shape recognition, etc.) and wondered if anyone had an good recommendations, either for books, ...

Good reference book for digital image processing? [closed]

I am learning digital image processing on my own and would like recomendations on good reference books. If you know of books to definately stay away from that would be useful as well. Thanks

Python Tesseract can t recognize this font

I have this image: I want to read it to a string using python, which I didn t think would be that hard. I came upon tesseract, and then a wrapper for python scripts using tesseract. So I started ...

What s the quickest way to parallelize code?

I have an image processing routine that I believe could be made very parallel very quickly. Each pixel needs to have roughly 2k operations done on it in a way that doesn t depend on the operations ...

Computing object statistics from the second central moments

I m currently working on writing a version of the MATLAB RegionProps function for GNU Octave. I have most of it implemented, but I m still struggling with the implementation of a few parts. I had ...

Viola-Jones face detection claims 180k features

I ve been implementing an adaptation of Viola-Jones face detection algorithm. The technique relies upon placing a subframe of 24x24 pixels within an image, and subsequently placing rectangular ...

热门标签