comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: Edge detection for saturn's rings
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: Edge detection for saturn's rings [message #61342 is a reply to message #61341] Mon, 14 July 2008 18:41 Go to previous messageGo to previous message
frankosuna is currently offline  frankosuna
Messages: 31
Registered: February 2008
Member
Actually no, that is not the original image. I just did a quick print
screen to show you guys what it was. The original image is a
1024x1024 as is the edge detected. This is the following code that I
have:

LOADCT, 0
mydevice = !D.NAME

SET_PLOT, 'Z'

ERASE

DEVICE, SET_RESOLUTION=[1024,1024]

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; SOBEL CODE
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
filteredImage = SOBEL(img)
filteredImage=ROTATE(filteredImage, 7)

filteredImage = SMOOTH(filteredImage,.001)
tvscl, congrid(filteredImage, 1024, 1024)

image = TVRead(Filename='edgeDetect',/NODIALOG,/BMP)

image = READ_BMP('/home/users/fjosuna/NASA/CASVU_ISS/
edgeDetect.bmp')
OPENW, lun, 'edgeDetect.dat', /GET_LUN
WRITEU, lun, image
FREE_LUN, lun
ERASE

SET_PLOT, mydevice
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: centering dialog_pickfile, printersetup, etc...
Next Topic: Using IDL to make a signal filter

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Sat Nov 29 14:40:40 PST 2025

Total time taken to generate the page: 0.56084 seconds