Match images using histogram matching method
조회 수: 1 (최근 30일)
이전 댓글 표시
Can we match two images (as shown in page mentioned below) using histogram matching method? If yes, please let me know how.
댓글 수: 0
채택된 답변
Image Analyst
2013년 10월 5일
편집: Image Analyst
2013년 10월 5일
Yes, but I don't think that's what you want. Sure you can make one image have the same histogram as another image, and in fact I have such an app in my File Exchange, but I think what you really want to do is to take a test image and see if there's a similar one in a catalog of gesture images. Doing this may or may not involve histogram matching, but I'm sure it involves a lot more. I suggest you look here in Vision Bib at Gesture Recognition to see how people are classifyinging gestures and hand signals and sign language.
|21.4.2 Gesture Recognition Techniques
21.4.2.1 Gesture, Overviews, Surveys, Evaluations
21.4.2.2 Pointing Gestures, Pointing Systems
21.4.2.3 Hand Gesture Systems, Hand Posture, Hand Pose
21.4.2.4 Hand Tracking for Gestures
21.4.2.4.1 Arm Tracking, Arm Pose for Gestures
21.4.2.5 Gesture Recognition Systems, Applications, Human Computer Interaction Systems
21.4.2.5.1 Gesture Systems, Surfaces, Desks, Tables
21.4.2.5.2 Gesture Systems, Game Controls, Game Interactions
21.4.2.5.3 Gesture Systems, Using Depth Images, Range Data, Stereo Analysis for Gestures
21.4.2.6 Music Related Gestures, Systems, Music Video Analysis
21.4.2.7 American Sign Language, ASL Recognition
21.4.2.7.1 Sign Language, Other Languages, Chinese, Arabic
21.4.2.7.2 Sign Language, Fingerspelling|
댓글 수: 8
Image Analyst
2013년 10월 7일
I can't do that. Every case is unique. Maybe you can scale each feature to a number between 0 and 1 and look for the minimum median absolute difference (see wikipedia).
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Annotations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!