Skip to content

Commit

Permalink
remove non ASCII character from comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tomoaki0705 committed Feb 23, 2017
1 parent 9053839 commit 822c67f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/imgproc/src/connectedcomponents.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ namespace cv{
}//End function LabelingWu operator()
};//End struct LabelingWu

// Based on “Optimized Block-based Connected Components Labeling with Decision Trees”, Costantino Grana et al
// Based on "Optimized Block-based Connected Components Labeling with Decision Trees", Costantino Grana et al
// Only for 8-connectivity
template<typename LabelT, typename PixelT, typename StatsOp = NoOp >
struct LabelingGrana{
Expand Down

0 comments on commit 822c67f

Please sign in to comment.