!doctitle{Convolution}$
!description{画像に対して畳み込み演算ができます}$
>>> !title{入力}$
    画像を選択 !emptybox->Id("imageinput")
    !img("/べむろご.png")->Id("input")$
>>> !title{フィルタ}$
    フィルタを選択 !emptybox->Id("filterinput")
    !emptybox->Id("filter")$
    !link(""){フィルタをダウンロード}->Id("filterdl")$
>>> !title{出力}$
    !emptybox->Id("progress")$
    !emptybox->Id("errormsg")$
    !img("")->Id("output")$