Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated the template #107

Closed
wants to merge 1 commit into from
Closed

updated the template #107

wants to merge 1 commit into from

Conversation

rudrapsc
Copy link
Contributor

@rudrapsc rudrapsc commented Dec 8, 2022

changed the layout by a few margins and replaced GaussianBlur with MedianBlur

changed the layout by a few margins and replaced GaussianBlur with MedianBlur
@Udayraj123
Copy link
Owner

To be kept as part of #107.

@Udayraj123 Udayraj123 closed this Dec 9, 2022
Comment on lines +25 to +27
"name": "MedianBlur",
"options": { //replaced GaussianBlur with MedianBlur
"kSize": 5
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not a valid json with that comment. Try putting it in a key like this(convention):

Suggested change
"name": "MedianBlur",
"options": { //replaced GaussianBlur with MedianBlur
"kSize": 5
"//": "replaced GaussianBlur with MedianBlur",
"name": "MedianBlur",
"options": {
"kSize": 5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants