Skip to content

this is my personal practice of algorithm that I have met in my job

Notifications You must be signed in to change notification settings

yushilinGithub/algorithm_practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

minimum span tree

when I read opencv source code, I found that image stitching is using maximum span tree to stitch all images together, So I decided to implement minimum span tree algorithm again with opencv code style (little bit not much), it's not too hard to implement, if you just know about minimum span tree, you can just write code without google help.

About

this is my personal practice of algorithm that I have met in my job

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages