All Projects → whitelok → fast-directional-chamfer-matching

whitelok / fast-directional-chamfer-matching

Licence: other
An optimized chamfer matching algorithm from FastDirectionalChamferMatching. FastDirectionalChamferMatching 模式匹配算法库

Programming Languages

C++
36643 projects - #6 most used programming language
matlab
3953 projects

Projects that are alternatives of or similar to fast-directional-chamfer-matching

ocr recognition
use java opencv tesseract ocr image words detects and recognition,use python generate jTessBoxEditor train box file
Stars: ✭ 52 (+136.36%)
Mutual labels:  image-detection
ros2-tensorflow
ROS2 nodes for computer vision tasks in Tensorflow
Stars: ✭ 41 (+86.36%)
Mutual labels:  image-detection
ImageDetectionCordovaPlugin
Image detection cordova plugin
Stars: ✭ 99 (+350%)
Mutual labels:  image-detection

fast-directional-chamfer-matching

An optimized chamfer matching algorithm from FastDirectionalChamferMatching. FastDirectionalChamferMatching 模式匹配算法库

Original algorithm

@inproceedings{liu_cvpr2010,
    title = {Fast Directional Chamfer Matching},
    author = {Ming-Yu Liu and Oncel Tuzel and Ashok Veeraraghavan and Rama Chellappa},
    booktitle = {Proc. IEEE Conf. on Computer Vision and Pattern Recognition},
    year = {2010},
    publisher = {IEEE Computer Society}
}

Different from original

  • Fixed build error in make.m on Unix/Linux

  • Fixed headers name error

  • TO DO make this libs can be invoke in human way.

Run Demo

# if you are not in Windows or OSX, please run make first
main

Using with your own image

// in main.m

// wins is the box of the matching result in original image
wins = FDCMChamferDetect(templateImgPath, matchingTargetImgPath, saveImgPath)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].