I have got a task to implement object detection. My input is an RGB image,
- I am first instructed to do homography transformation,
- followed by the transformation of the pixels in RGB colour space to CIE lab colour space.
- and next steps are included in the paper I am instructed to follow.
The link of the paper is:this
Where I lack in understanding is, while applying homography I need to specify a source and a destination. If I consider any RGB image as a source then what will be the destination?
It will be really helpful if I can get the codes for at least step 1 and 2 to start properly,
Thanking you in advance,
Titli