├── README.md ├── rgb888_2_YCbCr444 ├── run_simulation.bat ├── sim │ ├── 3.bmp │ ├── Video_Image_Processor_TB.v │ ├── bmp_sim_VIP_RGB888_YCbCr444_tb.v │ ├── bmp_sim_VIP_tb - binarization.v │ ├── compile.do │ ├── glbl.v │ ├── modelsim.ini │ ├── out_pic_1.bmp │ ├── out_pic_2.bmp │ ├── out_pic_3.bmp │ ├── rgb888_2_YCbCr444.png │ ├── wave.do │ └── wlftg6cdik └── src │ ├── CMOS_Capture_RGB565.v │ ├── VIP_RGB888_YCbCr444.v │ ├── Video_Image_Processor.v │ ├── Video_Image_Simulate_CMOS.v │ └── binarization.v └── template ├── run_simulation.bat ├── sim ├── 3.bmp ├── Video_Image_Processor_TB.v ├── bmp_sim_VIP_tb.v ├── compile.do ├── glbl.v ├── modelsim.ini ├── out_pic_1.bmp ├── out_pic_2.bmp ├── out_pic_3.bmp └── wave.do └── src ├── CMOS_Capture_RGB565.v ├── VIP_RGB888_YCbCr444.v ├── Video_Image_Processor.v ├── Video_Image_Simulate_CMOS.v └── binarization.v /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fivexxxxx/image_processing/HEAD/README.md -------------------------------------------------------------------------------- /rgb888_2_YCbCr444/run_simulation.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fivexxxxx/image_processing/HEAD/rgb888_2_YCbCr444/run_simulation.bat -------------------------------------------------------------------------------- /rgb888_2_YCbCr444/sim/3.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fivexxxxx/image_processing/HEAD/rgb888_2_YCbCr444/sim/3.bmp -------------------------------------------------------------------------------- /rgb888_2_YCbCr444/sim/Video_Image_Processor_TB.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fivexxxxx/image_processing/HEAD/rgb888_2_YCbCr444/sim/Video_Image_Processor_TB.v -------------------------------------------------------------------------------- /rgb888_2_YCbCr444/sim/bmp_sim_VIP_RGB888_YCbCr444_tb.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fivexxxxx/image_processing/HEAD/rgb888_2_YCbCr444/sim/bmp_sim_VIP_RGB888_YCbCr444_tb.v -------------------------------------------------------------------------------- /rgb888_2_YCbCr444/sim/bmp_sim_VIP_tb - binarization.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fivexxxxx/image_processing/HEAD/rgb888_2_YCbCr444/sim/bmp_sim_VIP_tb - binarization.v -------------------------------------------------------------------------------- /rgb888_2_YCbCr444/sim/compile.do: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fivexxxxx/image_processing/HEAD/rgb888_2_YCbCr444/sim/compile.do -------------------------------------------------------------------------------- /rgb888_2_YCbCr444/sim/glbl.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fivexxxxx/image_processing/HEAD/rgb888_2_YCbCr444/sim/glbl.v -------------------------------------------------------------------------------- /rgb888_2_YCbCr444/sim/modelsim.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fivexxxxx/image_processing/HEAD/rgb888_2_YCbCr444/sim/modelsim.ini -------------------------------------------------------------------------------- /rgb888_2_YCbCr444/sim/out_pic_1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fivexxxxx/image_processing/HEAD/rgb888_2_YCbCr444/sim/out_pic_1.bmp -------------------------------------------------------------------------------- /rgb888_2_YCbCr444/sim/out_pic_2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fivexxxxx/image_processing/HEAD/rgb888_2_YCbCr444/sim/out_pic_2.bmp -------------------------------------------------------------------------------- /rgb888_2_YCbCr444/sim/out_pic_3.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fivexxxxx/image_processing/HEAD/rgb888_2_YCbCr444/sim/out_pic_3.bmp -------------------------------------------------------------------------------- /rgb888_2_YCbCr444/sim/rgb888_2_YCbCr444.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fivexxxxx/image_processing/HEAD/rgb888_2_YCbCr444/sim/rgb888_2_YCbCr444.png -------------------------------------------------------------------------------- /rgb888_2_YCbCr444/sim/wave.do: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fivexxxxx/image_processing/HEAD/rgb888_2_YCbCr444/sim/wave.do -------------------------------------------------------------------------------- /rgb888_2_YCbCr444/sim/wlftg6cdik: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fivexxxxx/image_processing/HEAD/rgb888_2_YCbCr444/sim/wlftg6cdik -------------------------------------------------------------------------------- /rgb888_2_YCbCr444/src/CMOS_Capture_RGB565.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fivexxxxx/image_processing/HEAD/rgb888_2_YCbCr444/src/CMOS_Capture_RGB565.v -------------------------------------------------------------------------------- /rgb888_2_YCbCr444/src/VIP_RGB888_YCbCr444.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fivexxxxx/image_processing/HEAD/rgb888_2_YCbCr444/src/VIP_RGB888_YCbCr444.v -------------------------------------------------------------------------------- /rgb888_2_YCbCr444/src/Video_Image_Processor.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fivexxxxx/image_processing/HEAD/rgb888_2_YCbCr444/src/Video_Image_Processor.v -------------------------------------------------------------------------------- /rgb888_2_YCbCr444/src/Video_Image_Simulate_CMOS.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fivexxxxx/image_processing/HEAD/rgb888_2_YCbCr444/src/Video_Image_Simulate_CMOS.v -------------------------------------------------------------------------------- /rgb888_2_YCbCr444/src/binarization.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fivexxxxx/image_processing/HEAD/rgb888_2_YCbCr444/src/binarization.v -------------------------------------------------------------------------------- /template/run_simulation.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fivexxxxx/image_processing/HEAD/template/run_simulation.bat -------------------------------------------------------------------------------- /template/sim/3.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fivexxxxx/image_processing/HEAD/template/sim/3.bmp -------------------------------------------------------------------------------- /template/sim/Video_Image_Processor_TB.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fivexxxxx/image_processing/HEAD/template/sim/Video_Image_Processor_TB.v -------------------------------------------------------------------------------- /template/sim/bmp_sim_VIP_tb.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fivexxxxx/image_processing/HEAD/template/sim/bmp_sim_VIP_tb.v -------------------------------------------------------------------------------- /template/sim/compile.do: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fivexxxxx/image_processing/HEAD/template/sim/compile.do -------------------------------------------------------------------------------- /template/sim/glbl.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fivexxxxx/image_processing/HEAD/template/sim/glbl.v -------------------------------------------------------------------------------- /template/sim/modelsim.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fivexxxxx/image_processing/HEAD/template/sim/modelsim.ini -------------------------------------------------------------------------------- /template/sim/out_pic_1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fivexxxxx/image_processing/HEAD/template/sim/out_pic_1.bmp -------------------------------------------------------------------------------- /template/sim/out_pic_2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fivexxxxx/image_processing/HEAD/template/sim/out_pic_2.bmp -------------------------------------------------------------------------------- /template/sim/out_pic_3.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fivexxxxx/image_processing/HEAD/template/sim/out_pic_3.bmp -------------------------------------------------------------------------------- /template/sim/wave.do: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fivexxxxx/image_processing/HEAD/template/sim/wave.do -------------------------------------------------------------------------------- /template/src/CMOS_Capture_RGB565.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fivexxxxx/image_processing/HEAD/template/src/CMOS_Capture_RGB565.v -------------------------------------------------------------------------------- /template/src/VIP_RGB888_YCbCr444.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fivexxxxx/image_processing/HEAD/template/src/VIP_RGB888_YCbCr444.v -------------------------------------------------------------------------------- /template/src/Video_Image_Processor.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fivexxxxx/image_processing/HEAD/template/src/Video_Image_Processor.v -------------------------------------------------------------------------------- /template/src/Video_Image_Simulate_CMOS.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fivexxxxx/image_processing/HEAD/template/src/Video_Image_Simulate_CMOS.v -------------------------------------------------------------------------------- /template/src/binarization.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fivexxxxx/image_processing/HEAD/template/src/binarization.v --------------------------------------------------------------------------------