文件名称:Cell
介绍说明--下载内容均来自于网络,请自行研究使用
细胞图像分析输入:图像文件cell1.bmp
输出要求:
1. 该图像中的细胞数量;
2. 最大细胞的面积、周长(以像素为单位)、方向、该细胞的中心位置;
3. 最小细胞的面积、周长(以像素为单位)、方向、该细胞的中心位置;
4. 所有细胞的平均面积(以像素为单位);
5. 将主要的中间步骤处理结果的图像都用OpenCV 的cvShowImage 显示出来。-Cell image analysis type: image file cell1.bmp output requirements: 1. The image of the cells 2.' s Largest cell area, perimeter (in pixels), the direction of the center of the cell 3. Smallest cells The area, perimeter (in pixels), the direction of the center of the cell 4. all the cells, the average area (in pixels) 5. the main results of the intermediate steps to deal with the images of cvShowImage with OpenCV displayed.
输出要求:
1. 该图像中的细胞数量;
2. 最大细胞的面积、周长(以像素为单位)、方向、该细胞的中心位置;
3. 最小细胞的面积、周长(以像素为单位)、方向、该细胞的中心位置;
4. 所有细胞的平均面积(以像素为单位);
5. 将主要的中间步骤处理结果的图像都用OpenCV 的cvShowImage 显示出来。-Cell image analysis type: image file cell1.bmp output requirements: 1. The image of the cells 2.' s Largest cell area, perimeter (in pixels), the direction of the center of the cell 3. Smallest cells The area, perimeter (in pixels), the direction of the center of the cell 4. all the cells, the average area (in pixels) 5. the main results of the intermediate steps to deal with the images of cvShowImage with OpenCV displayed.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Cell.cpp