搜索资源列表
ImagePro
- 利用openCV进行图像的出来,包挎波段组合,直方图绘制。-Out the images using openCV, including the collapse band combinations, histogram drawing.
Opencv_draw
- 基于Opencv的绘图程序,绘制圆和文字-Opencv based drawing program, draw circles and text
draw
- vc++6.0环境下运用opencv进行绘图等操作的一个控制台程序-a drawing program with opencv
cvFitEllipse_J
- 使用openCV偵測橢圓,並於外矩形框中畫記實線. 不同於範例之偵測方式.外舉行框可旋轉角度表示.-Use openCV ellipse detection, and in line outside the rectangular box drawing documentary. Different from the examples of detection methods. Outside the box can be held in rotation, said.
mouse-drawing-rectangle
- OpenCV 鼠标画矩形,可以截取并保存截取的区域-The OpenCV mouse draw a rectangle, you can intercept and save the interception area
draw
- 用OpenCV实现简单图形的绘制,线段、矩形、多边形以及文本写等。共同学习-Using OpenCV simple drawing, line, rectangle, polygon and text and writing. Learning together
drawing
- Opencv的画图程序,可以随机的画出直线,圆圈并填充颜色。-Opencv drawing
opencvdrawing
- 这是一个用opencv编写的绘图程序,希望大家用得上-This is a drawing program written using opencv, hope that we need them
OPENCVdraw
- 用opencv实现了在二维坐标任意画直线 坐标只需自己更改即可-Opencv achieved by two-dimensional coordinates of an arbitrary line drawing in the coordinates can simply change their
drawing
- OpenCV程序 展示OpenCV的图像绘制功能-OpenCV program OpenCV s image drawing demon
DRAW
- 本程式是用OPENCV,自動建立圖檔,並在圖檔中繪圖,預設可畫出立體正方形-This program is OPENCV, automatically create a drawing, and drawing in the drawing, the default can draw three-dimensional square
imread
- open cv 開檔處理 開圖檔 cvLoadImage /* #define CV_LOAD_IMAGE_UNCHANGED -1 原圖影像 #define CV_LOAD_IMAGE_GRAYSCALE 0 灰階 #define CV_LOAD_IMAGE_COLOR 1 彩色 #define CV_LOAD_IMAGE_ANYDEPTH 2 任何彩度 #define CV_LOAD_IMAGE_ANYCOLOR 4 任何彩色 */-open cv open file handle to o
321d
- Opencv绘图贝塞尔(Bezier)曲线编程, -Opencv drawing Bezier (Bezier) curves of programming,
Space_Filter
- Opencv写的空间滤波包括最大最小中值滤波等等,借鉴数字图像处理matlab版page117 的函数,几何平均,算术平均,调和平均,反调和平局,中值,中点等-Opencv write spatial filtering, including maximum and minimum median filtering, etc., drawing on digital image processing matlab version page117 function, geometric mean,
drawImage
- 这是在vc6.0下,使用opencv1.0 实现的一个关于画图的小程序。具体参考《opencv教程 - 基础篇》里面的P83 页 drawing.c 。主要功能就是利用opencv实现图形的绘制。-This is in vc6.0, using opencv1.0 achieve a small program on the drawing. Specific reference to " opencv tutorial- The Basics," which the P8
picture-drawing
- 本代码是在visual c++环境下利用opencv进行图像绘制-picture drawing
drawing
- opencv绘图和新代码,供大家学习与参考-opencv algorithm drawing code for learning and reference
drawing
- 利用opencv内部自带函数完成绘图,画圆、矩形、显示文字等-Opencv internal built-in function to complete the drawing, circle, rectangle, display text
Mouse-Drawing
- 鼠标绘图,用鼠标在载入的图像上任意绘图,图片与鼠标颜色可改动-Mouse drawing with the mouse on the image loading any graphics, pictures and colors can be altered mouse
drawing
- opencv def random_color(random): Return a random color icolor = random.randint(0, 0xFFFFFF) return cv.Scalar(icolor & 0xff, (icolor >> 8) & 0xff, (icolor >> 16) & 0xff) if __name__ == __main__ : # some consta
