Skip to content

Commit

Permalink
Update opencsp/common/lib/cv/annotations/HotspotAnnotation.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ben Bean <[email protected]>
  • Loading branch information
e10harvey and bbean23 authored Dec 11, 2024
1 parent 3ba64cc commit 88632a4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion opencsp/common/lib/cv/annotations/HotspotAnnotation.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@

class HotspotAnnotation(PointAnnotations):
"""
A class representing a hotspot annotation in a graphical context.
A class representing a hotspot annotation, likely created from a :py:class:`HotspotImageProcessor` instance.
The hotspot is the overall hottest location in an image, when accounting for the surrounding area. It may be the different from the centroid location or the single hottest pixel location.
This class extends the `PointAnnotations` class to create a specific type of annotation
that represents a hotspot, which can be rendered with a specific style and point location.
Expand Down

0 comments on commit 88632a4

Please sign in to comment.