Welcome![Sign In][Sign Up]
Location:
Search - opencv Y

Search list

[Graph programCapturePlayVideo

Description: An opencv program about capture and display video.-An opencv program about capture and displa y video.
Platform: | Size: 809 | Author: gi | Hits:

[Graph RecognizeOpenCV_face_detector

Description: This zip file contains source code and windows executables for carrying out face detection on a gray scale image. The code implements Viola-Jones adaboosted algorithm for face detection by providing a mex implementation of OpenCV s face detector. Instructions for use and for compiling can be found in the Readme file. Usage: FaceDetect (<Haar Cascase XML file>, <Gray scale Image>) The function returns Nx4 matrix. In case no faces were detected, N=1 and all four entries are -1. Otherwise, N=number of faces in the image and the vector contains the x, y, width and height information of the face. Example, A = imread ( lena.jpg , JPG ) Img = double (rgb2gray(A)) Face = FaceDetect( haarcascade_frontalface_alt2.xml ,Img)
Platform: | Size: 1295516 | Author: ruan | Hits:

[GDI-BitmapHough变换的源程序

Description: Hough变换用来在图象中查找直线。它的原理是:假设有一条与原点距离为s,方向角为θ的一条直线,直线上的每一点都满足方程 s=x*Cosθ+y*Sinθ,利用这个事实,我们可以找出某条直线来。这段程序,用来找出图象中最长的直线。-Hough Transformation is used for searching lines in an image . Here is the principle: Assume there is a line whoes direction is "sita" , and the distance from the origin to this line is s. So each point in this line satisfies the equation : s=x*Cos(sita)+ y*Sin(sita) . We can find out the lines based on this fact. And this programme is to find out the longest line in the image.
Platform: | Size: 2048 | Author: doctorsuo | Hits:

[Graph programCapturePlayVideo

Description: An opencv program about capture and display video.-An opencv program about capture and displa y video.
Platform: | Size: 1024 | Author: gi | Hits:

[Special Effectsrgb2yuv

Description: 这个是把RGB数据转换为YUV数据的源代码,本人测试了的,速度很快-This is the RGB data into a YUV data of the source code, I tested the speed very quickly
Platform: | Size: 568320 | Author: dwedw | Hits:

[Special Effectsdeinterlace-1

Description: 比较实用去隔行算法源码,输入为YUV视频序列。-De-interlacing algorithm more practical source, input for YUV video sequences.
Platform: | Size: 14336 | Author: fisher zhang | Hits:

[Graph RecognizeOpenCV_face_detector

Description: This zip file contains source code and windows executables for carrying out face detection on a gray scale image. The code implements Viola-Jones adaboosted algorithm for face detection by providing a mex implementation of OpenCV s face detector. Instructions for use and for compiling can be found in the Readme file. Usage: FaceDetect (<Haar Cascase XML file>, <Gray scale Image>) The function returns Nx4 matrix. In case no faces were detected, N=1 and all four entries are -1. Otherwise, N=number of faces in the image and the vector contains the x, y, width and height information of the face. Example, A = imread ( lena.jpg , JPG ) Img = double (rgb2gray(A)) Face = FaceDetect( haarcascade_frontalface_alt2.xml ,Img) -This zip file contains source code and windows executables for carrying out face detection on a gray scale image. The code implements Viola-Jones adaboosted algorithm for face detection by providing a mex implementation of OpenCV s face detector. Instructions for use and for compiling can be found in the Readme file. Usage: FaceDetect (<Haar Cascase XML file>, <Gray scale Image>) The function returns Nx4 matrix. In case no faces were detected, N=1 and all four entries are-1. Otherwise, N=number of faces in the image and the vector contains the x, y, width and height information of the face. Example, A = imread ( lena.jpg , JPG ) Img = double (rgb2gray(A)) Face = FaceDetect( haarcascade_frontalface_alt2.xml ,Img)
Platform: | Size: 1295360 | Author: ruan | Hits:

[Special EffectsLucasKanadeTracker

Description: Lucas-Kanader-Tomasi Feature Tracker,基于B.D.Lucas和T.Kanade[1]于1981的早期工作,于1991年由C.Tomasi和T.Kanade[2]完整导出,并于1994年由J.Shi和C.Tomasi[3]在文章中清楚地阐述。J.Y.Bougue[4]于2000年给出了此算法的一种实现,并收录在Intel公司的计算机视觉函数库OpenCV中。本例是此算法基于OpenCv的代码实现-Lucas-Kanader-Tomasi Feature Tracker, based on BDLucas and T. Kanade [1] in 1981 the early work, in 1991 by C. Tomasi and T. Kanade [2] a complete export, and was established in 1994 by J. Shi and C . Tomasi [3] in the article clearly explained. JYBougue [4] in 2000, given a realization of this algorithm and is included in Intel s computer vision library OpenCV in. This case is that this algorithm is based on the code OpenCv
Platform: | Size: 38208512 | Author: 梁霄 | Hits:

[2D GraphicHomography

Description: 已知图象4点坐标和转换后图像相对应4点坐标, 利用openCV求出homograghy 3x3 矩阵, 然后输出变换后图像-There is an input image called "warpin". The goal is to warp this image so that the tiles are approximately square, that is the camera is rotated to look down, which produces an image called warpout, also on the web site. I have measured the corners of the four points necessary to do the warp. They are: From x,y To x,y Top Left 75,169 => 103, 19 Top Right 118,165 => 192, 19 Bottom Left 62,222 => 105, 205 Bottom Right 148,216 => 192, 205 The origin of the image is in the top left corner. This is an OpenCV program that takes the warpin image, and using these given transformation coordinates produces the warpout image.
Platform: | Size: 71680 | Author: Ke Li | Hits:

[Special EffectsMyYUViewer

Description: 一个用opencv编写的可以打开YUV格式视频的一个很好的小程序,值得下载哦-Opencv prepared a used YUV format video can turn a good little program, it is worth to download Oh
Platform: | Size: 3068928 | Author: creasewang | Hits:

[Special Effectsopencv

Description: 本翻译是直接根据 OpenCV Beta 4.0 版本的用户手册翻 译的,原文件是: <opencv_directory>/doc/ref/opencvref_cv.htm, 可 以从 SOURCEFORG 上面的 OpenCV 项目下载,也可以直 接从 阿须数码 中下载: http://www.assuredigit.com/incoming/sourcecode/o pencv/chinese_docs/ref/opencvref_cv.htm。 翻译中肯定有不少错误,另外也有些术语和原文语义理 解不透导致翻译不准确或者错误,也请有心人赐教。 图像处理、结构分析、运动分析和对象跟踪部分由 R.Z.LIU 翻译,模式识别、照相机定标与三维重建部分由 H.M.ZHANG 翻译,全文由Y.C.WEI 统一修改校正。-This translation is directly from the OpenCV Beta 4.0 version of the user manual over Translation, the original documents are: <opencv_directory>/doc/ref/opencvref_cv.htm, can be From above SOURCEFORG download OpenCV project can also be directly Then from the Arab-Israeli to be a digital download: http://www.assuredigit.com/incoming/sourcecode/o pencv/chinese_docs/ref/opencvref_cv.htm. Am sure a lot of translation errors, but also some semantic terms and the original rationale Solution does not lead to translation through inaccurate or erroneous, please enlighten people. Image processing, structural analysis, motion analysis and object tracking in part by the RZLIU translation, pattern recognition, camera calibration and three-dimensional reconstruction in part by the HMZHANG translation, the full text of amendments to correction by the YCWEI reunification.
Platform: | Size: 687104 | Author: dugumengyouzi | Hits:

[OpenCVrgb2yuv

Description: rgb图像转yuv,基于opencv。仅供参看-rgb image transfer yuv, based opencv. Only see
Platform: | Size: 1778688 | Author: sunxu | Hits:

[Picture ViewerTIFF

Description: Varios intentos para abrir .tiff opcvedges usa opencv y los demas usan libtiff libjpeg libsdl-Varios intentos para abrir .tiff opcvedges usa opencv y los demas usan libtiff libjpeg libsdl
Platform: | Size: 4096 | Author: jecs89 | Hits:

[CSharpy-motion-detection

Description: 此系统是基于Opencv和VC,可以检测到运动中的物体,对于动作识别有很大的帮助!-This system is based on Opencv and VC can detect the movement of objects, a great help for action recognition!
Platform: | Size: 1656832 | Author: 杨天威 | Hits:

[Multimedia Developy--facedectection

Description: 本程序基于Opencv与VC而建立的,程序运行后可以自动检测到人脸,并标注出来!-Opencv with VC-based and established in the program, the program runs automatically detect a person' s face, and marked out!
Platform: | Size: 3420160 | Author: 杨天威 | Hits:

[OtherMiNuevoOpenCV

Description: visual c++ 2010 y opencv configuración
Platform: | Size: 12025856 | Author: jc ledesma | Hits:

[OpenCVGaussian-Blur

Description: This project for OpenCV C++. This is the most commonly used smoothing method. This is also used to eliminate noises in an image. Gaussian kernel is slided across the image to produce the smoothed image. Size of the kernel and the standard deviation of the Gaussian distribution in X and Y direction should be chosen carefully. - This is project for OpenCV C++. This is the most commonly used smoothing method. This is also used to eliminate noises in an image. Gaussian kernel is slided across the image to produce the smoothed image. Size of the kernel and the standard deviation of the Gaussian distribution in X and Y direction should be chosen carefully.
Platform: | Size: 521216 | Author: takurcite | Hits:

[OtherC

Description: 根据计盒维数原理编写了求一维曲线分形维数。本代码使用了C程序和opencv库函数 。 function D=FractalDim(y,cellmax) 求输入一维信号的计盒分形维数 y是一维信号 cellmax:方格子的最大边长,可以取2的偶数次幂次(1,2,4,8...),取大于数据长度的偶数 D是y的计盒维数(一般情况下D>=1),D=lim(log(N(e))/log(k/e))。 -Under the box dimension of the principle of preparing for a peacekeeping curve fractal dimension .This code uses C program and opencv library .function FractalDim D = (y, cellmax) for the importation of one-dimensional signal box fractal dimension y Victoria is a signal llmax : square of the largest side length, the two can take several dual Power (1, 2,4,8 ...), data from more than even the length of the D y is the box dimension (Dgt under normal circumstances = 1), D = lim (log (N (e))/log (k/e))
Platform: | Size: 5120 | Author: 寻之川 | Hits:

[Other新建 Microsoft Word 文档

Description: opencv实现傅里叶变换,傅立叶变换是把图像从空间域转化到频率域的变换。空间域:一般的情况下,空间域的图像是f(x,y)=灰度级(0-255),形象一点就是一个二维矩阵,每个坐标对应一个颜色值。频率域:频率:对于图像来说可以指图像颜色值的梯度,即灰度级的变化速度,幅度:可以简单的理解为是频率的权,即该频率所占的比例:能量=幅度(可能不太准确),变换结果为F(u,v),F代表幅度值,u代表x方向的频率,v代表y方向的频率(Fu Liye transform is the transformation of image from space domain to frequency domain. Spatial domain: in general, the image in the spatial domain is f (x, y) = gray level (0-255), and the image is a two-dimensional matrix, and each coordinate corresponds to a color value. Frequency domain: frequency: for images can refer to gradient image color values, i.e. the rate of change of gray level range can be simply understood as the right that the frequency of the frequency, the proportion of energy (= range may not be accurate), transform results for F (U, V), F on behalf of amplitude values, u represents the direction of X V frequency, Y direction frequency)
Platform: | Size: 12288 | Author: ambition123 | Hits:

[Multimedia programSine_Wave_Sliding_2016_5_21

Description: Explanation:- This Program can generate Sine Wave and slide uploaded image pattern according to sine wave.It is also plot wave propagation on X-Y coordinates. This program can save images at the same time to make pattern sliding videos or can be used for other purpose System:- Language c++, Opencv Vision Lib. (here OpenCV 2.4.7)
Platform: | Size: 14147584 | Author: sushichan | Hits:

CodeBus www.codebus.net