loading
 
Auto_Threshold
Samuel from Brazil  [3 posts]
15 year
I'm not able to change the parameters of Auto_Threshold by API in VB.NET, someone could help me?

Thank you,
Samuel
Anonymous 15 year

Which parameter are you trying to change using what API call?

Perhaps you can include the XML or API call that you are using that you are having issues with.

STeven.
Samuel from Brazil  [3 posts] 15 year
I'm using: rr.execute("<Auto_Threshold><Cluster/></Auto_Threshold>")

I need to use a Auto_Threshold with Cluster(Otsu). But, I don't know to use this parameter.

Thansk for help.
Anonymous 15 year
Samuel,

The easiest way to find out the correct XML string is to configure the module in the GUI, save the configuration as a .robo file and then load in that configuration using a text editor. You will see the XML that you need to send. For example the following

<Auto_Threshold>
  <distance>10</distance>
  <single_range>10</single_range>
  <method>5</method>
  <symmetry_percent>10</symmetry_percent>
  <percent>50</percent>
</Auto_Threshold>

is what gets saved in a auto_threshold. There is normally more in that file than you need (depending on the config) so in your case all you need is

rr.execute("<Auto_Threshold><method>5</method></Auto_Threshold>");

and that should do the trick.

STeven.



Samuel from Brazil  [3 posts] 15 year
Thank's for your help Steven,

This forum thread has been closed due to inactivity (more than 4 months) or number of replies (more than 50 messages). Please start a New Post and enter a new forum thread with the appropriate title.

 New Post   Forum Index