kaixindelele / image-perspective-transformationLinks
python处理图片,包括图片平移、图片旋转、图片缩放、图片翻转、透视变换。选择图片中的四个关键点和将要变换的点,用来生 成新的透视图
☆11Updated 4 years ago
Alternatives and similar repositories for image-perspective-transformation
Users that are interested in image-perspective-transformation are comparing it to the libraries listed below
Sorting:
- 手工实现的智能图片处理系统 包含基础的图片处理功能 各类滤波 seam carving算法 以及结合精细语义分割信息 实现智能去除目标的功能☆28Updated 7 years ago
- 同时识别年龄与性别☆85Updated 6 years ago
- 使用DBNet检测条形码,包含C++和Python两种版本的程序☆37Updated 4 years ago
- 口罩检测。凑个热闹,和百度类似的是否佩戴口罩检测分类,但是 速度会更快。☆30Updated last year
- Face Scoring Model to Get the Beauty Score of Face☆24Updated 6 years ago
- Python3使用TF-Slim进行图像分类☆50Updated 7 years ago
- 把普通图片或照片转成沙画。基于paddlehub的msgnet进行迁移学习。固定freeze backbone的参数来transfer learning。☆11Updated 4 years ago
- Blurred image generation and image sharpness evaluation (Brenner, Laplacian, SMD, etc.).☆40Updated 6 years ago
- try to Reproduce Pixel-anchor☆14Updated 5 years ago
- Android demo to use darknet model in ncnn.☆14Updated 4 years ago
- 纯YOLO系列的人脸检测+106个关键点检测☆36Updated 4 years ago
- ocr-label☆20Updated 6 years ago
- Document processing and text recognition tools☆11Updated 4 years ago
- mosaic detector in picture.☆42Updated last year
- The more you practice, the better you learn☆20Updated this week
- 图像自动标注☆28Updated 7 years ago
- 计算机视觉方面的分类、对象检测、图像分割、人脸检测、OCR等中文翻译☆114Updated 4 years ago
- 基于VGG16网络提取图像特征做图像检索提供Restful接口demo☆16Updated 5 years ago
- Examples and tools for deep learning deployment☆57Updated 4 years ago
- A simple interactive image segmentation app by opencv and qt. 使用opencv进行交互式抠图。☆136Updated 7 years ago
- 定位综述 目前用于人脸定位的有两种主流方法,一种是基于级联形状回归模型,另一种就是基于深度学习的方法。级联形状回归方法就是使用回归模型,直接学习从人脸表征到人脸形状的映射函数,进而建立从表观到形状的对应关系。这种方法的学习依赖于训练集的选取,如果训练集中包含了复杂的姿态变化…☆103Updated 6 years ago
- 深度学习OCR REST api (Flask+Redis+Keras)☆12Updated 7 years ago
- Detection Model using tensorflow, including RetinaNet, FCOS, CenterNet, DETR, ATSS, GFL,GFLV2,OneNet, YOLOF,YOLOv3,YOLOv4,YOLOv5☆18Updated 4 years ago
- 华为云杯”2020深圳开放数据应用创新大赛·生活垃圾图片分类.排名:50/4388;方案:SSD-efficientd3-DiouLoss☆13Updated 5 years ago
- This is the multilabel image classification label tool☆13Updated 7 years ago
- TinyMind人民币编码识别竞赛,第三名代码☆21Updated 5 years ago
- 复赛Public榜15th, Private榜8th,晋级榜6th,决赛5th,本项目是复赛复现项目,运行于model/目录下,gpu为4块☆19Updated 5 years ago
- 结合 mmdetection 、 label studio 实现数据集自动标注、模型自动迭代的 AI 闭环☆19Updated 2 years ago
- 一系列python程序,包括哈希感知算法cvHash,图像切割cvsplit,固定目标检测cvRec(附文档ppt),视频读帧图像切割cvROI,批量图像尺寸调整size,模式匹配template☆15Updated 7 years ago
- HCCR中文手写汉字识别 (网站在线实时推理)