-
Edge-based-text-region-extraction-from-natural-im
The basic steps of the edge-based text extraction algorithm are given below
1. Create a Gaussian pyramid by convolving the input image with a Gaussian kernel
and successively down-sample each direction by half. (Levels: 4)
2. Create directional kernels to detect edges at 0, 45, 90 and 135 orientations.
3. Convolve each image in the Gaussian pyramid with each orientation filter.
4. Combine the results of step 3 to create the Feature Map.
5. Dilate the resultant image using a sufficiently large structuring element (7x7 [1])
to cluster candidate text regions together.
6. Create final output image with text in white pixels against a plain black
background.
- 2014-12-16 02:56:28下载
- 积分:1
-
03
说明: 《Matlab从入门到精通》所有的源程序。(《Matlab from entry to the master》 all of source code.)
- 2009-10-09 01:32:58下载
- 积分:1
-
An_Algorithm_for_Total_Variation_Minimization_and_
TV最小化模型的一个算法,以及相应的应用程序(An Algorithm for Total Variation Minimization and Applications)
- 2010-09-12 21:17:06下载
- 积分:1
-
CDMAtechnology
If you would like to try to use the above programs by using MATLAB.
First of all, please copy all of files to your created adequate directory.
Then, you start to run MATLAB and you can see the following command prompt in the command window.
- 2009-12-12 21:02:19下载
- 积分:1
-
xiangying
说明: 分析信号的系统响应的实验代码,附有详细的实验说明和源代码,并对实验现象进行解释(Analysis of the signal system in response to the experimental code, with detailed experimental descriptions and source code, and to explain experimental phenomena)
- 2008-10-08 12:39:09下载
- 积分:1
-
Matlab-GUI
说明: Matlab GUI界面绘图和句柄编程实例(Matlab GUI interface handles and graphics programming examples
)
- 2011-03-11 16:29:29下载
- 积分:1
-
Basic-Interface
Bookmark
//
// ImageAndTextCell.h
// SimpleTreeController
//
// Created by System Administrator on 7/13/11.
// Copyright 2011 __MyCompanyName__. All rights reserved.
//
- 2014-01-21 17:47:36下载
- 积分:1
-
GUIs
This is a collection of GUIs meant to serve either to answer specific questions about writing GUIs or as a teaching tool to aid in learning how to write MATLAB GUIs without GUIDE.
- 2010-09-30 16:10:03下载
- 积分:1
-
stamps
各种电器元件标签inductor capacitor resister(Various electrical components labels)
- 2013-02-27 10:36:18下载
- 积分:1
-
sim_qpskgray_multipath
一个QPSK调制解调的程序,在Matlab环境下实现。(A QPSK modulation and demodulation process in Matlab environment to achieve.)
- 2013-09-12 10:44:56下载
- 积分:1