liuruoze
liuruoze
Good work, but in the new version, we have used a macro to judge the OpenCV version, and solved the Opencv3.2 incompatiable
请仅保留dock作为pr内容,然后合并。后续的dock的更新也请助力!
图片看不到,请更新一下。
"拿训练正样本里的图片给它判别,也判为非车牌" 这个的原因是学习没有收敛。你训练SVM用的版本是1.5还是前面的版本?在训练时是否提示"use the corrected version of SVM"?
这是由于opencv的SVM的bug引起的。无论是换到1.6版本还是用opencv3.2应该都可以解决这个问题。1:3是可以的,只要不要差距过大,例如1:10之类。
对于docker不太熟悉,这个可以作为一个新功能开发。
feature.cpp里有: void getHistomPlusColoFeatures(const Mat& image, Mat& features) { // TODO Mat feature1, feature2; getHistogramFeatures(image, feature1); getColorFeatures(image, feature2); hconcat(feature1.reshape(1, 1), feature2.reshape(1, 1), features); }
不是的。模型应该可以把黄色车牌和蓝色车牌都识别为车牌的。
说的没错,已修正
貌似目前的颜色定位中,其实自适应并没有使用?