Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
C
cuda_lab
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Gaurav Kukreja
cuda_lab
Commits
6a9fd100
Commit
6a9fd100
authored
Mar 05, 2014
by
Gaurav Kukreja
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Convolution: Changed default sigma to 2.0
Signed-off-by:
Gaurav Kukreja
<
gaurav@gauravk.in
>
parent
5aeb8c49
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
main.cu
gaurav/1_Assign/ex6/main.cu
+1
-1
No files found.
gaurav/1_Assign/ex6/main.cu
View file @
6a9fd100
...
@@ -122,7 +122,7 @@ int main(int argc, char **argv)
...
@@ -122,7 +122,7 @@ int main(int argc, char **argv)
getParam("gray", gray, argc, argv);
getParam("gray", gray, argc, argv);
cout << "gray: " << gray << endl;
cout << "gray: " << gray << endl;
float sigma =
0.5
;
float sigma =
2.0
;
getParam("sigma", sigma, argc, argv);
getParam("sigma", sigma, argc, argv);
cout << "sigma = " << sigma << endl;
cout << "sigma = " << sigma << endl;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment