python - Template Matching Rotation Invariant OpenCV/SimpleCV -
i'm trying find way work rotation invariant template matching. can detect objets, calculate angle , rotate them in same orientation template (i took capture of template alone, in orientation 0). after each blob of image, execute template matching function , works quite far. problem doesn't find object corresponding template, , finds objects totally not correspond template. thought modifing threshold whould permit filter ones shouldn't match filter ones too. tried different matching methods , find best results ccoef_norm.
here have objects have identify

the matching object , 1 should not match
.
i don't know how perform matching program. tried searching key points it's not dedicated type of objects.
Comments
Post a Comment