Create a Gabor filter by applying Gabor equation using matlab

前端 未结 3 1712
无人及你
无人及你 2020-12-21 03:21

I tried to create a Gabor Filter. We all know that this kind of filter is more complex than any other filters because it is characterized by more complex features such as ha

3条回答
  •  Happy的楠姐
    2020-12-21 04:09

    You can now create a Gabor filter bank using the gabor function in the image processing toolbox, and you can apply it to an image using imgaborfilt.

提交回复
热议问题