liuruoze 10 years ago
parent 777bf7baec
commit 6b229e7c8d

Binary file not shown.

After

Width:  |  Height:  |  Size: 704 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 714 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 760 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 669 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 699 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 691 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 790 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 753 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 746 B

@ -401,3 +401,11 @@
总图片数:120张, 未识出图片:7张, 定位率:94.1667%
平均字符差距:1.97345个, 完全匹配数:29张, 完全匹配率:25.6637%
总时间:82秒, 平均执行时间:0.683333秒
2015-03-14 14:36:08
总图片数:120张, 未识出图片:7张, 定位率:94.1667%
平均字符差距:1.97345个, 完全匹配数:29张, 完全匹配率:25.6637%
总时间:81秒, 平均执行时间:0.675秒
2015-03-14 14:47:56
总图片数:120张, 未识出图片:7张, 定位率:94.1667%
平均字符差距:1.97345个, 完全匹配数:29张, 完全匹配率:25.6637%
总时间:389秒, 平均执行时间:3.24167秒

@ -291,6 +291,11 @@ int CCharsSegment::charsSegment(Mat input, vector<Mat>& resultVec)
else
threshold(input, img_threshold, 10, 255, CV_THRESH_OTSU+CV_THRESH_BINARY_INV);
imshow("img_threshold", img_threshold);
waitKey(0);
destroyWindow("img_threshold");
if(m_debug)
{
stringstream ss(stringstream::in | stringstream::out);

Loading…
Cancel
Save