gray scale and RGB concationation


Concatenating gray scale and rgb images in Mat-lab
To concatenate images following steps will be required:
Step1: initialize or load image by using imread command
Step2: plot the image at any axis
Step3: initialize or load another image by using imread command
Step4: plot the image at any axis
Step5: initialize a variable third variable where RGB can be converted into gray scale
Step6: change the values of dimension by different ratio


Be the innovator of your own thought if follow the other thought will be domed:) and get a tag of crammer :)
source code:
output




Comments

Popular posts from this blog

Image compression in matlab with explaination

Data Types in Matlab

Face detection in Matlab with source code