Typical Real Time computer vision tasks require huge amount of processing power and time for handling real time computer vision applications. Parallel processing found to be the only solution to obtain the require processing speed for handling high-speed image processing applications. Generally SIMD architecture is suitable under low level processing while MIMD architecture is suitable for high-level processing. This paper works on realization of a parall operating SIMD- MIMD architecture for image processing applications. The project is isolated into two levels firstly, with the creation of a programming model for supporting parallel processing and secondly, with the creation of image processing algorithms for simulation framework. The programming model is to be created using kernel program realized using C language. The image processing algorithms are to be realized on Mat lab platform and linked with the developed support for parallel processing.