EdgeDetectStatistical example for C++ Builder

void __fastcall TForm1::EdgeDetectStaticClick(TObject *Sender)
{
   LEADImage1->EdgeDetectStatistical( 15, 128, RGB(255, 255, 255), RGB(0, 0, 0) );
}