Book-Identifier:一个Matlab应用程序,用于从书架图像中识别书籍

上传者: 42161450 | 上传时间: 2022-05-22 16:54:00 | 文件大小: 4.99MB | 文件类型: ZIP
图书标识符 这是一个Matlab应用,用于从书架图像中识别书籍。 它是作为大学计算机视觉课程项目的一部分而创建的。 该存储库包括代码,用于测试代码的Matlab应用程序,描述项目的网页,PowerPoint演示文稿以及详细描述项目的pdf报告。 有关更多详细信息,请参阅报告/网页/演示文稿。 摘要: 尽管许多网站都提供基于评论的书目排名,但实体商店却无法轻松访问此类数据。 在此项目中,我们开发了一种用于从书架的照片中识别书籍的系统。 然后,可以使用此信息从Internet提取任何所需的书籍相关数据,从而为实体书店的客户提供与在线可用的信息相同的信息。 我们的系统从照片中提取书脊,从背景中分割文本,并将单个字符分组为单词。 还提供了一种用于训练分类器以进行字符识别的实现。 对于细分,我们提出并实现了适用于大多数书脊的简单方法。 为了将字符分组为单词,我们开发了一种新算法,适用于具有不同

文件下载

资源详情

[{"title":"( 75 个子文件 4.99MB ) Book-Identifier:一个Matlab应用程序,用于从书架图像中识别书籍","children":[{"title":"Book-Identifier-master","children":[{"title":"presentation.pptx <span style='color:#111;'> 865.48KB </span>","children":null,"spread":false},{"title":"webpage","children":[{"title":"report.html <span style='color:#111;'> 31.62KB </span>","children":null,"spread":false},{"title":"images","children":[{"title":"words.jpg <span style='color:#111;'> 11.31KB </span>","children":null,"spread":false},{"title":"bookshelf.JPG <span style='color:#111;'> 383.21KB </span>","children":null,"spread":false},{"title":"colo_spine2.JPG <span style='color:#111;'> 39.47KB </span>","children":null,"spread":false},{"title":"hog.jpg <span style='color:#111;'> 11.48KB </span>","children":null,"spread":false},{"title":"words1.jpg <span style='color:#111;'> 7.88KB </span>","children":null,"spread":false},{"title":"color_spine3.JPG <span style='color:#111;'> 23.86KB </span>","children":null,"spread":false},{"title":"app6.jpg <span style='color:#111;'> 96.04KB </span>","children":null,"spread":false},{"title":"extracted_spines.jpg <span style='color:#111;'> 48.88KB </span>","children":null,"spread":false},{"title":"hough.jpg <span style='color:#111;'> 85.96KB </span>","children":null,"spread":false},{"title":"color_spine.JPG <span style='color:#111;'> 16.96KB </span>","children":null,"spread":false},{"title":"app4.jpg <span style='color:#111;'> 75.74KB </span>","children":null,"spread":false},{"title":"app3.jpg <span style='color:#111;'> 191.48KB </span>","children":null,"spread":false},{"title":"app5.jpg <span style='color:#111;'> 79.13KB </span>","children":null,"spread":false},{"title":"segmented spines.jpg <span style='color:#111;'> 49.20KB </span>","children":null,"spread":false},{"title":"segmentation windows.jpg <span style='color:#111;'> 20.41KB </span>","children":null,"spread":false},{"title":"words0.jpg <span style='color:#111;'> 7.71KB </span>","children":null,"spread":false},{"title":"app2.jpg <span style='color:#111;'> 161.32KB </span>","children":null,"spread":false},{"title":"app1.jpg <span style='color:#111;'> 52.63KB </span>","children":null,"spread":false},{"title":"words2.jpg <span style='color:#111;'> 5.12KB </span>","children":null,"spread":false},{"title":"words3.jpg <span style='color:#111;'> 5.06KB </span>","children":null,"spread":false}],"spread":false}],"spread":true},{"title":"README.md <span style='color:#111;'> 1.46KB </span>","children":null,"spread":false},{"title":"code","children":[{"title":"sample images","children":[{"title":"2.JPG <span style='color:#111;'> 383.21KB </span>","children":null,"spread":false},{"title":"3.JPG <span style='color:#111;'> 385.26KB </span>","children":null,"spread":false},{"title":"4.JPG <span style='color:#111;'> 368.37KB </span>","children":null,"spread":false},{"title":"1.JPG <span style='color:#111;'> 401.24KB </span>","children":null,"spread":false}],"spread":true},{"title":"classifier","children":[{"title":"genKnnRecognizer.m <span style='color:#111;'> 814B </span>","children":null,"spread":false},{"title":"genNeuralRecognizer.m <span style='color:#111;'> 917B </span>","children":null,"spread":false},{"title":"decaptcha.m <span style='color:#111;'> 409B </span>","children":null,"spread":false},{"title":"ppImg.m <span style='color:#111;'> 3.87KB </span>","children":null,"spread":false},{"title":"cropAndClean.m <span style='color:#111;'> 765B </span>","children":null,"spread":false},{"title":"recNeuralCaptcha.m <span style='color:#111;'> 672B </span>","children":null,"spread":false},{"title":"lookupIdx.m <span style='color:#111;'> 328B </span>","children":null,"spread":false},{"title":"genCaptchaChars.m <span style='color:#111;'> 1.10KB </span>","children":null,"spread":false},{"title":"benchmarkSVM.m <span style='color:#111;'> 623B </span>","children":null,"spread":false},{"title":"recKnnCaptcha.m <span style='color:#111;'> 675B </span>","children":null,"spread":false},{"title":"levenshtein.m <span style='color:#111;'> 695B </span>","children":null,"spread":false},{"title":"recSvmCaptcha.m <span style='color:#111;'> 675B </span>","children":null,"spread":false},{"title":"genSvmRecognizer.m <span style='color:#111;'> 854B </span>","children":null,"spread":false},{"title":"genFontChars.m <span style='color:#111;'> 589B </span>","children":null,"spread":false},{"title":"benchmarkNN.m <span style='color:#111;'> 659B </span>","children":null,"spread":false},{"title":"benchmarkKNN.m <span style='color:#111;'> 623B </span>","children":null,"spread":false}],"spread":false},{"title":"main","children":[{"title":"word_ang_mat.m <span style='color:#111;'> 570B </span>","children":null,"spread":false},{"title":"box_dist_along_line.m <span style='color:#111;'> 1.29KB </span>","children":null,"spread":false},{"title":"get_angle_arr.m <span style='color:#111;'> 350B </span>","children":null,"spread":false},{"title":"mergeWords.m <span style='color:#111;'> 983B </span>","children":null,"spread":false},{"title":"word_dist.m <span style='color:#111;'> 337B </span>","children":null,"spread":false},{"title":"min_dist_between_two_polygons.m <span style='color:#111;'> 8.99KB </span>","children":null,"spread":false},{"title":"lineSegmentIntersect.m <span style='color:#111;'> 4.55KB </span>","children":null,"spread":false},{"title":"word_dist_mat.m <span style='color:#111;'> 558B </span>","children":null,"spread":false},{"title":"getMergedWord.m <span style='color:#111;'> 585B </span>","children":null,"spread":false},{"title":"util.m <span style='color:#111;'> 790B </span>","children":null,"spread":false},{"title":"app.m <span style='color:#111;'> 15.50KB </span>","children":null,"spread":false},{"title":"checkMerge.m <span style='color:#111;'> 1.71KB </span>","children":null,"spread":false},{"title":"segmentText.m <span style='color:#111;'> 5.89KB </span>","children":null,"spread":false},{"title":"curveintersect.m <span style='color:#111;'> 6.37KB </span>","children":null,"spread":false},{"title":"code.m <span style='color:#111;'> 26.50KB </span>","children":null,"spread":false},{"title":"app.fig <span style='color:#111;'> 62.42KB </span>","children":null,"spread":false},{"title":"recognizeText.m <span style='color:#111;'> 2.10KB </span>","children":null,"spread":false},{"title":"getWordStats.m <span style='color:#111;'> 569B </span>","children":null,"spread":false},{"title":"get_dist_arr.m <span style='color:#111;'> 377B </span>","children":null,"spread":false},{"title":"drawHoughLines.m <span style='color:#111;'> 468B </span>","children":null,"spread":false},{"title":"min_px_dist.m <span style='color:#111;'> 401B </span>","children":null,"spread":false},{"title":"word_angle.m <span style='color:#111;'> 662B </span>","children":null,"spread":false},{"title":"cc_ang_mat.m <span style='color:#111;'> 558B </span>","children":null,"spread":false},{"title":"findWords.m <span style='color:#111;'> 4.65KB </span>","children":null,"spread":false},{"title":"separateSpines.m <span style='color:#111;'> 3.88KB </span>","children":null,"spread":false}],"spread":false},{"title":"lib","children":[{"title":"sortStruct2.m <span style='color:#111;'> 2.30KB </span>","children":null,"spread":false},{"title":"nestedSortStruct2.m <span style='color:#111;'> 6.59KB </span>","children":null,"spread":false},{"title":"tightfig.m <span style='color:#111;'> 3.93KB </span>","children":null,"spread":false},{"title":"sortStruct.m <span style='color:#111;'> 1.93KB </span>","children":null,"spread":false},{"title":"nestedSortStruct.m <span style='color:#111;'> 4.66KB </span>","children":null,"spread":false}],"spread":true}],"spread":true},{"title":"LICENSE <span style='color:#111;'> 17.62KB </span>","children":null,"spread":false},{"title":"report.pdf <span style='color:#111;'> 1.61MB </span>","children":null,"spread":false}],"spread":true}],"spread":true}]

评论信息

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明