Skip to content

bitmingw/FindYourSister

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FindYourSister

This is a simple framework for object detection.

More information is provided in documentation.

Features

  • Fast and reliable framework based on OpenCV.
  • Simple interfaces for object detection.
  • Dynamic configuration via JSON files.
  • Integrated image annotation tool.
  • Adaptive for your own algorithms.

Sample Code

void testAlgoMatch(string featuresFile, string imagesFile)
{
    FysAlgorithms app(featuresFile, imagesFile);
    app.runTest();
    namedWindow("matching");
    imshow("matching", app.visualizeMatch(0, 0));
    waitKey(5000);
}

Documentation

You need Sphinx to generate the documentation.

pip install Sphinx
cd doc
make html

Licence

BSD Licence.

About

A general purpose object detection framework.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published