サンプルプログラムの中の(エッジの検出 cvSobel,cvLaplace,cvCanny)と (画像の二値化 cvThreshold, cvAdaptiveThreshold)についてなんですが、 サンプルプログラムを実行するとそれぞれ edge.c:21: error: too few arguments to function 'cvSobel' edge.c:22: error: too few arguments to function 'cvConvertScaleAbs' edge.c:25: error: too few arguments to function 'cvLaplace' edge.c:26: error: too few arguments to function 'cvConvertScaleAbs' edge.c:29: error: too few arguments to function 'cvCanny' 及び nitika2.c:26: error: too few arguments to function 'cvSmooth' nitika2.c:35: error: too few arguments to function 'cvAnd' nitika2.c:39: error: too few arguments to function 'cvSmooth' nitika2.c:40: error: too few arguments to function 'cvAnd' という同様のエラーが出てしまいます。 どなたか分かる方がいたら教えて頂けないでしょうか。