
Hi, I'd like to write some continues article in image processing and relevant subject like Parallel programming, Graphic programming Pipeline like OpenGL , therefore i'm going to introduce some Image processing foundation and implementation with C++.
Image Processing foundation contains:
-Bitmap and Image data structure.
-Compression method's in general and specific in Image data
-Introducing Linear Algebra
-Digital filter's
-Convolution method
-Edge detector (Sobel, Canny)
-Morphological Operation
And the implementation section :
0-Mathematics in C++(Matrix Operation like multiplication, Rotation,...)
1-BMP Header file
2-Open BMP Header file with C++
3-Implement Digital filter in C++
4-Multi thread Programming in C++
5-Introduce TBB(thread Building Block) for Multi Core program in C++
6-Parallel C++ programming with OpenMp
7-Introduce CUDA GPU Acceleration
8-Parallel Programming in CUDA
9-Basic of OpenGL
Those are the basic and elementary subject's that come's in to my mind and i hope it'll be completed in during the time, please don't hesitate to email me(amir.mnaderi@gmail.com) and participating if you like!
I'll started as soon as possible.