On Mon, Feb 15, 2010 at 11:51 AM, karthick perumal < [email protected]> wrote:
> i have a > module to combine R,G,B channel together,so i have a three image file > called red.png,green.png,blue.png,so how to combine those file to get the > final color image,please suggest me some python code or other open source > tools to implement this module, > Hi Karthick, You may use OpenCV (Open Source Computer Vision). Here you can use C/C++ or Python. http://opencv.willowgarage.com/wiki/ There is a small discussion and code about Combine images. It may help you. http://n2.nabble.com/Re-Combine-2-images-into-1-larger-image-tc4174100.html#none If you don't want to combine large image, then you may set ROI(Region of Interest) , crop the region and combine it. Thanks & Rg Mohan L _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
