搜索资源列表
cell1234
- 一个图像处理程序,包括图像的阈值计算,去噪处理,图像面积运算等-an image-processing procedures, including images of the threshold value, Denoising processing, image size, etc. Operational
tuxing
- 定义各种不同类型的图形,计算图形的面积、周长、体积和表面积等。建立菜单,根据菜单选择对哪种图形进行何种操作。
demo
- 通过计算图像的面积和周长,可以与所存图像对比,从而识别出图像所代表的含义。如,输入一个字母A的图像,通过比较,识别出是字母A。-By calculating the area and perimeter of the image, and the image contrast, we can identify the meaning of image. Such as, enter a image like letter A, you can identify the letter A by c
jgcj
- 对照片中光斑面积计算,以及光斑直径的计算,并最后显示出中心点的坐标-Spot area on the photograph, as well as the calculation of spot diameter, and finally showing the coordinates of the center
PeopleDensitydll
- 视频图像的人群密度检测,多种人群密度场景下人群计数算法: 算法功能:建立图像特征和图像人数的数学关系 算法输入:训练样本图像1,2…K 算法输出:模型估计参数 ,参考图像 算法流程:1)对训练样本图像进行分块处理(算法1.1); 2)通过算法1.2,计算训练样本各个对应分块的ALBP特征归一化,再用K-means算法(可使用opencv等算法库实现,不再描述其算法),将图像块分成k(k<K)类,获取k(k<K)个聚类中心,即为参考图像; 3)对分块的图像进行与