搜索资源列表
FindImg
- 批量导出文件加下所有图片的路径到txt文件-bat
1ts
- 用opencv函数从txt文件中读取数据到二维矩阵的程序,并进行求逆,求和,求矩阵每列元素平均值,摄像机标定时的一小部分-Using OpenCV function from the txt file to read the data into a two-dimensional matrix procedures, and the inverse of matrix, and each column elements, on average, a small portion of camer
ForDetail
- 用于获取图像的每个像素值的分布状况,输出结果保存在相同目录下的txt文件中。-Used to obtain the distribution of values of each pixel of the image, save the output results in a txt file in the same directory.
opencvlib
- opencv库函数说明,基本函数的说明,txt文件夹-opencv lib
cvut_test
- 环境:VC6.0 && OpenCV1.0 程序说明: 1)image文件里保存着标定图片 2)calibdata.txt 保持标定图片的路径(根据实际设置) 3)在标定源文件中 calibration.cpp 根据不同的标定标规格需要设置的参数: CvSize board_size = cvSize(5,7) /* 定标板上每行、列的角点数 */(不包括边缘的角点) 这里值得注意的是拍摄的时候要完整的拍下标定板。-Envir
inggais
- 环境:VC6.0 && OpenCV1.0 程序说明: 1)image文件里保存着标定图片 2)calibdata.txt 保持标定图片的路径(根据实际设置) 3)在标定源文件中 calibration.cpp 根据不同的标定标规格需要设置的参数: CvSize board_size = cvSize(5,7) /* 定标板上每行、列的角点数 */(不包括边缘的角点) 这里值得注意的是拍摄的时候要完整的拍下标定板。-Envir
bmpreadmyself
- vs2008 读取bmp图像像素值,其结果记录在生成的txt文件-vs2008 read bmp image pixel value, and the results recorded in the generated txt file
trapezoid_1
- 基于opencv实现对投影图形的梯形转换,可以读取保存了坐标的txt文件,并且进行多幅图片的不同尺度的梯形变换-Opencv achieve the projected figure based on trapezoidal changes that can save the coordinates read txt file. Can transform a set of pictures of the trapezoid
faceLBP
- 包含一个性别分类的cpp文件,和已经训练好的gender.yml模型,最后计算出样本分类准确率。建议使用AR人脸数据库。使用格式为genderLBP 训练样本.txt 测试样本.txt。因为不用训练模型了,测试样本随便写个行了。测试样本的格式是:路径 1或者0。1表示男性,0表示女性。-Cpp file contains a gender classification, and has trained gender.yml model, and finally calculate the sam
GetFeatureFromVideo
- 基于OPENCV2.4.7实现了视频的LMP特征提取,代码包含了视频帧采样设置,harris关键点检测数量设置,视频段划分等基本参数的设置。采样得到的结果保存到txt文件中。-OPENCV2.4.7 realized based feature set LMP video extraction, sample code contains a set of video frames, harris set the number of key-point detection, video segme
h
- (1)从D盘的某个文件夹中读取一副彩色图像, (2)把它转化为灰度图像 (3)在灰度图像中找到灰度值最大点 (4)把灰度图像存到E盘的某个文件夹中 (5)把灰度值最大点的灰度值显示出来,并把该灰度值存到E盘的另一个文件夹的txt文件中。-(1) is sandwiched a pair of color image read a file the D drive, (2) to convert it to grayscale (3) to find the maximu
ConsoleApplication12
- kinect 2.0扫描物体生成三维点云并保存到TXT文件中。-Kinect2.0 scan device object generated 3 d point cloud and save to TXT file
camcalibr
- 使用opencv进行摄像机标定,将拍摄的标定图像存在一个文件夹中,统一命名,文件名写入a.txt文件,注意路径。(camera calibration with opencv computer vision library)