搜索资源列表
pix-show Opencv图像处理
- Opencv图像处理,在彩色图像中点击图像任意一点,显示改点的RGB值-Opencv image processing, color image, click on the image at any point, change the point of the RGB value display
SnakeProfile
- opencv例子里没有提供cvsnakeimage的使用方法,在此整理一个例子,可以形象的看看snake算法的结果,大致做法是: 首先设定域值分割,把基本的轮廓找出来,见图中蓝色轮廓线,再将轮廓点传入cvSnakeImage函数,计算出绿色的snake轮廓线。 其中参数alpha代表点相互靠拢的权值(0-1.0),beta表示弯曲能量(越小越容易弯曲)(0-1.0),gamma表示整体能量(0-1.0)。其中参数我自己也不确定具体的范围,最好自己更改不同的范围试试. -o
Brightness-transform
- 根据matlab中的imadjust函数编写的程序,可以实现对彩色图像的亮度变换,参数要自己调一下-According to the function in matlab imadjust written procedures, can change the brightness of the color images, what parameters to tune their own
motiondetect
- 改代码实现从视频中检测并跟踪运动对象,而且将运动对象用矩形框标记出来-Change the code from a video detection and tracking moving objects, but also moving objects marked with the rectangular box
convert
- OpenCV程序 功能:图像格式的转换,支持JPG,BMP,TIF,PNG,PPM-OpenCV program funtion: Image format convertion, support JPG,BMP,TIF,PNG,PPM
opencv1
- opencv编的视频叠加,视频文件修改一下就可以用了,相互交流-opencv series of video overlay, video files, change it can be used to exchange
FramerateEnlarge
- 改变视频的帧率,需要用到opencv。不依赖播放器,直接改变视频文件本身的帧率。-Change the video frame rate, need to use opencv. Do not rely on the player, the video file directly to change their frame rate.
02
- 载入图片,之后改变图片的第一和第四象限之内的像素点。最后把改变前和改变后的图片显示。-Loading picture, then change the picture within the first and fourth quadrant of the pixels. The final change before and after the change to the picture show.
Test_img
- 从本地读取一张图片进行操作,进行数学变化,然后输出到窗口,是用vc++编写的哦-Read an image from the local to operate, the mathematical change, and then output to the window, is written in vc++ Oh
OPENCVdraw
- 用opencv实现了在二维坐标任意画直线 坐标只需自己更改即可-Opencv achieved by two-dimensional coordinates of an arbitrary line drawing in the coordinates can simply change their
pixelget
- opencv和mfc 实现提取像素或者改变像素值-opencv mfc achieve extraction of pixels and pixel values or change
cvResize
- Resize 圖像大小變換 void cvResize( const CvArr* src, CvArr* dst, int interpolation=CV_INTER_LINEAR ) src 輸入圖像. dst 輸出圖像. interpolation 插值方法: * CV_INTER_NN - 最近鄰插值, * CV_INTER_LINEAR - 雙線性插值 (預設使用) * CV_INTER_AREA
DetectiveContour
- 视频场景切换及轮廓检测(VS2008+opencv),采用VC编写,注意源代码里的视频名称是“sunyanzi.avi”,改成自己的视频名称即可-scene change detection and detective contours,write with vc,remember change the name of video in the code into yours
lbp
- 1.解压缩之后,在vs2008下可直接运行,不过需要安装opencv 2.提供人脸检测与识别功能 3.人脸识别,需要预先选定文件夹提取特征向量,然后才可以选取比较,这个需要改源程序-1. Unzipped, run directly under the vs2008, but need to install opencv 2. Provides face detection and recognition 3. Recognition, pre-selected folder nee
binary_1
- 將圖片二值化,並顯示於新的視窗中!也可更改圖像的大小比例!-The binary image, and displayed in a new window! Also change the image size ratio!
corner
- 自己改的角点检测程序基于 openCV做的 用的是Harris和susan角点检测方法 后续 还要做角点的匹配 大家有好的意见 站内联系啊!-Their own testing procedures to change the corner to do based on openCV and susan with the Harris corner detection method for the follow-up we need to do corners we have good view
add_frame
- 在图像中,给指定的区域增加边框,大小可以随便更改,希望对大家有用-In the image, add a border to the designated area, the size can easily change, we hope to be useful
PicFormatChange
- 用opencv对特定格式的图片进行格式转换,生成所需格式的图片。-make picture format change with opencv
motiopenlice
- 一个使用opencv编写的提取avi视频的水平和垂直时空切片的程序代码,可以用于视频镜头切换检测。-A written extract using opencv avi video horizontal and vertical slice of space-time code can be used for video shot change detection.
Change-Contrast-of-a-Video
- This project for OpenCV I make it to increase or decrease the contrast of a video using OpenCV C++ It can change the contrast for each and every frame of the video.-This is project for OpenCV I make it to increase or decrease the contrast of