搜索资源列表
vcCellRecg
- 本系统是一个医院中血液红细胞计数的实用系统,该系统可以很方便地应用于临床诊断上,大大的提高速度和效率。用vc6实现。-the hospital system is a red cell blood count of usable system, The system can be conveniently applied to the clinical diagnosis and greatly increase the speed and efficiency. Vc6 used to ach
基于opencv的人头统计算法程序
- 基于opencv的人头统计算法程序,将文件解压出来即可使用-people count
2
- 完成车辆计数功能,视频中有一个车辆通过检测带就有计数就加1。-Complete the vehicle counting function, the video has a vehicle count by testing with have to add 1.
cellsoftware
- 细胞图片的预处理,轮廓提取, 预处理, 细胞计数及一系列的统计功能-Picture of the pretreatment of the cells, contour extraction, preprocessing, cell count and a range of statistical functions
CharStatistic
- 这个小程序很实用的个人觉得,可以统计一段中英文混合字符串中所有中文的字符个数,它能识别英文、标点以及特殊字符,仅挑选出中文字符来统计,程序主要是根据编码进行统计,这在以后的程序开发中经常要用到。 -This little program very useful personally feel that, you can count a string of mixed Chinese and English characters in the number of all Chinese, it
car-count
- 基于动态模板检测运动物体,检测高速公路上每个车道上通过车辆数目-Detection of moving objects based on dynamic template, testing each lane on the highway by the vehicle titles
Cell-recognition-aStatistical-system
- 该图像处理软件可以识别一幅图像是否存在细胞并且可以统计出细胞的个数与面积。-The image processing software can identify the existence of an image and you can count the cell number and size of cells.
code
- 采用帧间差分法动物体识别,采用双检测线法计数-Frame difference method for animal identification, dual detector line method count
cellprocess4
- 使用mathematics 編寫的數字圖像處理程序,測試圖片是顯微鏡下細胞圖片,有區域生長算法 大津算法等,此程序中是細胞計數,病變細胞識別并標記病變細胞的程序。-Digital image processing procedures, using mathematics written test image cells under a microscope images, region growing algorithm Otsu algorithm, this program is the
cell-recognition
- 细胞识别系统,通过VC++编程可以实现细胞的分割,统计细胞数量。-Cell recognition system programming can be achieved through VC++ cell division, count the number of cells.
条码识别
- Image primaryImage = Image.FromFile(fileName); Bitmap pImg = MakeGrayscale3((Bitmap)primaryImage); using (ZBar.ImageScanner scanner = new ZBar.ImageScanner()) { List<ZBar.Symbol> symbols = new List<ZBar.Symbol>(); System.Diagnostics.