Skip to content

Commit 386ae1e

Browse files
committed
Reviewed solution_exercise2
1 parent 42f328e commit 386ae1e

3 files changed

Lines changed: 171 additions & 196 deletions

File tree

tutorial_exercises/solution_exercise1/solution_exercise1.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
* \file main.cpp
2626
* \example solution_exercise1
2727
* \brief Harris corners example.
28-
* Look for TODO keyword in comments to code snippets that you need write.
28+
* Look for TODO keyword in comments for the code snippets that you need to write.
2929
* \author Radhakrishna Giduthuri <radha.giduthuri@ieee.org>
3030
*/
3131

@@ -117,7 +117,7 @@ int main( int argc, char * argv[] )
117117
// harris_k_sensitivity - sensitivity threshold k from the Harris-Stephens
118118
// harris_gradient_size - window size for gradient computation
119119
// harris_block_size - block window size used to compute the
120-
// harris corner score
120+
// Harris corner score
121121
vx_uint32 width = gui.GetWidth();
122122
vx_uint32 height = gui.GetHeight();
123123
vx_float32 harris_strength_thresh = 0.0005f;

0 commit comments

Comments
 (0)