Talk About Network



Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Idl-pvware > supervised clas...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 1 Topic 5632 of 5728
Post > Topic >>

supervised classification by envi+dil

by =?GB2312?B?us7Mzg==?= <hetaos@[EMAIL PROTECTED] > Apr 11, 2008 at 01:40 AM

pro example_class_doit
     compile_opt idl2
     envi, /restore_base_save_files
     envi_batch_init, log_file='c:\batch.txt'
     envi_open_file, 'C:\can319398.tif', r_fid=fid
     if (fid eq -1) then begin
         envi_batch_exit
         return
     endif
     envi_file_query,fid, ns=ns, nl=nl, nb=nb
     dims = [-1l, 0, ns-1, 0, nl-1]
      pos =lindgen(nb)
      out_name = 'C:\22.img'
 
ENVI_DOIT,'CLASS_DOIT',dims=dims,FID=fid,METHOD=4,pos=pos,OUT_NAME=out_name,CHANGE_THRESH=5.00,ISO_MERGE_DIST=2,$
ISO_MERGE_PAIRS=2,ISO_MIN_PIXELS=1.00,ISO_SPLIT_SMULT=1,ITERATIONS=5,MIN_CLASSES=5,MUM_CLASSES=10

envi_batch_exit
end
why the process result is a '*.sat' file,  where error?
thanks




 1 Posts in Topic:
supervised classification by envi+dil
=?GB2312?B?us7Mzg==?= <  2008-04-11 01:40:09 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Mon May 12 0:55:31 CDT 2008.