I have looked at the help, searched the demo projects, and searched the forums for more help on ConvertToBWLocalThreshold, but couldn't find any, so here I am.
I understand the purposes and values for the second and third parameters to this method, but what does the WinSize parameter mean? The default for the method is 4 and the help shows an example of 8, but what do those values mean?
WinSize specifies the size of the box to analyze for our algorithm. I.e. if your specified threshold algorithm is ietMean, then it will calculate the mean for each 4x4 box.