-
使用OpenCV将黑色背景区变成白色
功能:将黑色边缘区变成白色边缘区(对于取得一个图像的感兴趣部分,随后再进行下一步处理有帮助,否则黑色边缘区很可能造成影响)
1、OpenCV的配置写在OpenCV_Rel.propsOpenCV_Dbg.props中,需要替换为你自己的OpenCV库的对应路径
2、输入图片名称为in.jpg,运行后会自动生成out.jpg,参考图已放入
3、提供Release文件夹,里面是编译好的结果,将Opencv的dll放进去就可以执行了,我主要是分享代码,就不把dll放进来了
- 2022-05-23 01:23:49下载
- 积分:1
-
getMoravecCorners
Moravec角点检测算法将角点定义为具有低“自相关性”的点。算法会检测图像的每一个像素,将像素周边的一个邻域作为一个patch,并检测这个patch和周围其他patch的相关性。(Moravec corner detection algorithm to corner points defined as having a low "autocorrelation" point. Algorithm detects images of each pixel, the pixel as a neighborhood around a patch, and detects the patch and the patch around the other correlation.)
- 2013-10-08 15:12:11下载
- 积分:1
-
Histom
计算直方图 在opencv环境下 但是不调用已有函数 自己编写实现直方图输出(Computing a histogram but do not call a function in the environment has its own written opencv histogram output)
- 2014-01-05 13:21:52下载
- 积分:1
-
opencv显示图像
利用VS2012配置opencv2410.MFC并通过opencv图像库文件,实现一张二维图像显示。2017年07月07日。penCV用C++语言编写,它的主要接口也是C++语言,但是依然保留了大量的C语言接口。该库也有大量的Python, Java and MATLAB/OCTAVE (版本2.5)的接口。这些语言的API接口函数可以通过在线文档获得。如今也提供对于C#,Ch, Ruby的支持。
- 2022-08-26 02:58:03下载
- 积分:1
-
CALIB
用张正有的方法实现摄像机内参数标定,经验证可以实现(Zhang is some method to achieve with camera calibration parameters within)
- 2013-06-27 21:32:50下载
- 积分:1
-
opencv-source-surf-algorithm
利用opencv中surf实现图片的匹配 (Using opencv achieve images match in surf)
- 2013-11-03 10:27:40下载
- 积分:1
-
Opencv 基于单高斯模型的运动目标检测算法
OPENCV基于摄像头图像采集运动目标跟踪及人脸识别技术(OPENCV Moving Object Tracking and Face Recognition Technology Based on Camera Image Acquisition)
- 2020-06-25 15:00:02下载
- 积分:1
-
FaceSDK-master
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.)
- 2020-06-22 20:40:01下载
- 积分:1
-
bmp位图转为h264的流
120张bmp位图转为一个h264的流,无需要额外配置,ffmpeg和opencv均已经配置好,vs2008下直接就可以运行
- 2022-03-19 07:40:58下载
- 积分:1
-
3D_stereo
此OpenCV程序包含双目摄像机标定,棋盘图像矫正,立体像对校正,立体匹配,三维重建模块。然后用OpenGL显示重建效果,并可以通过键盘方向键旋转。(This program contains the binocular camera calibration, image correction board, three-dimensional image of the calibration, stereo matching, three-dimensional reconstruction. Then use the OpenGL display reconstruction effects, and can rotate the keyboard arrow keys.)
- 2020-06-25 21:20:01下载
- 积分:1