I need a verilog project- single image dehazing using dark channel prior
Budget: ₹1,500 – ₹12,500 INR
dark channel prior basically computes the minimum of rgb values present in a single pixel and assigns that value to the pixels. Once that is done, a patch of pixels is taken and the minimum is taken after which all the pixels in that patch are assigned the new minimum value. The input is a hex file of coloumn form and output is another hex file