▍1. labelpoint_affine.py
说明: 手动选择三对特征点,标注特征点,实现二维图像的仿射配准;每完成一对需要按Q键进行下一对;平台是Spyter(Radiation registration by labeling feature points)
说明: 手动选择三对特征点,标注特征点,实现二维图像的仿射配准;每完成一对需要按Q键进行下一对;平台是Spyter(Radiation registration by labeling feature points)
java 调用人脸识别,进行了封装,请解压内部文件,然后进行反编译jar(java call opencv Call face recognition, encapsulate, decompress internal files, and decompile jar)
说明: java 调用人脸识别,进行了封装,请解压内部文件,然后进行反编译jar(java call opencv Call face recognition, encapsulate, decompress internal files, and decompile jar)
C# SDK for Face++ 人脸检测与分析 检测给定图片(Image)中的所有人脸(Face)的位置和相应的面部属性 检测模式可以是normal(默认) 或者 oneface 。在oneface模式中,检测器仅找出图片中最大的一张脸。 可以是none或者由逗号分割的属性列表。默认为gender, age, race, smiling。目前支持的属性包括:gender, age, race, smiling, 可以为图片中检测出的每一张Face指定一个不包含非法字符且不超过255字节的字符串作为tag,tag信息可以通过 /info/get_face 查询 检测给定人脸(Face)相应的面部轮廓,五官等关键点的位置,包括25点和83点两种模式。(Face Detection and Analysis Detecting the location and corresponding facial attributes of all faces in a given image The detection mode can be normal (default) or oneface. In oneface mode, the detector finds only the largest face in the picture. It can be none or a comma-separated list of attributes. The default is gender, age, race, smiling. Attributes currently supported include gender, age, race, smiling. Each Face detected in a picture can be tagged with a string that does not contain illegal characters and does not exceed 255 bytes. The tag information can be queried by / Info / get_face. The location of key points such as facial contour and facial features for a given face (Face) is detected, including 25 points and 83 points.)
说明: C# SDK for Face++ 人脸检测与分析 检测给定图片(Image)中的所有人脸(Face)的位置和相应的面部属性 检测模式可以是normal(默认) 或者 oneface 。在oneface模式中,检测器仅找出图片中最大的一张脸。 可以是none或者由逗号分割的属性列表。默认为gender, age, race, smiling。目前支持的属性包括:gender, age, race, smiling, 可以为图片中检测出的每一张Face指定一个不包含非法字符且不超过255字节的字符串作为tag,tag信息可以通过 /info/get_face 查询 检测给定人脸(Face)相应的面部轮廓,五官等关键点的位置,包括25点和83点两种模式。(Face Detection and Analysis Detecting the location and corresponding facial attributes of all faces in a given image The detection mode can be normal (default) or oneface. In oneface mode, the detector finds only the largest face in the picture. It can be none or a comma-separated list of attributes. The default is gender, age, race, smiling. Attributes currently supported include gender, age, race, smiling. Each Face detected in a picture can be tagged with a string that does not contain illegal characters and does not exceed 255 bytes. The tag information can be queried by / Info / get_face. The location of key points such as facial contour and facial features for a given face (Face) is detected, including 25 points and 83 points.)
利用opencv实现人脸识别,基于C++,VisualStudio2017开发,配合opencv自带的人脸识别类(using opencv to make faceRecongnition)
说明: 利用opencv实现人脸识别,基于C++,VisualStudio2017开发,配合opencv自带的人脸识别类(using opencv to make faceRecongnition)
基于Visual C++编程,用户界面,获取Kinect深度图像(Getting Kinect Depth Image)
说明: 基于Visual C++编程,用户界面,获取Kinect深度图像(Getting Kinect Depth Image)
个人整理的opencv最基本入门资料,推荐想入门的小白学习(Personally collated basic introductory information for opencv and recommended for white learning for beginners)
说明: 个人整理的opencv最基本入门资料,推荐想入门的小白学习(Personally collated basic introductory information for opencv and recommended for white learning for beginners)
高通410c 安卓系统的 opencv源代码(Qualcomm Snapdragon 410E (APQ8016E) Processor android system source code about opencv)
说明: 高通410c 安卓系统的 opencv源代码(Qualcomm Snapdragon 410E (APQ8016E) Processor android system source code about opencv)
说明: sift stitch基于opencv库的拼接算法小测试(sift stitch Small test of Mosaic algorithm based on opencv library)
sift stitch基于opencv库的拼接算法小测试(sift stitch Small test of Mosaic algorithm based on opencv library)
定位工件圆、圆角矩形,并检测圆和矩形内的污点(Locate the workpiece circle and rectangle, and detect the stain in the circle and rectangle)
说明: 定位工件圆、圆角矩形,并检测圆和矩形内的污点(Locate the workpiece circle and rectangle, and detect the stain in the circle and rectangle)
说明: 使用opencv中霍夫线变换检测直线,阈值可调(Line detection by Hough line transformation with adjustable threshold)