Hello Kai,
Thanks for the response. I was able to find a condition in the input point array that would allow me to trap the error prior to calling the function. I viewed the link that you posted but this was information I have already looked at. To be a little bit more clear about the problem I was having, in particular the input point array. If I have an image of 1600 x 1200 and I limit the input points to 0 and 1600 for x and 0 and 1200 for y, applying a filter value could create a condition where you are now out of bounds the width of the filter. I wanted to know what effects steepness would also have on these boundary conditions. The second error `insufficient points´ was not clearly explained in the documentation. I tried a few things to generate this error intentionally. A two point coordinate array with indentical coordinates, two different points (500,500),(501,501); three different points (500,500),(510,510),(520,520); all of these conditions generate error -1074395318 insufficient points. What exactly are the requirements for this point array input parameter with respect to the edge parameters? This is the information I am having a difficult time finding.