baidut / baidut/ITS

二维DLD滤波模板创建

Open
#65 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
95
Forks
33
PR merge metrics
No merged PRs in 30d

Description

``` matlab
gausFilter = fspecial('gaussian',[100 100], 50);
imshow(mat2gray(gausFilter))

gausFilter = fspecial('gaussian',[100 100], 50);
imshow(mat2gray(gausFilter))

gausFilter = fspecial('gaussian',[100 100], 50);
imshow(mat2gray(gausFilter))
```

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with the MATLAB snippet in the issue, which repeatedly creates and displays a 100×100 Gaussian filter using fspecial and imshow. The repository contains no named file, test, or entry point, and the intended DLD template and completion criteria are not specified, so clarify those before implementation.

Written by the indexing model from the issue text.

Assessment

Tech stack
matlab
Domain
computer-vision
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.