Skip to content

Matching Algorithm2 #40

Description

@protruser

Discussed in #39

Originally posted by protruser December 15, 2024
I separated the bill into three parts like 02, 03 and 06. But it is not work well, and hard to detect it.
Due to the hidden images, it still gives an error like

res_06 = cv2.matchTemplate(roi_06, template_06, cv2.TM_CCOEFF_NORMED)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
cv2.error: OpenCV(4.10.0) D:\a\opencv-python\opencv-python\opencv\modules\imgproc\src\templmatch.cpp:1175: error: (-215:Assertion failed) *img.size().height <= *templ.size().height && *img.size().width <= *templ.size().width in function 'cv::matchTemplate'

we have to solve this problem of how to separate the bill and get features of hidden images

This is my idea.
image

You can share the comments at any time!!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions