hi Tricky
i have the input from the camera to the gaughter-card in NTSC formate, which convert it in YCbCr and input to the FPGA, after that FPGA convert this video to RGB formate(to show on the VGA output port).
i want to implement image normalization and FFT efficiently, but at the same time it must be simple.
so, i think conversion from RGB to greyscale is more feasible to implement this all.(because it will be simple and at the same time save our hardware resources as well)
after implementing image normalization and FFT convert greyscale to RGB again (to show at the VGA output port).
Thank you
Rizwan