Path: SpacecraftEstimation/StarVisualization
% Draw the blobs on top of the pixelmap using imagesc.
A white box is drawn around the blob and the maximum pixel is marked with a
red circle.
--------------------------------------------------------------------------
Form:
h = DrawBlobs(blobs,pixels,useLog)
--------------------------------------------------------------------------
------
Inputs
------
blobs (.) Data structure
.c0 (1,1)
.c1 (1,1)
.r0 (1,1)
.r1 (1,1)
pixels (m,n) Pixels
useLog (1,1) Boolean for log scale (false)
------
Outputs
------
h (1,1) Handle to figure
--------------------------------------------------------------------------
Copyright (c) 2018 Princeton Satellite Systems, Inc.
All rights reserved.
--------------------------------------------------------------------------
Since 2018.1
--------------------------------------------------------------------------
Common: General/Watermark
Back to the SpacecraftEstimation Module page