Search code examples
image-processing

Video Editing Books


Could you recommend me some book on algorithms about video editing? I would like to understand the principals algorithms of image manipulation. This is not for a commercial project, is only for learn. I don't want to learn some graphics library, I want to learn the algorithms of image manipulation


Solution

  • For understanding the principles of image manipulation algorithms, consider the following books:

    "Digital Image Processing" by Rafael C. Gonzalez and Richard E. Woods This is a comprehensive resource covering a wide range of image processing algorithms, including filtering, enhancement, and restoration.

    "Computer Vision: Algorithms and Applications" by David L. Poole and Alan K. Mackworth This book provides an introduction to algorithms used in computer vision, including those for image manipulation.

    "Image Processing, Analysis, and Machine Vision" by Milan Sonka, Vaclav Hlavac, and Roger Boyle This book offers detailed coverage of image processing algorithms and techniques.

    "Fundamentals of Digital Image Processing" by Anil K. Jain A thorough introduction to the basics of digital image processing algorithms and methods.

    These books will give you a solid foundation in image manipulation principles.