-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RecognitionInfoFamily -> RecogNodeFamily IsRecognitionInfo -> IsRecogNode RIFac -> ImageRecogNode RIKer -> KernelRecogNode
- Loading branch information
Showing
18 changed files
with
301 additions
and
277 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<Index Key="RecognitionInfoFamily"><C>RecognitionInfoFamily</C></Index> | ||
<Index Key="IsRecognitionInfo"><C>IsRecognitionInfo</C></Index> | ||
<Index Key="RIFac"><C>RIFac</C></Index> | ||
<Index Key="RIKer"><C>RIKer</C></Index> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,29 @@ | ||
<Table Align="|l|l|"> | ||
<Caption> renaming of functions</Caption> | ||
<Caption> Renaming</Caption> | ||
<HorLine/> | ||
<Row> | ||
<Item> <E>Old Name</E> </Item> | ||
<Item> <E>New Name</E> </Item> | ||
</Row> | ||
<HorLine/> | ||
<Row> | ||
<Item> <C>RecognitionInfoFamily</C> </Item> | ||
<Item> <Ref Fam="RecogNodeFamily"/> </Item> | ||
</Row> | ||
<HorLine/> | ||
<Row> | ||
<Item> <C>IsRecognitionInfo</C> </Item> | ||
<Item> <Ref Filt="IsRecogNode"/> </Item> | ||
</Row> | ||
<HorLine/> | ||
<Row> | ||
<Item> <C>RIFac</C> </Item> | ||
<Item> <Ref Attr="ImageRecogNode"/> </Item> | ||
</Row> | ||
<HorLine/> | ||
<Row> | ||
<Item> <C>RIKer</C> </Item> | ||
<Item> <Ref Attr="KernelRecogNode"/> </Item> | ||
</Row> | ||
<HorLine/> | ||
</Table> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.