搜索资源列表
459990444
- 本代码能够实现图形的选取,缩放功能,这将有助于开发者的快速实现图形绘制功能。-the code to achieve the selection of graphics, zoom function, This will help the rapid development of graphics rendering function.
Draw
- 画图源码,实现点线及基本图形的绘制,以及颜色线条选取,可以改变窗口尺寸.
tmp
- CAD LISP 此程式应用到ActiveX物件 指定的点或选取的点会自动连到选取线的最近点(垂直点) 选点的方式可一次框选多点,程式会自动过滤掉非点物件, 或连续指定单一点
leijian
- 类间方差阈值分割是在判决分析最小二乘法y原理基础上得出的,其算法比较简单,是一种可行的阈值选取方法
fgmoreseed
- 含图像平滑,区域生长法图像分割,可以选取多个种子,
The PhoXo Core Library (PCL) 图像处理库
- The PhoXo Core Library (PCL) 是一套强大的跨平台图像处理库。它的主要特性包括 :* 平台无关代码* 任意区域选取* 几十种图像特效* Undo/Redo支持* 多图层* 进度显示* 直方图* 图像文件读写* 文字渲染 (目前使用WIN32-GDI+, 以后会采用FreeType替代)-The Core Library (PCL) is a powerful, cross-platform image processing library. Its main featu
vanishing
- 基于灭点理论的摄像机标定程序,首先选取具有平行性质的两对线,标好坐标-Based on Vanishing Point camera calibration procedures, first select the character with two pairs of parallel lines, marking a good coordinate
src
- 图像处理,2倍放大算法,代码实现2倍放大,以及放大图像的区域选取功能-Image processing, 2 times zoom algorithm, code 2 times magnification, and zoom the image area selection feature
ellipse_5p
- 一个演示demo,利用鼠标在图像上选取5个点,计算出椭圆,并在图像上画出来。能过处理多幅图像-A demo demo, use the mouse in the image on the selected five points, calculate the ellipse, and the image drawn. Be able to handle the multiple images
2D-coloring
- 通过选取不同像素,改变R,G,B颜色,实现灰度图像的伪彩色化-Coloring procession to the digital gray image
Desktop
- 根据图片手动选取像点,根据一定的组合顺序选择一定数量的像点,进行摄像机标定内外参数-According to the pictures manually select the image, based on a combination of a series of selecting a certain number of points, inner and outer parameters of camera calibration
ComputerGraghics
- 运用CDC类的主要绘图成员函数,定义、选取画笔,定义、选取画刷,绘制多边形。 本实验的例子全部在TestView.cpp文件的void CTestView::OnDraw(CDC * pDC)函数中完成。 实验预期结果:绘制一个由8个三角形组成的八边形,每个三角形用不同的颜色填充,颜色次序为彩虹色。-Use CDC class drawing member functions defined, select the brush, the definition, select a b
PCA
- C语言源程序,PCA人脸识别算法,主要是eig特征分量选取的源程序和欧式空间匹配程序、特征脸提取程序-C language source code, PCA face recognition algorithm, eig characteristic component selected source and match the European space program, eigenface extraction procedures
registrate
- 很好的图像配准程序,适用于多种格式,简单,特征点请分散选取-Good image registration procedures applicable to a variety of formats, simple, decentralized please select feature points
Untitled
- 交互式阈值分割算法图像处理,选取读入一份彩色图像,在运行Untitled.m程序时先用鼠标交互的选取一个颜色区域作为你要与其他色彩分割的目标,进行分割,鼠标选取好后,按ENTER健后出现分割节后。-Interactive image processing threshold segmentation algorithm to select a color image read at run Untitled.m program interacts with the mouse select a
cximage702_full
- CxImage7.01源代码,CxImage与Windows、MFC支持极好,支持图像的多种操作(线性滤波、中值滤波、直方图操作、旋转缩放、区域选取、阈值处理、膨胀腐蚀、alpha混合等等)-CxImage7.01 source code, CxImage with Windows, MFC supports excellent image support multiple operating (linear filtering, median filtering, histogram oper
yuv
- C语言读入.yuv图像,依次输出Y,Cb,Cr分量像素值,并选取Y分量进行Huffman编码。-Read in C language. Yuv images, in turn, the output Y, Cb, Cr component pixels, and Y component of Huffman coding.
License-plate-positioning-system
- 车牌定位系统,可选取图片,定位车牌图像,速度较快-Plate positioning system, you can select the picture, positioning plate image, faster
Gabor_filtering
- Gabor滤波器是一个用于边缘检测的线性滤波器。Gabor变换是一种短时傅里叶变换方法,其实质是在傅里叶变换中加入一个窗函数,通过窗函数来实现信号的时频分析。当选取高斯函数作为窗函数时,短时傅里叶变换称为Gabor变换。-Gabor filter is a linear filter for edge detection. Gabor transform is a short-time Fourier transform method, and its essence is to add a w
ostu
- 对灰度图像进行直方图绘制,利用outs法和迭代法进行阈值的自动选取-Automatically selects the gray image histogram drawn threshold using outs and iterative methods