>  Docs Center  >  Libraries  >  JHU/APL/S1R  >  IMG_RADON
Libraries

IMG_RADON

IMG_RADON

Name


      IMG_RADON

Purpose


      Compute the Radon Transform of a color or B&W image.

Category


Calling Sequence


      img_radon, img

Inputs


      img = Input image (Color or B&W). in

Keyword Parameters


Keywords


        START=a1 Given start angle in degrees, default=0.
        STOP=a2 Given stop angle in degrees, default=179.
        STEP=da Given angle step in degrees, default=1.
        ANGLES=ang Returned list of angles used (deg).
        RADIUS=rd Returned list of radii from image center (pix).
        EMBED=n Given size of zero image to embed given image in.
          Def=no embed.
        TRANSFORM=trans Returned Radon Transform image.

Outputs


Common Blocks


Notes


Notes


        Display original image:
          img_disp,img & win1=!d.window
        Display Radon Transform of image:
          izoom, ang, rd, bytscl(trans),/center
        Explore Radon Transform:
          xypro_radon,init=win1
          crossi,xypro='xypro_radon',/mag
          xypro_radon,/erase

Modification History


      R. Sterner, 2006 Jun 27
      R. Sterner, 2010 May 12 --- Converted arrays from () to [].
  Copyright (C) 2006, Johns Hopkins University/Applied Physics Laboratory
  This software may be used, copied, or redistributed as long as it is not
  sold and this copyright notice is reproduced on each copy made. This
  routine is provided as is without any express or implied warranties
  whatsoever. Other limitations apply as described in the file disclaimer.txt.



© 2024 NV5 Geospatial Solutions, Inc. |  Legal
   Contact Us