mirror of
https://github.com/opencv/opencv.git
synced 2025-08-06 14:36:36 +08:00
Merge pull request #8250 from tomoaki0705:fixNonAsciiChar
This commit is contained in:
commit
dcbed8d676
@ -336,7 +336,7 @@ namespace cv{
|
|||||||
}//End function LabelingWu operator()
|
}//End function LabelingWu operator()
|
||||||
};//End struct LabelingWu
|
};//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
|
// Only for 8-connectivity
|
||||||
template<typename LabelT, typename PixelT, typename StatsOp = NoOp >
|
template<typename LabelT, typename PixelT, typename StatsOp = NoOp >
|
||||||
struct LabelingGrana{
|
struct LabelingGrana{
|
||||||
|
Loading…
Reference in New Issue
Block a user