Skip to content

SheffieldMLtracking/retrodetect_replaced

 
 

Repository files navigation

This repo I think needs merging into btretrodetect, then deleting.

Bee retroreflection detector

Detect retroreflectors in image pair.

Installation

pip install retrodetect

Usage

The detectcontact function in this package analyzes a sequence of photos captured by a tracking system to detect potential retroreflectors with the detect function capturing the differences (retro-reflectors) detected between the flash and no flash images. See examples for details.

from retrodetect import detect, detectcontact

contact,found,searchimg = detectcontact(photo_list,n,delsize=100)

output = detect(flash,noflash,blocksize=20, offset=10, searchbox=20, step=4, searchblocksize=50, ensemblesizesqrt=3, dilate=True,margin=100)

Contributing

Interested in contributing? Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms.

About

Detect retroreflectors in image pair. Bee tracking project with Mike Smith

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%