mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-06-08 02:12:40 +08:00
typo
This commit is contained in:
parent
c8ee174db4
commit
b858db8ae2
@ -15,9 +15,9 @@
|
|||||||
** See the License for the specific language governing permissions and
|
** See the License for the specific language governing permissions and
|
||||||
** limitations under the License.
|
** limitations under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
/**----------------------------------------------------------------------------
|
/*----------------------------------------------------------------------------
|
||||||
Include Files and Type Defines
|
Include Files and Type Defines
|
||||||
----------------------------------------------------------------------------**/
|
----------------------------------------------------------------------------*/
|
||||||
#include "outfeat.h"
|
#include "outfeat.h"
|
||||||
|
|
||||||
#include "classify.h"
|
#include "classify.h"
|
||||||
@ -156,7 +156,7 @@ void ConvertToOutlineFeatures(MFOUTLINE Outline, FEATURE_SET FeatureSet) {
|
|||||||
* renormalizes the outline-features to force this average
|
* renormalizes the outline-features to force this average
|
||||||
* to be the x origin (i.e. x=0).
|
* to be the x origin (i.e. x=0).
|
||||||
* @param FeatureSet outline-features to be normalized
|
* @param FeatureSet outline-features to be normalized
|
||||||
* @eturn none (FeatureSet is changed)
|
* @return none (FeatureSet is changed)
|
||||||
* @note Globals: none
|
* @note Globals: none
|
||||||
* @note Exceptions: none
|
* @note Exceptions: none
|
||||||
* @note History: 11/13/90, DSJ, Created.
|
* @note History: 11/13/90, DSJ, Created.
|
||||||
|
Loading…
Reference in New Issue
Block a user