mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-06-28 01:05:03 +08:00
silence doxygen; new params are unused?
This commit is contained in:
parent
aeb173148d
commit
f18387fd3a
@ -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 "mf.h"
|
#include "mf.h"
|
||||||
|
|
||||||
#include "featdefs.h"
|
#include "featdefs.h"
|
||||||
@ -37,7 +37,9 @@
|
|||||||
* the features into the new format. Then deallocate the
|
* the features into the new format. Then deallocate the
|
||||||
* old micro-features.
|
* old micro-features.
|
||||||
* @param Blob blob to extract micro-features from
|
* @param Blob blob to extract micro-features from
|
||||||
* @param denorm control parameter to feature extractor.
|
* @param bl_denorm currently unused
|
||||||
|
* @param cn_denorm control parameter to feature extractor.
|
||||||
|
* @param fx_info currently unused
|
||||||
* @return Micro-features for Blob.
|
* @return Micro-features for Blob.
|
||||||
* @note Exceptions: none
|
* @note Exceptions: none
|
||||||
* @note History: Wed May 23 18:06:38 1990, DSJ, Created.
|
* @note History: Wed May 23 18:06:38 1990, DSJ, Created.
|
||||||
|
Loading…
Reference in New Issue
Block a user