Need Help With idl library rpcidl.a [message #5428] |
Wed, 20 December 1995 00:00  |
Steve McLaughlin
Messages: 1 Registered: December 1995
|
Junior Member |
|
|
IDL Gurus,
I'm trying write a remote procedure call. To do this the
program (helloworld.c) needs to find $IDL_DIR/external/
examples/rpc/rpcidl.a. Unfortunatly, this library is not
exist - it's only a symlink to nothing. In the IDL guide
(v4.0; Chpt 24; Remote Procedure Calls) rpcidl.a is specified
in the helloworld.c program. Does anybody know why this library
doesn't exist? BTW, it's missing on DEC OSF/1 and SGI. Any
help is greatly appreciated.
Thanks,
Steve Mc
mclaughl@nssdc.gsfc.nasa.gov
|
|
|
|
Re: need help with idl [message #82542 is a reply to message #82482] |
Sun, 16 December 2012 00:37  |
ann[1]
Messages: 9 Registered: December 2012
|
Junior Member |
|
|
On Thursday, 13 December 2012 19:29:44 UTC+5:30, David Fanning wrote:
> Ann writes:
>
>
>
>> I defined some patches within which the pixels have varying intensity. I want to pick up pixel groups, minimum size 4 pixels with intensity greater than a given threshold. I want to use the indices of those groups.
>
>> Could someone help me out?
>
>
>
> Make a bi-level image with your threshold, then use
>
> Label_Region to select your pixel groups. You can
>
> screen them for size as you process them, discarding
>
> any that are less than your minimum. Here is an article
>
> that describes the process:
>
>
>
> http://www.idlcoyote.com/ip_tips/blobanalysis.html
>
>
>
> Cheers,
>
>
>
> David
>
>
>
> --
>
> David Fanning, Ph.D.
>
> Fanning Software Consulting, Inc.
>
> Coyote's Guide to IDL Programming: http://www.idlcoyote.com/
>
> Sepore ma de ni thue. ("Perhaps thou speakest truth.")
Thank you for the reply. The blob_analyzer is the code is the one that suits my requirement. Thank you once again.
|
|
|