搜索资源列表
ExtractTextFromVideoFrame
- 实现了在视频画面中提取文字的算法。对于研究视频中文字内容的提取有帮助。-achieved in video footage text extraction algorithm. As to the study of Chinese language video content from any help.
khalid_khuwaja
- Igray = rgb2gray(I) Ibw = im2bw(Igray,graythresh(Igray)) Iedge = edge(uint8(Ibw)) se = strel( square ,3) Iedge2 = imdilate(Iedge, se) Ifill= imfill(Iedge2, holes ) [Ilabel num] = bw
Low-complexity-background-subtraction-using-frame
- Tracking w/ blob detection, morphological operation (Togeather) fr a mes = {avi.cdata} uses the cdata from the video file fg = extractForeground(fr a mes) do foreground extraction cmap = colormap(gray) for
MIMO_project
- he identities of parties involved in traffic incidents. An efficient automatic license ... A Stolen Car found using Automatic License Plate Recognition ... Fill (MATLAB function – imfill): fills holes in the binary image
imfill_matlab
- matlab中imfill函数的C语言实现,重建函数之前的部分是根据不不跟进的方式进入MATLAB内部实现的-matlab imfill
fill_Matlab
- 用Matlab实现的孔洞填充算法,可实现类似Matlab imfill函数的功能,填充图像小孔洞-With hole filling algorithm implemented in Matlab, Matlab imfill function can achieve similar functionality,filling small holes in the image.