エッジ検出は、コンピュータービジョンのさまざまなアルゴリズムで使用され、画像のエッジを決定する広く基本的な機能です。エッジ検出アルゴリズムは画像内のエッジを決定するために使用され、ライン検出から機械学習までさまざまなアルゴリズムでさらに使用され、輪郭に基づいてオブジェクトを決定できます。機械学習の新しい畳み込み技術に着想を得て、ここでは、エッジを見つけるために画像の勾配を計算するために使用される標準のSobelカーネルを拡張するアイデアについて説明します。カスタム拡張フィルターの結果を、異なる画像セットとアルゴリズムを使用して、標準のSobelフィルターおよびその他のエッジ検出フィルターの結果と比較します。カスタム拡張Sobelフィルターの改善に関する統計結果を示します。
Edge detection is widely and fundamental feature used in various algorithms in computer vision to determine the edges in an image. The edge detection algorithm is used to determine the edges in an image which are further used by various algorithms from line detection to machine learning that can determine objects based on their contour. Inspired by new convolution techniques in machine learning we discuss here the idea of extending the standard Sobel kernels, which are used to compute the gradient of an image in order to find its edges. We compare the result of our custom extended filters with the results of the standard Sobel filter and other edge detection filters using different image sets and algorithms. We present statistical results regarding the custom extended Sobel filters improvements.