Welcome![Sign In][Sign Up]
Location:
Search - openCV jpg

Search list

[Picture Viewershowp

Description: 使用MFC与opencv结合显示图像,支持jpg.bmp,tif等格式-use MFC opencv combined with images show support jpg.bmp, tif format, etc.
Platform: | Size: 1506304 | Author: zth | Hits:

[Graph programsaveAVItojpg

Description: 打开AVI文件,保存其中的帧为jpg序列图像。VC+OPENCV实现。-Open the AVI file, save them as jpg image sequence frame. VC+ OPENCV realize.
Platform: | Size: 145408 | Author: 鹿角菜 | Hits:

[GDI-BitmapViewImage

Description: 编了一段时间,编了一个关于BMP,JPG,TIF,等各种常见的图像读取的VC++程序,希望对某些人有用!-Made for a period of time, allocated on a BMP, JPG, TIF, and other common image read VC++ Procedures useful for some people!
Platform: | Size: 2179072 | Author: 安迪 | Hits:

[Special Effectsselect_roi_image_using_opencv

Description: 这是一个利用opencv来方便的选取感兴趣图像区域在原图上标示出并保存的程序,支持bmp,jpg等常见图像,支持多次选取和保存,附使用说明。 -This is a convenient to use opencv image selected region of interest marked out on the image and save the procedure, support bmp, jpg and other common images, support for multiple selection and preservation, is attached for use.
Platform: | Size: 34816 | Author: 王奎 | Hits:

[Picture Viewerpic_READ

Description: 使用opencv写的读入bmp和jpg、jpeg等多种图片格式的程序,使用了cvvimage控件,将图片显示在对话框中,。-Use opencv read write bmp and jpg, jpeg and other image formats, the use of the cvvimage controls, the picture displayed in the dialog box,.
Platform: | Size: 1549312 | Author: 车林 | 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:

[GDI-Bitmaptestconsole

Description: 是一个jpg转ppm的图像转换程序,下载外国写的demo时,会遇到很多人用ppm做输入图像,所以这个程序很有用。是基于opencv的。-Is a jpg image to ppm conversion process, download the demo foreign write, it will encounter a lot of people do use ppm input image, so this program very useful. Is based on the opencv.
Platform: | Size: 1024 | Author: 王冲 | Hits:

[Special Effectscamshift

Description: camshift算法自动跟踪肤色区域 当前目录下放置肤色图片hand.jpg。 基于OpenCV函数库-automatic tracking algorithm camshift color region under the current directory to place color Photos hand.jpg. Based on the OpenCV library
Platform: | Size: 3072 | Author: wudp | Hits:

[Special Effectsmean

Description: 对二值图像(当前目录下a.jpg)进行中值滤波 基于OpenCV函数库-Value of the two images (the current directory a.jpg) for median filtering based on the OpenCV library
Platform: | Size: 2048 | Author: wudp | Hits:

[Special EffectsHarrisCorner

Description: 利用openCV找出已知图像中的角点, 利用slider bar 控制临界值, 并显示出通过临界值的角点像素, 并用non-maxima suprression 使之变稀疏并显示-routines in OpenCV to demonstrate the operations of the Harris Corner detector. 1. Open the image box_in_scene.jpg and show the image in a window. 2. Compute the minimum eigenvalue of that image. 3. Threshold the minimum eigenvalue, and draw the pixels that pass this threshold test in white, and the rest of the pixels in black. The actual threshold should be set by a slider which is on top of the window. I have found that a threshold of 0.01 for the minimum eigenvalue gives good results as the middle value of the slider. 4. Take the pixels that pass this threshold test and use a non-maxima suppression algorithm to thin out the potential corners. Draw the corners that pass the non-maxima suppression test in another window. These are the final corners.
Platform: | Size: 84992 | Author: Ke Li | Hits:

[BooksOpenCV

Description: opencv的人脸识别实例,绝对能运行,本程序是转载,非本人亲自制作-opencv
Platform: | Size: 123904 | Author: duyu | Hits:

[Multimedia Developlive555-rtsp-single-image

Description: This package contains the two modified files of original live555 c++ library for saving rtsp stream as image. each frame will be saved as jpg image and updated every frame. this is particular useful in application which do image processing on live stream such as elphel camera send rtsp stream and with this code we can extract each frame of the stream, save it everytime with same file which can be read by opencv to do image processing.
Platform: | Size: 13312 | Author: ad | Hits:

[GDI-BitmapPicView

Description: 自己学习MFC和OpenCV的练习,图像读取采用OpenCV实现,算法自写,主要功能 1. 支持bmp,jpg,png,tif,pgm等图像格式 2. 支持滚轮缩放 3. 支持鼠标移动图像 4. 支持全屏查看 5. 支持自动播放(幻灯式播放) 6. 支持水平、垂直翻转,90度旋转 7. 支持键盘操作 8. 绘制图像时基本无闪烁-Using OpenCV implementation, the main functions 1. Supports bmp, jpg, png, tif, pgm image format, etc. 2. Support Wheel Zoom 3. 4 mouse moving images. Supports full-screen view 5. Supports automatic play (slide-style playing) 6. support for horizontal, vertical flip, 90-degree rotation 7. Support keyboard 8. draw the image, almost no flicker
Platform: | Size: 1186816 | Author: 康云 | Hits:

[OpenCVOpenCVTest

Description: 利用opencv1.0+VC6.0写的一个小程序,主要实现了: 1.打开jpg图片 2.图片上叠加文字信息 3.利用opencv把图片显示到一个Picture控件上 4.picture控件的重绘问题 5.图片合并-Using opencv1.0+ VC6.0 to write a small program, the main achievement of: 1. Open the jpg image 2. Picture superimposed text information 3. Using opencv the pictures show a Picture control 4.picture control redraw problem 5. Photo Merge
Platform: | Size: 4481024 | Author: nana | Hits:

[Windows Develop28668327Hough_transfor

Description: The Makefile is for MacOS X 10.6. The scanner is int 3Dscanner.cpp and uses OpenCV. he "ducky" subdirectory holds a set of test images. There are a couple of example .txt point cloud files included in the top-level directory (shrek-16.txt, ducky-points.txt, LPS-points.txt). The grabframes.{py.cpp} utility uses OpenCV to capture frames: hit c to capture "calib.jpg" and " " to capture scanner frames. You ll need to find the calibration target correspondences using Gimp or similar tool, and edit these into 3Dscanner.cpp. Be sure to se-The Makefile is for MacOS X 10.6. The scanner is int 3Dscanner.cpp and uses OpenCV. he "ducky" subdirectory holds a set of test images. There are a couple of example .txt point cloud files included in the top-level directory (shrek-16.txt, ducky-points.txt, LPS-points.txt). The grabframes.{py.cpp} utility uses OpenCV to capture frames: hit c to capture "calib.jpg" and " " to capture scanner frames. You ll need to find the calibration target correspondences using Gimp or similar tool, and edit these into 3Dscanner.cpp. Be sure to se
Platform: | Size: 12288 | Author: dai | Hits:

[OpenCVconvert

Description: OpenCV程序 功能:图像格式的转换,支持JPG,BMP,TIF,PNG,PPM-OpenCV program funtion: Image format convertion, support JPG,BMP,TIF,PNG,PPM
Platform: | Size: 92160 | Author: | Hits:

[OpenCVopenCV_openjpg

Description: 采用opencv打开一张jpeg图像,Win32应用程序-open a image in form of jpeg by opencv
Platform: | Size: 2503680 | Author: 刘蓉 | Hits:

[OpenCVopencv-capture

Description: 使用opencv提取视频每一帧及将连续图片合成视频 //////////////////////////////////////////////////////////////////////// // // // 该程序实现视频和图片的相互转换. // Image_to_video()函数将一组图片合成AVI视频文件. // Video_to_image()函数将AVI视频文件读入,将每一帧存储为jpg文件. -To use opencv extracted video each frame and continuous picture composite video / / //The program to achieve mutual conversion of video and pictures. //Image_to_video () function of the synthesis of a set of pictures to AVI video file. //Video_to_image () function to read AVI video files into each frame as a jpg file.
Platform: | Size: 1024 | Author: 唐广超 | Hits:

[OpenCVOpenCV-YUV

Description: OpenCV jpg图片,查找图片形状,得出物体形状,大小,尺寸-OpenCV jpg Photo,find Photo
Platform: | Size: 23552 | Author: quanlove | Hits:

[Graph programjpcoyuv

Description: 可批量将jpg转换成yuv格式,C++实现,有使用到opencv(Jpg can be converted into YUV format in batch)
Platform: | Size: 2048 | Author: peano1993 | Hits:
« 12 3 4 »

CodeBus www.codebus.net