-
通常绘图画直线时没有箭头,这个是绘制箭头的方法
通常绘图画直线时没有箭头,这个是绘制箭头的方法-Drawing a straight line usually drawn without arrows, the arrows are drawn Ways
- 2022-09-26 05:40:03下载
- 积分:1
-
渐变的窗口背景
-渐变的窗口背景 -渐变的窗口背景 -- Gradient background of the window- the window gradient background- the background of gradual change of the window- the window of the background gradient
- 2022-08-06 16:42:47下载
- 积分:1
-
数字图像诱导场现象
数字图像诱导场现象-digital image field-induced phenomena
- 2022-03-19 01:17:11下载
- 积分:1
-
点阵字库字体绘制软件源码
可以通过快捷键Ctrl+C 和 Ctrl+V复制粘贴字形,也可以在字形的编辑区中点击鼠标右键,在弹出的菜单中选择Copy和Paste菜单项。
复制是复制当前整个字形区域;粘贴,可以关闭当前字形的编辑对话框,再打开其他可以编辑的字形,粘贴后覆盖新的字形区。
当前字库为点阵字库时,可以点击按钮“Adjust Parameters”,调整字符的水平和垂直偏移。
当成功导入一个点阵字库(*.lib)后,可以点击按钮“+”,可以将另外一个同字符集的点阵字库合并到当前字库。合并只支
- 2022-07-25 09:44:12下载
- 积分:1
-
在灰度图像处理的MATLAB统计的一些小程序
指纹识别设计中关于指纹方向图求取的一段matlab小程序-On the grayscale image processing matlab statistics for some small programs
- 2023-06-02 18:45:03下载
- 积分:1
-
OSSIM紧开源软件模型摄影RPC模型
ossim 开源摄影测量软件 严密模型 RPC模型-ossim tight open source software model photogrammetry RPC model
- 2022-03-09 14:39:22下载
- 积分:1
-
目的
purpose
converts raw YUV (4:2:2) image to PPM image, can handle frame offset
compile
gcc -g -o yuvmstoppm yuvmstoppm.c -lppm -lpgm -lpbm -lm -purpose converts raw YUV (,4 : 2) PPM image to image, can handle frame offset compile gcc-g-o yuvmst oppm yuvmstoppm.c- lppm- lpgm- lpbm- lm
- 2022-02-02 18:14:31下载
- 积分:1
-
本代码主要实现了BMP格式的文件读取、显示、保存等基本操作
本代码主要实现了BMP格式的文件读取、显示、保存等基本操作-This code mainly realize the BMP file format to read, display, preservation of the basic operation
- 2022-03-13 22:03:39下载
- 积分:1
-
中心线血管分割方法
MATLAB编写的用于动脉血管分割,方法为提取血管中心线以及血管洁面,引用网上的源码,更改过,可以编译并且运行
- 2023-07-05 23:30:04下载
- 积分:1
-
This zip file contains source code and windows executables for carrying out face...
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 (, )
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 f
- 2022-07-12 10:23:46下载
- 积分:1