I recently got into opencv and have realized that making synthetic samples with one positive image and many negative images aren't super accurate. Having read the documentation and some other blogs and tutorials, I realize that there is a way to use more than 1 positive image to make synthetic positive images.
My question is, how do I use (for example) 3 positive images and use the opencv_createsamples
to make the rest of the samples.
Thanks in advance!