I now have a similar problem with using the Feature Detection. scenproc is running for more than 24 hours now trying to detect features.
I use this code:
Code:
ImportGDAL|Input_GeoTiff.tif|NOREPROJ
#
SplitGrid|AGN|*
#
DetectFeatures|FTYPE="RASTER"|Detect_Veg_v2.tfc|String;veg|tree|NONE
#
MergeGrid
#
ExportSHP|FTYPE="POLYGON"|veg_trees|C:\Export\veg
It's almost identical with the code from the (very nice!) scenproc manual. (I think you should add "|NOREPROJ" and "|NONE" though in the manual as I get errors using the exact code you used there)
The input file is 1.5GB big, the detection file worked very nice on a small test image in the texture tool. Does the detection time depend mainly on the size of the input image or the values in the tfc file? Would it improve the workflow if I used an image that only includes vegetation areas (like a 1 bit file) instead of using the original geotiff?