Hi all,
i am trying to built an ENVI API workflow to reproduce the Thematic Change workflow available in the ENVI's Change Detection toolbox.
Using the Thematic Change toolbox i can set a kernel filter and an Aggregation parameter (how well explained in the tutorial at this link
http://www.harrisgeospati...hangeTutorial.html). I can also save a statistics.txt file, an image file and a vector file.
I am trying to reproduce the same workflow using ENVI API functions and methods, like the EnviThematicChangeTask (
http://www.harrisgeospati...ticChangeTask.html). In the example linked before, i do not see any properties or input parameter setting the kernel filter and the aggregation, and do not see any possibility to save the stat.txt, the image and the vector.
Concerning the vector, i can produce it in two step: 1) using the ENVIThematicChangeTask to produce a ThematicChange classification layer and 2) saving it like a vector file .evf and finally 3) converting the evf into ESRI Shape format.
Hoever, how can i set the kernel and aggregation parameters and the statistics and image output files?
There is an example that explains how to achieve a ENVI API processing chain formally equal to the ENVI Thematic Change toolbox?
Thank you.