在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 最经典的开源车牌识别代码 OPENCV

最经典的开源车牌识别代码 OPENCV

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:24.88M
  • 下载次数:13
  • 浏览次数:420
  • 发布时间:2021-02-10
  • 实例类别:一般编程问题
  • 发 布 人:好学IT男
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
当今世界上最有用的开源代码,如识别国内车牌需重新训练。
【实例截图】
【核心代码】
cfe5b9e9-b94c-4810-b7e2-deef3f4fb95e
└── ANPR-master
├── ANPR
│   ├── ANPR-Info.plist
│   ├── ANPR-Prefix.pch
│   ├── AppDelegate.h
│   ├── AppDelegate.m
│   ├── Default@2x.png
│   ├── Default-568h@2x.png
│   ├── Default.png
│   ├── dependencies
│   │   ├── include
│   │   │   ├── leptonica
│   │   │   │   ├── allheaders.h
│   │   │   │   ├── alltypes.h
│   │   │   │   ├── arrayaccess.h
│   │   │   │   ├── array.h
│   │   │   │   ├── bbuffer.h
│   │   │   │   ├── bmf.h
│   │   │   │   ├── bmp.h
│   │   │   │   ├── ccbord.h
│   │   │   │   ├── dewarp.h
│   │   │   │   ├── endianness.h
│   │   │   │   ├── environ.h
│   │   │   │   ├── freetype.h
│   │   │   │   ├── gplot.h
│   │   │   │   ├── heap.h
│   │   │   │   ├── imageio.h
│   │   │   │   ├── jbclass.h
│   │   │   │   ├── leptwin.h
│   │   │   │   ├── list.h
│   │   │   │   ├── morph.h
│   │   │   │   ├── pix.h
│   │   │   │   ├── ptra.h
│   │   │   │   ├── queue.h
│   │   │   │   ├── readbarcode.h
│   │   │   │   ├── regutils.h
│   │   │   │   ├── stack.h
│   │   │   │   ├── sudoku.h
│   │   │   │   └── watershed.h
│   │   │   └── tesseract
│   │   │   ├── ambigs.h
│   │   │   ├── apitypes.h
│   │   │   ├── baseapi.h
│   │   │   ├── basedir.h
│   │   │   ├── bits16.h
│   │   │   ├── bitvector.h
│   │   │   ├── blckerr.h
│   │   │   ├── blobbox.h
│   │   │   ├── blobs.h
│   │   │   ├── blread.h
│   │   │   ├── boxread.h
│   │   │   ├── boxword.h
│   │   │   ├── capi.h
│   │   │   ├── ccstruct.h
│   │   │   ├── ccutil.h
│   │   │   ├── clst.h
│   │   │   ├── control.h
│   │   │   ├── coutln.h
│   │   │   ├── crakedge.h
│   │   │   ├── cubeclassifier.h
│   │   │   ├── cube_reco_context.h
│   │   │   ├── detlinefit.h
│   │   │   ├── docqual.h
│   │   │   ├── dppoint.h
│   │   │   ├── elst2.h
│   │   │   ├── elst.h
│   │   │   ├── equationdetect.h
│   │   │   ├── errcode.h
│   │   │   ├── fileerr.h
│   │   │   ├── fixspace.h
│   │   │   ├── fontinfo.h
│   │   │   ├── genblob.h
│   │   │   ├── genericvector.h
│   │   │   ├── globaloc.h
│   │   │   ├── hashfn.h
│   │   │   ├── helpers.h
│   │   │   ├── host.h
│   │   │   ├── hosthplb.h
│   │   │   ├── hpddef.h
│   │   │   ├── hpdsizes.h
│   │   │   ├── imgscale.h
│   │   │   ├── indexmapbidi.h
│   │   │   ├── ipoints.h
│   │   │   ├── linlsq.h
│   │   │   ├── lsterr.h
│   │   │   ├── ltrresultiterator.h
│   │   │   ├── matrix.h
│   │   │   ├── memry.h
│   │   │   ├── mfcpch.h
│   │   │   ├── mod128.h
│   │   │   ├── mutableiterator.h
│   │   │   ├── ndminx.h
│   │   │   ├── normalis.h
│   │   │   ├── notdll.h
│   │   │   ├── nwmain.h
│   │   │   ├── ocrblock.h
│   │   │   ├── ocrclass.h
│   │   │   ├── ocrpara.h
│   │   │   ├── ocrrow.h
│   │   │   ├── osdetect.h
│   │   │   ├── otsuthr.h
│   │   │   ├── output.h
│   │   │   ├── pageiterator.h
│   │   │   ├── pageres.h
│   │   │   ├── paragraphs.h
│   │   │   ├── paragraphs_internal.h
│   │   │   ├── paramsd.h
│   │   │   ├── params.h
│   │   │   ├── params_training_featdef.h
│   │   │   ├── pdblock.h
│   │   │   ├── pgedit.h
│   │   │   ├── platform.h
│   │   │   ├── points.h
│   │   │   ├── polyaprx.h
│   │   │   ├── polyblk.h
│   │   │   ├── publictypes.h
│   │   │   ├── qrsequence.h
│   │   │   ├── quadlsq.h
│   │   │   ├── quadratc.h
│   │   │   ├── quspline.h
│   │   │   ├── ratngs.h
│   │   │   ├── rect.h
│   │   │   ├── rejctmap.h
│   │   │   ├── reject.h
│   │   │   ├── resultiterator.h
│   │   │   ├── scaleimg.h
│   │   │   ├── scanutils.h
│   │   │   ├── seam.h
│   │   │   ├── secname.h
│   │   │   ├── serialis.h
│   │   │   ├── sorthelper.h
│   │   │   ├── split.h
│   │   │   ├── statistc.h
│   │   │   ├── stderr.h
│   │   │   ├── stepblob.h
│   │   │   ├── strngs.h
│   │   │   ├── tessbox.h
│   │   │   ├── tesscallback.h
│   │   │   ├── tessdatamanager.h
│   │   │   ├── tessedit.h
│   │   │   ├── tesseractclass.h
│   │   │   ├── tesseract_cube_combiner.h
│   │   │   ├── tesseractmain.h
│   │   │   ├── tessvars.h
│   │   │   ├── tfacep.h
│   │   │   ├── tfacepp.h
│   │   │   ├── thresholder.h
│   │   │   ├── tprintf.h
│   │   │   ├── unichar.h
│   │   │   ├── unicharmap.h
│   │   │   ├── unicharset.h
│   │   │   ├── unicity_table.h
│   │   │   ├── unicodes.h
│   │   │   ├── vecfuncs.h
│   │   │   ├── werd.h
│   │   │   └── werdit.h
│   │   └── lib
│   │   ├── liblept.a
│   │   └── libtesseract_all.a
│   ├── en.lproj
│   │   └── InfoPlist.strings
│   ├── ImageProcessingImplementation.h
│   ├── ImageProcessingImplementation.mm
│   ├── ImageProcessingProtocol.h
│   ├── ImageProcessor.cpp
│   ├── ImageProcessor.h
│   ├── main.m
│   ├── MainViewController.h
│   ├── MainViewController.m
│   ├── MainViewController.xib
│   ├── tessdata
│   │   └── eng.traineddata
│   ├── UIImage+OpenCV.h
│   ├── UIImage+OpenCV.mm
│   ├── UIImage+operation.h
│   └── UIImage+operation.m
├── ANPR.xcodeproj
│   ├── project.pbxproj
│   └── project.xcworkspace
│   └── contents.xcworkspacedata
├── input.png
├── opencv2.framework
│   ├── Headers
│   ├── opencv2
│   ├── Resources
│   └── Versions
│   ├── A
│   │   ├── Headers
│   │   │   ├── calib3d
│   │   │   │   └── calib3d.hpp
│   │   │   ├── contrib
│   │   │   │   ├── contrib.hpp
│   │   │   │   ├── detection_based_tracker.hpp
│   │   │   │   ├── hybridtracker.hpp
│   │   │   │   ├── openfabmap.hpp
│   │   │   │   └── retina.hpp
│   │   │   ├── core
│   │   │   │   ├── core_c.h
│   │   │   │   ├── core.hpp
│   │   │   │   ├── cuda_devptrs.hpp
│   │   │   │   ├── devmem2d.hpp
│   │   │   │   ├── eigen.hpp
│   │   │   │   ├── gpumat.hpp
│   │   │   │   ├── internal.hpp
│   │   │   │   ├── mat.hpp
│   │   │   │   ├── opengl_interop_deprecated.hpp
│   │   │   │   ├── opengl_interop.hpp
│   │   │   │   ├── operations.hpp
│   │   │   │   ├── types_c.h
│   │   │   │   ├── version.hpp
│   │   │   │   └── wimage.hpp
│   │   │   ├── features2d
│   │   │   │   └── features2d.hpp
│   │   │   ├── flann
│   │   │   │   ├── all_indices.h
│   │   │   │   ├── allocator.h
│   │   │   │   ├── any.h
│   │   │   │   ├── autotuned_index.h
│   │   │   │   ├── composite_index.h
│   │   │   │   ├── config.h
│   │   │   │   ├── defines.h
│   │   │   │   ├── dist.h
│   │   │   │   ├── dummy.h
│   │   │   │   ├── dynamic_bitset.h
│   │   │   │   ├── flann_base.hpp
│   │   │   │   ├── flann.hpp
│   │   │   │   ├── general.h
│   │   │   │   ├── ground_truth.h
│   │   │   │   ├── hdf5.h
│   │   │   │   ├── heap.h
│   │   │   │   ├── hierarchical_clustering_index.h
│   │   │   │   ├── index_testing.h
│   │   │   │   ├── kdtree_index.h
│   │   │   │   ├── kdtree_single_index.h
│   │   │   │   ├── kmeans_index.h
│   │   │   │   ├── linear_index.h
│   │   │   │   ├── logger.h
│   │   │   │   ├── lsh_index.h
│   │   │   │   ├── lsh_table.h
│   │   │   │   ├── matrix.h
│   │   │   │   ├── miniflann.hpp
│   │   │   │   ├── nn_index.h
│   │   │   │   ├── object_factory.h
│   │   │   │   ├── params.h
│   │   │   │   ├── random.h
│   │   │   │   ├── result_set.h
│   │   │   │   ├── sampling.h
│   │   │   │   ├── saving.h
│   │   │   │   ├── simplex_downhill.h
│   │   │   │   └── timer.h
│   │   │   ├── highgui
│   │   │   │   ├── cap_ios.h
│   │   │   │   ├── highgui_c.h
│   │   │   │   └── highgui.hpp
│   │   │   ├── imgproc
│   │   │   │   ├── imgproc_c.h
│   │   │   │   ├── imgproc.hpp
│   │   │   │   └── types_c.h
│   │   │   ├── legacy
│   │   │   │   ├── blobtrack.hpp
│   │   │   │   ├── compat.hpp
│   │   │   │   ├── legacy.hpp
│   │   │   │   └── streams.hpp
│   │   │   ├── ml
│   │   │   │   └── ml.hpp
│   │   │   ├── nonfree
│   │   │   │   ├── features2d.hpp
│   │   │   │   ├── gpu.hpp
│   │   │   │   ├── nonfree.hpp
│   │   │   │   └── ocl.hpp
│   │   │   ├── objdetect
│   │   │   │   └── objdetect.hpp
│   │   │   ├── opencv.hpp
│   │   │   ├── opencv_modules.hpp
│   │   │   ├── photo
│   │   │   │   ├── photo_c.h
│   │   │   │   └── photo.hpp
│   │   │   ├── stitching
│   │   │   │   ├── detail
│   │   │   │   │   ├── autocalib.hpp
│   │   │   │   │   ├── blenders.hpp
│   │   │   │   │   ├── camera.hpp
│   │   │   │   │   ├── exposure_compensate.hpp
│   │   │   │   │   ├── matchers.hpp
│   │   │   │   │   ├── motion_estimators.hpp
│   │   │   │   │   ├── seam_finders.hpp
│   │   │   │   │   ├── util.hpp
│   │   │   │   │   ├── util_inl.hpp
│   │   │   │   │   ├── warpers.hpp
│   │   │   │   │   └── warpers_inl.hpp
│   │   │   │   ├── stitcher.hpp
│   │   │   │   └── warpers.hpp
│   │   │   ├── video
│   │   │   │   ├── background_segm.hpp
│   │   │   │   ├── tracking.hpp
│   │   │   │   └── video.hpp
│   │   │   ├── videostab
│   │   │   │   ├── deblurring.hpp
│   │   │   │   ├── fast_marching.hpp
│   │   │   │   ├── fast_marching_inl.hpp
│   │   │   │   ├── frame_source.hpp
│   │   │   │   ├── global_motion.hpp
│   │   │   │   ├── inpainting.hpp
│   │   │   │   ├── log.hpp
│   │   │   │   ├── motion_stabilizing.hpp
│   │   │   │   ├── optical_flow.hpp
│   │   │   │   ├── stabilizer.hpp
│   │   │   │   └── videostab.hpp
│   │   │   └── world
│   │   │   └── world.hpp
│   │   ├── opencv2
│   │   └── Resources
│   │   └── Info.plist
│   └── Current
├── output.png
└── README.md

33 directories, 283 files

标签:

实例下载地址

最经典的开源车牌识别代码 OPENCV

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警