Detecting multiple images in a single image

后端 未结 6 1558
滥情空心
滥情空心 2021-01-30 21:39

I need help to identify the border and compare the images with the original image. I need guidance on How can I achieve this through processing or matlab or anything for beginne

6条回答
  •  栀梦
    栀梦 (楼主)
    2021-01-30 22:01

    If you want to detect your object in an environment more complex (rotation, deformation, scaling, perspective), you need a detection method more efficient. I suggest you to see what is called a "cascade classifier for Haar features" OpenCv can propose you a lot of function to do this method rapidly. See this useful page

    Or even by matlab you can see this example

提交回复
热议问题