opencv 配置毛病:
fatal error LNK1104: 没法打开文件“opencv_calib3d2410.lib”
查看1下 opencv D:Prpgram FilesOpenCvopencvuildx86vc10lib 目录下的库文件,发信啊他们的版本号所对应的文件都是 248,而不是网上所说的2410,所以缘由就是这个,网上搭配教程的版本可能不1样,修改1下就好,行将所有的附加依赖项都从opencv_xxxx2410.lib改成opencv_xxxx248.lib
<script type="text/javascript">
$(function () {
$('pre.prettyprint code').each(function () {
var lines = $(this).text().split('
').length;
var $numbering = $('
').addClass('pre-numbering').hide();
$(this).addClass('has-numbering').parent().append($numbering);
for (i = 1; i <= lines; i++) {
$numbering.append($('
').text(i));
};
$numbering.fadeIn(1700);
});
});
</script>